#C409B2

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

Shades of Deep Magenta #C409B2

Tints of Deep Magenta #C409B2

Color information

#C409B2 (or 0xC409B2) is unknown color: approx Deep Magenta. HEX triplet: C4, 09 and B2. RGB value is (196,9,178). Sum of RGB (Red+Green+Blue) = 196+9+178=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C409B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C409B2 is #3BF64D. Grayscale: #535353. Windows color (decimal): -3929678 or 11667908. OLE color: 11667908.

HSL color Cylindrical-coordinate representation of color #C409B2: hue angle of 305.78º 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 #C409B2 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB1969178-
CMYK00.950.090.23
HSL305.78º91.22%40.2%-
HSV(B)305.78º95.41%76.86%-
XYZ30.915.1543.41-
YUV84.18180.95207.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 9 (3.91% from 255) = 2.35%
BLUE value IS 178 (69.92% from 255) = 46.48%
R=51.17%
G=2.35%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196917800.950.090.23305.7891.2240.2
HexC49B205F9171325b28
Octal304112620137112746213350
Binary11000100100110110010010111111001101111001100101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C409B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C409B2; }

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

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

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

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

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

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

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

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