Html Css Color HEX #C409A8 Deep Magenta

📋 copy color: '#C409A8'

red 196 ◦ green 9 ◦ blue 168

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

Shades of Deep Magenta #C409A8

Tints of Deep Magenta #C409A8

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.41%

 BLUE value IS 168 (66.02% from 255) = 45.04%

R = 52.55%
G = 2.41%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C409A8 (or 0xC409A8) is known color: Deep Magenta. HEX triplet: C4, 09 and A8. RGB value is (196,9,168). Sum of RGB (Red+Green+Blue) = 196+9+168=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C409A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C409A8 is #3BF657. Grayscale: #525252. Windows color (decimal): -3929688 or 11012548. OLE color: 11012548.

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

Color convert

RGB 196 9 168 -
CMYK 0 0.95 0.14 0.23
HSL 308.98º 0.91% 0.4% -
HSV(B) 308.98º 0.95% 0.77% -
XYZ 29.93 14.76 38.32 -
YUV 83.04 175.95 208.57 -
System Red Green Blue C M Y K H S L
Decimal 196 9 168 0 0.95 0.14 0.23 308.98 0.91 0.4
Hex C4 9 A8 0 5F E 17 135 5B 28
Octal 304 11 250 0 137 16 27 465 133 50
Binary 11000100 1001 10101000 0 1011111 1110 10111 100110101 1011011 101000

Color Harmonies of #C409A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C409A8

Black with #C409A8

Text Example


Text Example

White with #C409A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C409A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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