PC to VH Converter
Conversion Guide
1. Convert picas to px (multiply by 16). 2. Convert px to vh. Example: For 1080px viewport, 1pc = 16px = 1.48vh
PC to VH Conversion Table
PC | VH | Actions |
---|---|---|
0.5 | 0.0074 | |
1 | 0.0148 | |
1.5 | 0.0222 | |
2 | 0.0296 | |
2.5 | 0.037 | |
3 | 0.0444 | |
4 | 0.0593 | |
5 | 0.0741 | |
6 | 0.0889 |
Frequently Asked Questions
Basics
What is PC?
Picas (pc) are absolute-length units used in typography. One pica equals 12 points, or 1/6 of an inch.
How do picas relate to other units?
1pc = 12pt = 1/6in ≈ 16px (at 96 DPI). Picas are traditionally used in typography and print design.
Are picas commonly used in web design?
No, picas are rarely used in web design. They're primarily used in print typography and traditional publishing.
What is VH?
The viewport height (vh) unit is relative to 1% of the viewport's height. 100vh equals the full viewport height.
How is vh different from %?
vh is always relative to the viewport height, while % is relative to the parent element's height.
When should I use vh?
Use vh for creating full-height layouts, hero sections, or elements that should scale with the viewport height.
Conversion
How to convert PC to VH?
To convert PC to VH, use the following formula:
(pc * 16 / viewport height) * 100