#C409AB

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

Shades of Deep Magenta #C409AB

Tints of Deep Magenta #C409AB

Color information

#C409AB (or 0xC409AB) is unknown color: approx Deep Magenta. HEX triplet: C4, 09 and AB. RGB value is (196,9,171). Sum of RGB (Red+Green+Blue) = 196+9+171=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C409AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C409AB is #3BF654. Grayscale: #525252. Windows color (decimal): -3929685 or 11209156. OLE color: 11209156.

HSL color Cylindrical-coordinate representation of color #C409AB: hue angle of 308.02º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C409AB is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB1969171-
CMYK00.950.130.23
HSL308.02º91.22%40.2%-
HSV(B)308.02º95.41%76.86%-
XYZ30.2114.8739.81-
YUV83.38177.45208.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.13%
GREEN value IS 9 (3.91% from 255) = 2.39%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=52.13%
G=2.39%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196917100.950.130.23308.0291.2240.2
HexC49AB05FD171345b28
Octal304112530137152746413350
Binary11000100100110101011010111111101101111001101001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C409AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C409AB; }

 p { color: rgb(196,9,171); }

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

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

 a { background-color: rgb(196,9,171); }

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

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

 span { border-color: rgb(196,9,171); }

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