Html Css Color HEX #C40EAA Deep Magenta

📋 copy color: '#C40EAA'

red 196 ◦ green 14 ◦ blue 170

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

Shades of Deep Magenta #C40EAA

Tints of Deep Magenta #C40EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.68%

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 51.58%
G = 3.68%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C40EAA (or 0xC40EAA) is known color: Deep Magenta. HEX triplet: C4, 0E and AA. RGB value is (196,14,170). Sum of RGB (Red+Green+Blue) = 196+14+170=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C40EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40EAA is #3BF155. Grayscale: #555555. Windows color (decimal): -3928406 or 11144900. OLE color: 11144900.

HSL color Cylindrical-coordinate representation of color #C40EAA: hue angle of 308.57º degrees, saturation: 0.87, 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 #C40EAA is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 14 170 -
CMYK 0 0.93 0.13 0.23
HSL 308.57º 0.87% 0.41% -
HSV(B) 308.57º 0.93% 0.77% -
XYZ 30.18 14.95 39.33 -
YUV 86.2 175.3 206.32 -
System Red Green Blue C M Y K H S L
Decimal 196 14 170 0 0.93 0.13 0.23 308.57 0.87 0.41
Hex C4 E AA 0 5D D 17 135 57 29
Octal 304 16 252 0 135 15 27 465 127 51
Binary 11000100 1110 10101010 0 1011101 1101 10111 100110101 1010111 101001

Color Harmonies of #C40EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40EAA

Black with #C40EAA

Text Example


Text Example

White with #C40EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40EAA; }

 p { color: rgb(196,14,170); }

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

background-color css

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

 a { background-color: rgb(196,14,170); }

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

border-color css

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

 span { border-color: rgb(196,14,170); }

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