#C40CA9

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

Shades of Deep Magenta #C40CA9

Tints of Deep Magenta #C40CA9

Color information

#C40CA9 (or 0xC40CA9) is unknown color: approx Deep Magenta. HEX triplet: C4, 0C and A9. RGB value is (196,12,169). Sum of RGB (Red+Green+Blue) = 196+12+169=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40CA9 is #3BF356. Grayscale: #545454. Windows color (decimal): -3928919 or 11078852. OLE color: 11078852.

HSL color Cylindrical-coordinate representation of color #C40CA9: hue angle of 308.8º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40CA9 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB19612169-
CMYK00.940.140.23
HSL308.8º88.46%40.78%-
HSV(B)308.8º93.88%76.86%-
XYZ30.0614.8638.82-
YUV84.91175.46207.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.99%
GREEN value IS 12 (5.08% from 255) = 3.18%
BLUE value IS 169 (66.41% from 255) = 44.83%
R=51.99%
G=3.18%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961216900.940.140.23308.888.4640.78
HexC4CA905EE171355829
Octal304142510136162746513051
Binary11000100110010101001010111101110101111001101011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40CA9; }

 p { color: rgb(196,12,169); }

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

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

 a { background-color: rgb(196,12,169); }

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

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

 span { border-color: rgb(196,12,169); }

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