Html Css Color HEX #C40DA9 Deep Magenta

📋 copy color: '#C40DA9'

red 196 ◦ green 13 ◦ blue 169

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

Shades of Deep Magenta #C40DA9

Tints of Deep Magenta #C40DA9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.44%

 BLUE value IS 169 (66.41% from 255) = 44.71%

R = 51.85%
G = 3.44%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C40DA9 (or 0xC40DA9) is known color: Deep Magenta. HEX triplet: C4, 0D and A9. RGB value is (196,13,169). Sum of RGB (Red+Green+Blue) = 196+13+169=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C40DA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40DA9 is #3BF256. Grayscale: #555555. Windows color (decimal): -3928663 or 11079108. OLE color: 11079108.

HSL color Cylindrical-coordinate representation of color #C40DA9: hue angle of 308.85º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40DA9 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 13 169 -
CMYK 0 0.93 0.14 0.23
HSL 308.85º 0.88% 0.41% -
HSV(B) 308.85º 0.93% 0.77% -
XYZ 30.07 14.89 38.82 -
YUV 85.5 175.13 206.82 -
System Red Green Blue C M Y K H S L
Decimal 196 13 169 0 0.93 0.14 0.23 308.85 0.88 0.41
Hex C4 D A9 0 5D E 17 135 58 29
Octal 304 15 251 0 135 16 27 465 130 51
Binary 11000100 1101 10101001 0 1011101 1110 10111 100110101 1011000 101001

Color Harmonies of #C40DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40DA9

Black with #C40DA9

Text Example


Text Example

White with #C40DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40DA9; }

 p { color: rgb(196,13,169); }

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

background-color css

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

 a { background-color: rgb(196,13,169); }

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

border-color css

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

 span { border-color: rgb(196,13,169); }

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