Html Css Color HEX #C80EAA Deep Magenta

📋 copy color: '#C80EAA'

red 200 ◦ green 14 ◦ blue 170

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

Shades of Deep Magenta #C80EAA

Tints of Deep Magenta #C80EAA

RGB

 RED value IS 200 (78.52% from 255) = 52.08%

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

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

R = 52.08%
G = 3.65%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C80EAA (or 0xC80EAA) is known color: Deep Magenta. HEX triplet: C8, 0E and AA. RGB value is (200,14,170). Sum of RGB (Red+Green+Blue) = 200+14+170=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80EAA is #37F155. Grayscale: #565656. Windows color (decimal): -3666262 or 11144904. OLE color: 11144904.

HSL color Cylindrical-coordinate representation of color #C80EAA: hue angle of 309.68º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80EAA is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 14 170 -
CMYK 0 0.93 0.15 0.22
HSL 309.68º 0.87% 0.42% -
HSV(B) 309.68º 0.93% 0.78% -
XYZ 31.23 15.5 39.38 -
YUV 87.4 174.62 208.32 -
System Red Green Blue C M Y K H S L
Decimal 200 14 170 0 0.93 0.15 0.22 309.68 0.87 0.42
Hex C8 E AA 0 5D F 16 136 57 2A
Octal 310 16 252 0 135 17 26 466 127 52
Binary 11001000 1110 10101010 0 1011101 1111 10110 100110110 1010111 101010

Color Harmonies of #C80EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80EAA

Black with #C80EAA

Text Example


Text Example

White with #C80EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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