CM to VW Converter
Conversion Guide
1. Convert cm to px (multiply by ~37.8). 2. Convert px to vw. Example: For 1920px viewport, 1cm ≈ 37.8px = 1.97vw
CM to VW Conversion Table
CM | VW | Actions |
---|---|---|
1 | 0.0197 | |
2 | 0.0394 | |
3 | 0.0591 | |
4 | 0.0787 | |
5 | 0.0984 | |
10 | 0.1969 | |
15 | 0.2953 | |
20 | 0.3937 | |
25 | 0.4921 | |
30 | 0.5906 |
Frequently Asked Questions
Basics
What is CM?
Centimeters (cm) are absolute-length units that correspond to physical centimeters, commonly used in print design and European markets.
How do cm units compare to other length units?
1cm equals 10mm or approximately 37.8px (at 96 DPI). For web design, relative units like rem are generally preferred.
When are cm units most appropriate?
cm units are most appropriate for print stylesheets or when precise physical measurements are needed in metric units.
What is VW?
The viewport width (vw) unit is relative to 1% of the viewport's width. 100vw equals the full viewport 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 CM to VW?
To convert CM to VW, use the following formula:
(cm * 37.8 / viewport width) * 100