Shades of Deep Magenta #C80EB9
Tints of Deep Magenta #C80EB9
RGB
CMYK
RGB Variations
Color information
#C80EB9 (or 0xC80EB9) is known color: Deep Magenta. HEX triplet: C8, 0E and B9. RGB value is (200,14,185). Sum of RGB (Red+Green+Blue) = 200+14+185=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80EB9 is #37F146. Grayscale: #585858. Windows color (decimal): -3666247 or 12127944. OLE color: 12127944.
HSL color Cylindrical-coordinate representation of color #C80EB9: hue angle of 304.84º 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 #C80EB9 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 185 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.22 |
| HSL | 304.84º | 0.87% | 0.42% | - |
| HSV(B) | 304.84º | 0.93% | 0.78% | - |
| XYZ | 32.73 | 16.1 | 47.28 | - |
| YUV | 89.11 | 182.12 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 185 | 0 | 0.93 | 0.08 | 0.22 | 304.84 | 0.87 | 0.42 |
| Hex | C8 | E | B9 | 0 | 5D | 8 | 16 | 131 | 57 | 2A |
| Octal | 310 | 16 | 271 | 0 | 135 | 10 | 26 | 461 | 127 | 52 |
| Binary | 11001000 | 1110 | 10111001 | 0 | 1011101 | 1000 | 10110 | 100110001 | 1010111 | 101010 |
Color Harmonies of #C80EB9
Complementary color
Monochromatic Colors of #C80EB9
Black with #C80EB9
Text Example
Text Example
White with #C80EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EB9; }
p { color: rgb(200,14,185); }
H1.HeaderClassName
{
color: #C80EB9;
}
.AnyTagClassName
{
color: #C80EB9;
}
</style>
background-color css
<style>
a { background-color: #C80EB9; }
a { background-color: rgb(200,14,185); }
div.DivClassName
{
background-color: #C80EB9;
}
.BgClassName
{
background-color: #C80EB9;
}
</style>
border-color css
<style>
span { border-color: #C80EB9; }
span { border-color: rgb(200,14,185); }
td.TdClassName
{
border-color: #C80EB9;
}
.TagClassName
{
border-color: #C80EB9;
}
</style>