Html Css Color HEX #C409AC Deep Magenta

📋 copy color: '#C409AC'

red 196 ◦ green 9 ◦ blue 172

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

Shades of Deep Magenta #C409AC

Tints of Deep Magenta #C409AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 51.99%
G = 2.39%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C409AC (or 0xC409AC) is known color: Deep Magenta. HEX triplet: C4, 09 and AC. RGB value is (196,9,172). Sum of RGB (Red+Green+Blue) = 196+9+172=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C409AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C409AC is #3BF653. Grayscale: #535353. Windows color (decimal): -3929684 or 11274692. OLE color: 11274692.

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

Color convert

RGB 196 9 172 -
CMYK 0 0.95 0.12 0.23
HSL 307.7º 0.91% 0.4% -
HSV(B) 307.7º 0.95% 0.77% -
XYZ 30.31 14.91 40.31 -
YUV 83.5 177.95 208.25 -
System Red Green Blue C M Y K H S L
Decimal 196 9 172 0 0.95 0.12 0.23 307.7 0.91 0.4
Hex C4 9 AC 0 5F C 17 134 5B 28
Octal 304 11 254 0 137 14 27 464 133 50
Binary 11000100 1001 10101100 0 1011111 1100 10111 100110100 1011011 101000

Color Harmonies of #C409AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C409AC

Black with #C409AC

Text Example


Text Example

White with #C409AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C409AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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