RGB zu CMYK color conversion

Geben Sie die Rot-, Grün- und Blau-Farbwerte (0..255) ein und drücken Sie die Konvertieren Taste:

Rot (R):
Grün (G):
Blau (B):
 
Cyan (C): %
Magenta (M): %
Gelb (Y): %
Schwarz (K): %
Hex:
Farbvorschau:

CMYK zu RGB Konvertierung

RGB zu CMYK conversion formula

Die R,G,B-Werte werden durch 255 geteilt, um den Bereich von 0..255 auf 0..1 zu ändern:

R' = R/255

G' = G/255

B' = B/255

Die schwarze Farbe (K) wird aus den roten (R'), grünen (G') und blauen (B') Farben berechnet:

K = 1-max(R', G', B')

The cyan color (C) is calculated from the red (R') and black (K) colors:

C = (1-R'-K) / (1-K)

The magenta color (M) is calculated from the green (G') and black (K) colors:

M = (1-G'-K) / (1-K)

The yellow color (Y) is calculated from the blue (B') and black (K) colors:

Y = (1-B'-K) / (1-K)

RGB zu CMYK table

Farbe Farbe

Name

(R,G,B) Hex (C,M,Y,K)
  Schwarz (0,0,0) #000000 (0,0,0,1)
  Weiß (255,255,255) #FFFFFF (0,0,0,0)
  Rot (255,0,0) #FF0000 (0,1,1,0)
  Grün (0,255,0) #00FF00 (1,0,1,0)
  Blau (0,0,255) #0000FF (1,1,0,0)
  Gelb (255,255,0) #FFFF00 (0,0,1,0)
  Cyan (0,255,255) #00FFFF (1,0,0,0)
  Magenta (255,0,255) #FF00FF (0,1,0,0)

 

CMYK zu RGB Konvertierung

 


Siehe auch

Schreiben Sie, wie diese Seite verbessert werden kann

FARBKONVERTIERUNG
SCHNELLE TABELLEN

 

<!â› Don't click me1 â›>