Html Css Color HEX #C406A9 Deep Magenta

📋 copy color: '#C406A9'

red 196 ◦ green 6 ◦ blue 169

#C406A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C406A9

Tints of Deep Magenta #C406A9

RGB

 RED value IS 196 (76.95% from 255) = 52.83%

 GREEN value IS 6 (2.73% from 255) = 1.62%

 BLUE value IS 169 (66.41% from 255) = 45.55%

R = 52.83%
G = 1.62%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C406A9 (or 0xC406A9) is known color: Deep Magenta. HEX triplet: C4, 06 and A9. RGB value is (196,6,169). Sum of RGB (Red+Green+Blue) = 196+6+169=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C406A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C406A9 is #3BF956. Grayscale: #505050. Windows color (decimal): -3930455 or 11077316. OLE color: 11077316.

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

Color convert

RGB 196 6 169 -
CMYK 0 0.97 0.14 0.23
HSL 308.53º 0.94% 0.4% -
HSV(B) 308.53º 0.97% 0.77% -
XYZ 29.99 14.73 38.8 -
YUV 81.39 177.45 209.75 -
System Red Green Blue C M Y K H S L
Decimal 196 6 169 0 0.97 0.14 0.23 308.53 0.94 0.4
Hex C4 6 A9 0 61 E 17 135 5E 28
Octal 304 6 251 0 141 16 27 465 136 50
Binary 11000100 110 10101001 0 1100001 1110 10111 100110101 1011110 101000

Color Harmonies of #C406A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406A9

Black with #C406A9

Text Example


Text Example

White with #C406A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406A9; }

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

 H1.HeaderClassName
 {
   color: #C406A9;
 }
 .AnyTagClassName
 {
   color: #C406A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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