Shades of Deep Magenta #C00ED6
Tints of Deep Magenta #C00ED6
RGB
CMYK
RGB Variations
Color information
#C00ED6 (or 0xC00ED6) is known color: Deep Magenta. HEX triplet: C0, 0E and D6. RGB value is (192,14,214). Sum of RGB (Red+Green+Blue) = 192+14+214=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #C00ED6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00ED6 is #3FF129. Grayscale: #595959. Windows color (decimal): -4190506 or 14028480. OLE color: 14028480.
HSL color Cylindrical-coordinate representation of color #C00ED6: hue angle of 293.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00ED6 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 14 | 214 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.16 |
| HSL | 293.4º | 0.88% | 0.45% | - |
| HSV(B) | 293.4º | 0.93% | 0.84% | - |
| XYZ | 34.03 | 16.38 | 64.99 | - |
| YUV | 90.02 | 197.97 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 214 | 0.10 | 0.93 | 0 | 0.16 | 293.4 | 0.88 | 0.45 |
| Hex | C0 | E | D6 | A | 5D | 0 | 10 | 125 | 58 | 2D |
| Octal | 300 | 16 | 326 | 12 | 135 | 0 | 20 | 445 | 130 | 55 |
| Binary | 11000000 | 1110 | 11010110 | 1010 | 1011101 | 0 | 10000 | 100100101 | 1011000 | 101101 |
Color Harmonies of #C00ED6
Complementary color
Monochromatic Colors of #C00ED6
Black with #C00ED6
Text Example
Text Example
White with #C00ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00ED6; }
p { color: rgb(192,14,214); }
H1.HeaderClassName
{
color: #C00ED6;
}
.AnyTagClassName
{
color: #C00ED6;
}
</style>
background-color css
<style>
a { background-color: #C00ED6; }
a { background-color: rgb(192,14,214); }
div.DivClassName
{
background-color: #C00ED6;
}
.BgClassName
{
background-color: #C00ED6;
}
</style>
border-color css
<style>
span { border-color: #C00ED6; }
span { border-color: rgb(192,14,214); }
td.TdClassName
{
border-color: #C00ED6;
}
.TagClassName
{
border-color: #C00ED6;
}
</style>