Shades of Deep Magenta #C00EDE
Tints of Deep Magenta #C00EDE
RGB
CMYK
RGB Variations
Color information
#C00EDE (or 0xC00EDE) is known color: Deep Magenta. HEX triplet: C0, 0E and DE. RGB value is (192,14,222). Sum of RGB (Red+Green+Blue) = 192+14+222=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #C00EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00EDE is #3FF121. Grayscale: #5A5A5A. Windows color (decimal): -4190498 or 14552768. OLE color: 14552768.
HSL color Cylindrical-coordinate representation of color #C00EDE: hue angle of 291.35º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00EDE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 14 | 222 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.13 |
| HSL | 291.35º | 0.88% | 0.46% | - |
| HSV(B) | 291.35º | 0.94% | 0.87% | - |
| XYZ | 35.08 | 16.79 | 70.5 | - |
| YUV | 90.93 | 201.97 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 222 | 0.14 | 0.94 | 0 | 0.13 | 291.35 | 0.88 | 0.46 |
| Hex | C0 | E | DE | E | 5E | 0 | D | 123 | 58 | 2E |
| Octal | 300 | 16 | 336 | 16 | 136 | 0 | 15 | 443 | 130 | 56 |
| Binary | 11000000 | 1110 | 11011110 | 1110 | 1011110 | 0 | 1101 | 100100011 | 1011000 | 101110 |
Color Harmonies of #C00EDE
Complementary color
Monochromatic Colors of #C00EDE
Black with #C00EDE
Text Example
Text Example
White with #C00EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00EDE; }
p { color: rgb(192,14,222); }
H1.HeaderClassName
{
color: #C00EDE;
}
.AnyTagClassName
{
color: #C00EDE;
}
</style>
background-color css
<style>
a { background-color: #C00EDE; }
a { background-color: rgb(192,14,222); }
div.DivClassName
{
background-color: #C00EDE;
}
.BgClassName
{
background-color: #C00EDE;
}
</style>
border-color css
<style>
span { border-color: #C00EDE; }
span { border-color: rgb(192,14,222); }
td.TdClassName
{
border-color: #C00EDE;
}
.TagClassName
{
border-color: #C00EDE;
}
</style>