Html Css Color HEX #C409CC Deep Magenta

📋 copy color: '#C409CC'

red 196 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #C409CC

Tints of Deep Magenta #C409CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.88%

R = 47.92%
G = 2.2%
B = 49.88%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C409CC (or 0xC409CC) is known color: Deep Magenta. HEX triplet: C4, 09 and CC. RGB value is (196,9,204). Sum of RGB (Red+Green+Blue) = 196+9+204=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #C409CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C409CC is #3BF633. Grayscale: #565656. Windows color (decimal): -3929652 or 13371844. OLE color: 13371844.

HSL color Cylindrical-coordinate representation of color #C409CC: hue angle of 297.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C409CC is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 9 204 -
CMYK 0.04 0.96 0 0.2
HSL 297.54º 0.92% 0.42% -
HSV(B) 297.54º 0.96% 0.8% -
XYZ 33.76 16.29 58.49 -
YUV 87.14 193.95 205.64 -
System Red Green Blue C M Y K H S L
Decimal 196 9 204 0.04 0.96 0 0.2 297.54 0.92 0.42
Hex C4 9 CC 4 60 0 14 12A 5C 2A
Octal 304 11 314 4 140 0 24 452 134 52
Binary 11000100 1001 11001100 100 1100000 0 10100 100101010 1011100 101010

Color Harmonies of #C409CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C409CC

Black with #C409CC

Text Example


Text Example

White with #C409CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C409CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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