Shades of Deep Magenta #C80EAF
Tints of Deep Magenta #C80EAF
RGB
CMYK
RGB Variations
Color information
#C80EAF (or 0xC80EAF) is known color: Deep Magenta. HEX triplet: C8, 0E and AF. RGB value is (200,14,175). Sum of RGB (Red+Green+Blue) = 200+14+175=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80EAF is #37F150. Grayscale: #575757. Windows color (decimal): -3666257 or 11472584. OLE color: 11472584.
HSL color Cylindrical-coordinate representation of color #C80EAF: hue angle of 308.06º 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 #C80EAF is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 175 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.22 |
| HSL | 308.06º | 0.87% | 0.42% | - |
| HSV(B) | 308.06º | 0.93% | 0.78% | - |
| XYZ | 31.71 | 15.69 | 41.91 | - |
| YUV | 87.97 | 177.12 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 175 | 0 | 0.93 | 0.12 | 0.22 | 308.06 | 0.87 | 0.42 |
| Hex | C8 | E | AF | 0 | 5D | C | 16 | 134 | 57 | 2A |
| Octal | 310 | 16 | 257 | 0 | 135 | 14 | 26 | 464 | 127 | 52 |
| Binary | 11001000 | 1110 | 10101111 | 0 | 1011101 | 1100 | 10110 | 100110100 | 1010111 | 101010 |
Color Harmonies of #C80EAF
Complementary color
Monochromatic Colors of #C80EAF
Black with #C80EAF
Text Example
Text Example
White with #C80EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EAF; }
p { color: rgb(200,14,175); }
H1.HeaderClassName
{
color: #C80EAF;
}
.AnyTagClassName
{
color: #C80EAF;
}
</style>
background-color css
<style>
a { background-color: #C80EAF; }
a { background-color: rgb(200,14,175); }
div.DivClassName
{
background-color: #C80EAF;
}
.BgClassName
{
background-color: #C80EAF;
}
</style>
border-color css
<style>
span { border-color: #C80EAF; }
span { border-color: rgb(200,14,175); }
td.TdClassName
{
border-color: #C80EAF;
}
.TagClassName
{
border-color: #C80EAF;
}
</style>