Html Css Color HEX #C80EAD Deep Magenta

📋 copy color: '#C80EAD'

red 200 ◦ green 14 ◦ blue 173

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

Shades of Deep Magenta #C80EAD

Tints of Deep Magenta #C80EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 51.68%
G = 3.62%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C80EAD (or 0xC80EAD) is known color: Deep Magenta. HEX triplet: C8, 0E and AD. RGB value is (200,14,173). Sum of RGB (Red+Green+Blue) = 200+14+173=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80EAD is #37F152. Grayscale: #575757. Windows color (decimal): -3666259 or 11341512. OLE color: 11341512.

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

Color convert

RGB 200 14 173 -
CMYK 0 0.93 0.14 0.22
HSL 308.71º 0.87% 0.42% -
HSV(B) 308.71º 0.93% 0.78% -
XYZ 31.52 15.61 40.89 -
YUV 87.74 176.12 208.07 -
System Red Green Blue C M Y K H S L
Decimal 200 14 173 0 0.93 0.14 0.22 308.71 0.87 0.42
Hex C8 E AD 0 5D E 16 135 57 2A
Octal 310 16 255 0 135 16 26 465 127 52
Binary 11001000 1110 10101101 0 1011101 1110 10110 100110101 1010111 101010

Color Harmonies of #C80EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80EAD

Black with #C80EAD

Text Example


Text Example

White with #C80EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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