CMYK to HSL color converter

Convert CMYK color to HSL color. CMYK color is represented by cyan, magenta, yellow, and key (black) values. HSL color is represented by hue, saturation, and lightness values.

Converting cmyk to hsl

To convert cmyk to hsl, you can enter the CMYK color code, which ranges from 0% to 100% for cyan, magenta, yellow, and black.

The desired HSL color code, which ranges from 0 to 360 for hue, and 0% to 100% for saturation and lightness will be displayed in the below filed.

You can also see the color in the color preview box. You can also change the colors from the preview box and the values will be automaticaly updated.

What is cmyk?

CMYK stands for Cyan, Magenta, Yellow, and Black. It is denoted as cmyk(cyan%, magenta%, yellow%, black%). Each color can have a value from 0% to 100%. An example would be cmyk(0%, 100%, 100%, 0%) for red.

What is hsl?

HSL stands for Hue, Saturation, and Lightness. It is denoted as hsl(hue, saturation%, lightness%). Hue ranges from 0 to 360, and saturation and lightness range from 0% to 100%. An example would be hsl(0, 100%, 50%) for red.

Comments on this page

Login or Signup to add a comment