CMYK to HSV
Precise conversion from Cyan-Magenta-Yellow-Key to Hue-Saturation-Value color models
CMYK Input
HSV Output
HUE
0.0°
SATURATION
0.0%
VALUE
0.0%
Conversion Examples
CMYK: 0%, 100%, 100%, 0%
Red
HSV: 0°, 100%, 100%
CMYK: 100%, 0%, 100%, 0%
Green
HSV: 120°, 100%, 100%
CMYK: 100%, 100%, 0%, 0%
Blue
HSV: 240°, 100%, 100%
CMYK: 0%, 0%, 100%, 0%
Yellow
HSV: 60°, 100%, 100%
CMYK: 0%, 0%, 0%, 50%
Gray
HSV: 0°, 0%, 50%
CMYK: 0%, 30%, 60%, 0%
Orange
HSV: 30°, 60%, 100%
CMYK: 60%, 20%, 0%, 0%
Sky Blue
HSV: 198°, 60%, 100%
CMYK: 0%, 60%, 0%, 0%
Pink
HSV: 330°, 60%, 100%
Recommended Tools
HSV to CMYK Converter
Convert HSV color values back to CMYK format
HEX to CMYK Converter
Convert hexadecimal colors to CMYK values
Color Palette Generator
Create harmonious color schemes from base colors
About This Tool
CMYK (Cyan, Magenta, Yellow, Key/Black) and HSV (Hue, Saturation, Value) are color models designed for different purposes. CMYK is primarily used for print media, representing colors as combinations of four ink colors, while HSV is designed for digital displays and human perception of color.
This converter transforms colors from CMYK to HSV through an intermediate RGB conversion. The process first converts CMYK values to RGB, then transforms those RGB values to the HSV color model, ensuring accurate color representation between the different color systems.
This conversion is particularly useful for designers who need to translate print color specifications to digital formats. CMYK's subtractive color mixing (used in printing) behaves differently from the additive mixing of digital displays, making accurate conversion essential for color consistency across media.