#C400CB

Color #C400CB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C400CB

Tints of Deep Magenta #C400CB

Color information

#C400CB (or 0xC400CB) is unknown color: approx Deep Magenta. HEX triplet: C4, 00 and CB. RGB value is (196,0,203). Sum of RGB (Red+Green+Blue) = 196+0+203=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #C400CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400CB is #3BFF34. Grayscale: #515151. Windows color (decimal): -3931957 or 13304004. OLE color: 13304004.

HSL color Cylindrical-coordinate representation of color #C400CB: hue angle of 297.93º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400CB is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1960203-
CMYK0.03100.20
HSL297.93º100%39.8%-
HSV(B)297.93º100%79.61%-
XYZ33.5416.0557.83-
YUV81.75196.43209.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=49.12%
G=0%
B=50.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19602030.03100.20297.9310039.8
HexC40CB36401412a6428
Octal3040313314402445214450
Binary110001000110010111111001000101001001010101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C400CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C400CB; }

 p { color: rgb(196,0,203); }

 H1.HeaderClassName
 {
   color: #C400CB;
 }
 .AnyTagClassName
 {
   color: #C400CB;
 }
</style>
background-color css

<style>
 a { background-color: #C400CB; }

 a { background-color: rgb(196,0,203); }

 div.DivClassName
 {
   background-color: #C400CB;
 }
 .BgClassName
 {
   background-color: #C400CB;
 }
</style>
border-color css

<style>
 span { border-color: #C400CB; }

 span { border-color: rgb(196,0,203); }

 td.TdClassName
 {
   border-color: #C400CB;
 }
 .TagClassName
 {
   border-color: #C400CB;
 }
</style>