Html Css Color HEX #C80EA9 Deep Magenta

📋 copy color: '#C80EA9'

red 200 ◦ green 14 ◦ blue 169

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

Shades of Deep Magenta #C80EA9

Tints of Deep Magenta #C80EA9

RGB

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

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

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

R = 52.22%
G = 3.66%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C80EA9 (or 0xC80EA9) is known color: Deep Magenta. HEX triplet: C8, 0E and A9. RGB value is (200,14,169). Sum of RGB (Red+Green+Blue) = 200+14+169=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80EA9 is #37F156. Grayscale: #565656. Windows color (decimal): -3666263 or 11079368. OLE color: 11079368.

HSL color Cylindrical-coordinate representation of color #C80EA9: hue angle of 310º 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 #C80EA9 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 14 169 -
CMYK 0 0.93 0.16 0.22
HSL 310º 0.87% 0.42% -
HSV(B) 310º 0.93% 0.78% -
XYZ 31.14 15.46 38.88 -
YUV 87.28 174.12 208.4 -
System Red Green Blue C M Y K H S L
Decimal 200 14 169 0 0.93 0.16 0.22 310 0.87 0.42
Hex C8 E A9 0 5D 10 16 136 57 2A
Octal 310 16 251 0 135 20 26 466 127 52
Binary 11001000 1110 10101001 0 1011101 10000 10110 100110110 1010111 101010

Color Harmonies of #C80EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80EA9

Black with #C80EA9

Text Example


Text Example

White with #C80EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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