Shades of Deep Magenta #C80EB8
Tints of Deep Magenta #C80EB8
RGB
CMYK
RGB Variations
Color information
#C80EB8 (or 0xC80EB8) is known color: Deep Magenta. HEX triplet: C8, 0E and B8. RGB value is (200,14,184). Sum of RGB (Red+Green+Blue) = 200+14+184=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80EB8 is #37F147. Grayscale: #585858. Windows color (decimal): -3666248 or 12062408. OLE color: 12062408.
HSL color Cylindrical-coordinate representation of color #C80EB8: hue angle of 305.16º 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 #C80EB8 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 184 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.22 |
| HSL | 305.16º | 0.87% | 0.42% | - |
| HSV(B) | 305.16º | 0.93% | 0.78% | - |
| XYZ | 32.63 | 16.05 | 46.73 | - |
| YUV | 88.99 | 181.62 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 184 | 0 | 0.93 | 0.08 | 0.22 | 305.16 | 0.87 | 0.42 |
| Hex | C8 | E | B8 | 0 | 5D | 8 | 16 | 131 | 57 | 2A |
| Octal | 310 | 16 | 270 | 0 | 135 | 10 | 26 | 461 | 127 | 52 |
| Binary | 11001000 | 1110 | 10111000 | 0 | 1011101 | 1000 | 10110 | 100110001 | 1010111 | 101010 |
Color Harmonies of #C80EB8
Complementary color
Monochromatic Colors of #C80EB8
Black with #C80EB8
Text Example
Text Example
White with #C80EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EB8; }
p { color: rgb(200,14,184); }
H1.HeaderClassName
{
color: #C80EB8;
}
.AnyTagClassName
{
color: #C80EB8;
}
</style>
background-color css
<style>
a { background-color: #C80EB8; }
a { background-color: rgb(200,14,184); }
div.DivClassName
{
background-color: #C80EB8;
}
.BgClassName
{
background-color: #C80EB8;
}
</style>
border-color css
<style>
span { border-color: #C80EB8; }
span { border-color: rgb(200,14,184); }
td.TdClassName
{
border-color: #C80EB8;
}
.TagClassName
{
border-color: #C80EB8;
}
</style>