Color Converter

Color Converter Tool

Color Convert is the Best Online Color Converter Tool, free without app. Color Convert Tool helps to management, analysis, editing, generate and convert data.

Best Color Converter Tool

Need a quick and free color converter? Looking to do some color conversions? Use our tool below to seamlessly convert between various color systems including CIELAB, HEX, RGB, CMYK, and XYZ. To change your input values, simply select your desired system from the drop-down menu in the Settings section.

Would you like to convert the CMYK color to a RGB model ?

This is a free online color code converter, transform a color hue to another color model, supports three color models, CMYK, RGB and HEX, they can be converted to each other.

  1. CMYK to RGB and HEX
  2. RGB to CMYK and HEX
  3. HEX to RGB and CMYK

How to use this converter

  1. Input your color codes in any one color model area, CMYK, RGB or HEX
  2. To convert CMYK to RGB, input your CMYK color codes to CMYK area, for example, cmyk(100%, 0%, 33%, 40%)
  3. To convert CMYK to HEX, input codes to CMYK area
  4. To convert RGB to CMYK, input your RGB color codes to RGB area, for example, rgb(30, 100, 220)
  5. To convert RGB to HEX, input codes to RGB area
  6. To convert HEX to CMYK, input your HEX color codes to HEX area, for example, #3b5376
  7. To convert HEX to RGB, input codes to HEX area

Our color code converter will show results interactively

How to convert CMYK to RGB

The Red, Green, Blue values are given in the range of 0..255, the red color(R) is calculated from the cyan(C) and black(K) colors, the green color(G) is calculated from the magenta(M) and black(K) colors, The blue color(B) is calculated from the yellow(Y) and black(K) colors. Below is the formula of CMYK to RGB convertion

  1. Red = 255 × ( 1 - Cyan ÷ 100 ) × ( 1 - Black ÷ 100 )
  2. Green = 255 × ( 1 - Magenta ÷ 100 ) × ( 1 - Black ÷ 100 )
  3. Blue = 255 × ( 1 - Yellow ÷ 100 ) × ( 1 - Black ÷ 100 )

How to convert RGB to CMYK

The max number of R, G, B values are 255, first of all, we divided them by 255 to become the number of 0~1, this ratio will be used in the calculation.

  1. Rc = R ÷ 255
  2. Gc = G ÷ 255
  3. Bc = B ÷ 255

The black key(K) color could be many result, when we assume a black key value, the other three colors(cyan, magenta, yellow) can be calculated. we can calculate it from the red, green and blue colors, the max number of black key should be :
K = 1 - max(Rc, Gc, Bc);

or we can assume we run out of the black ink, need use the remaining other three color inks to finish the printing job.
K = 0;

The cyan color(C) is calculated from the red and black colors:
C = (1 - Rc - K) ÷ (1 - K)

The magenta color (M) is calculated from the green and black colors:
M = (1 - Gr - K) ÷ (1 - K)

The yellow color(Y) is calculated from the blue and black colors:
Y = (1 - Bc - K) ÷ ( 1 - K)

Cookie
We use cookies to ensure that we give you the best experience on our website.