Shades of Deep Magenta #C00ED9
Tints of Deep Magenta #C00ED9
RGB
CMYK
RGB Variations
Color information
#C00ED9 (or 0xC00ED9) is known color: Deep Magenta. HEX triplet: C0, 0E and D9. RGB value is (192,14,217). Sum of RGB (Red+Green+Blue) = 192+14+217=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #C00ED9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00ED9 is #3FF126. Grayscale: #595959. Windows color (decimal): -4190503 or 14225088. OLE color: 14225088.
HSL color Cylindrical-coordinate representation of color #C00ED9: hue angle of 292.61º 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 #C00ED9 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 14 | 217 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.15 |
| HSL | 292.61º | 0.88% | 0.45% | - |
| HSV(B) | 292.61º | 0.94% | 0.85% | - |
| XYZ | 34.42 | 16.53 | 67.02 | - |
| YUV | 90.36 | 199.47 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 217 | 0.12 | 0.94 | 0 | 0.15 | 292.61 | 0.88 | 0.45 |
| Hex | C0 | E | D9 | C | 5E | 0 | F | 125 | 58 | 2D |
| Octal | 300 | 16 | 331 | 14 | 136 | 0 | 17 | 445 | 130 | 55 |
| Binary | 11000000 | 1110 | 11011001 | 1100 | 1011110 | 0 | 1111 | 100100101 | 1011000 | 101101 |
Color Harmonies of #C00ED9
Complementary color
Monochromatic Colors of #C00ED9
Black with #C00ED9
Text Example
Text Example
White with #C00ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00ED9; }
p { color: rgb(192,14,217); }
H1.HeaderClassName
{
color: #C00ED9;
}
.AnyTagClassName
{
color: #C00ED9;
}
</style>
background-color css
<style>
a { background-color: #C00ED9; }
a { background-color: rgb(192,14,217); }
div.DivClassName
{
background-color: #C00ED9;
}
.BgClassName
{
background-color: #C00ED9;
}
</style>
border-color css
<style>
span { border-color: #C00ED9; }
span { border-color: rgb(192,14,217); }
td.TdClassName
{
border-color: #C00ED9;
}
.TagClassName
{
border-color: #C00ED9;
}
</style>