Html Css Color HEX #C409CA Deep Magenta

📋 copy color: '#C409CA'

red 196 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #C409CA

Tints of Deep Magenta #C409CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 48.16%
G = 2.21%
B = 49.63%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C409CA (or 0xC409CA) is known color: Deep Magenta. HEX triplet: C4, 09 and CA. RGB value is (196,9,202). Sum of RGB (Red+Green+Blue) = 196+9+202=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #C409CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C409CA is #3BF635. Grayscale: #565656. Windows color (decimal): -3929654 or 13240772. OLE color: 13240772.

HSL color Cylindrical-coordinate representation of color #C409CA: hue angle of 298.13º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C409CA is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 9 202 -
CMYK 0.03 0.96 0 0.21
HSL 298.13º 0.91% 0.41% -
HSV(B) 298.13º 0.96% 0.79% -
XYZ 33.52 16.2 57.24 -
YUV 86.92 192.95 205.81 -
System Red Green Blue C M Y K H S L
Decimal 196 9 202 0.03 0.96 0 0.21 298.13 0.91 0.41
Hex C4 9 CA 3 60 0 15 12A 5B 29
Octal 304 11 312 3 140 0 25 452 133 51
Binary 11000100 1001 11001010 11 1100000 0 10101 100101010 1011011 101001

Color Harmonies of #C409CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C409CA

Black with #C409CA

Text Example


Text Example

White with #C409CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C409CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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