#C400CC

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

Shades of Deep Magenta #C400CC

Tints of Deep Magenta #C400CC

Color information

#C400CC (or 0xC400CC) is unknown color: approx Deep Magenta. HEX triplet: C4, 00 and CC. RGB value is (196,0,204). Sum of RGB (Red+Green+Blue) = 196+0+204=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #C400CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400CC is #3BFF33. Grayscale: #515151. Windows color (decimal): -3931956 or 13369540. OLE color: 13369540.

HSL color Cylindrical-coordinate representation of color #C400CC: hue angle of 297.65º 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 #C400CC is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1960204-
CMYK0.04100.2
HSL297.65º100%40%-
HSV(B)297.65º100%80%-
XYZ33.6616.158.46-
YUV81.86196.93209.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 51%
R=49%
G=0%
B=51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal19602040.04100.2297.6510040
HexC40CC46401412a6428
Octal3040314414402445214450
Binary1100010001100110010011001000101001001010101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C400CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C400CC; }

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

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

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

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

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

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

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

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