PC  to  VW Converter

Conversion Guide

1. Convert picas to px (multiply by 16). 2. Convert px to vw. Example: For 1920px viewport, 1pc = 16px = 0.833vw

Conversion Settings
Results depend on viewport width of 0px.
PC to VW Conversion Table
PCVWActions
0.50.0042
10.0083
1.50.0125
20.0167
2.50.0208
30.025
40.0333
50.0417
60.05

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.

1pc = 12pt6pc × 3pc
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 VW?

The viewport width (vw) unit is relative to 1% of the viewport's width. 100vw equals the full viewport width.

Viewport50vw width
What is the viewport?
The viewport is the visible area of the web page on your device's screen.
When should I use vw?
Use vw for elements that should scale relative to the screen width, like full-width layouts or responsive typography.

Conversion

How to convert PC to VW?

To convert PC to VW, use the following formula:

(pc * 16 / viewport width) * 100