Html Css Color HEX #C409CD Deep Magenta

📋 copy color: '#C409CD'

red 196 ◦ green 9 ◦ blue 205

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

Shades of Deep Magenta #C409CD

Tints of Deep Magenta #C409CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50%

R = 47.8%
G = 2.2%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C409CD (or 0xC409CD) is known color: Deep Magenta. HEX triplet: C4, 09 and CD. RGB value is (196,9,205). Sum of RGB (Red+Green+Blue) = 196+9+205=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #C409CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C409CD is #3BF632. Grayscale: #565656. Windows color (decimal): -3929651 or 13437380. OLE color: 13437380.

HSL color Cylindrical-coordinate representation of color #C409CD: hue angle of 297.24º 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 #C409CD is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 9 205 -
CMYK 0.04 0.96 0 0.20
HSL 297.24º 0.92% 0.42% -
HSV(B) 297.24º 0.96% 0.8% -
XYZ 33.88 16.34 59.13 -
YUV 87.26 194.45 205.56 -
System Red Green Blue C M Y K H S L
Decimal 196 9 205 0.04 0.96 0 0.20 297.24 0.92 0.42
Hex C4 9 CD 4 60 0 14 129 5C 2A
Octal 304 11 315 4 140 0 24 451 134 52
Binary 11000100 1001 11001101 100 1100000 0 10100 100101001 1011100 101010

Color Harmonies of #C409CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C409CD

Black with #C409CD

Text Example


Text Example

White with #C409CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C409CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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