Shades of Deep Magenta #C00ED8
Tints of Deep Magenta #C00ED8
RGB
CMYK
RGB Variations
Color information
#C00ED8 (or 0xC00ED8) is known color: Deep Magenta. HEX triplet: C0, 0E and D8. RGB value is (192,14,216). Sum of RGB (Red+Green+Blue) = 192+14+216=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #C00ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00ED8 is #3FF127. Grayscale: #595959. Windows color (decimal): -4190504 or 14159552. OLE color: 14159552.
HSL color Cylindrical-coordinate representation of color #C00ED8: hue angle of 292.87º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00ED8 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 14 | 216 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.15 |
| HSL | 292.87º | 0.88% | 0.45% | - |
| HSV(B) | 292.87º | 0.94% | 0.85% | - |
| XYZ | 34.29 | 16.48 | 66.34 | - |
| YUV | 90.25 | 198.97 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 216 | 0.11 | 0.94 | 0 | 0.15 | 292.87 | 0.88 | 0.45 |
| Hex | C0 | E | D8 | B | 5E | 0 | F | 125 | 58 | 2D |
| Octal | 300 | 16 | 330 | 13 | 136 | 0 | 17 | 445 | 130 | 55 |
| Binary | 11000000 | 1110 | 11011000 | 1011 | 1011110 | 0 | 1111 | 100100101 | 1011000 | 101101 |
Color Harmonies of #C00ED8
Complementary color
Monochromatic Colors of #C00ED8
Black with #C00ED8
Text Example
Text Example
White with #C00ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00ED8; }
p { color: rgb(192,14,216); }
H1.HeaderClassName
{
color: #C00ED8;
}
.AnyTagClassName
{
color: #C00ED8;
}
</style>
background-color css
<style>
a { background-color: #C00ED8; }
a { background-color: rgb(192,14,216); }
div.DivClassName
{
background-color: #C00ED8;
}
.BgClassName
{
background-color: #C00ED8;
}
</style>
border-color css
<style>
span { border-color: #C00ED8; }
span { border-color: rgb(192,14,216); }
td.TdClassName
{
border-color: #C00ED8;
}
.TagClassName
{
border-color: #C00ED8;
}
</style>