Shades of Deep Magenta #C00EDB
Tints of Deep Magenta #C00EDB
RGB
CMYK
RGB Variations
Color information
#C00EDB (or 0xC00EDB) is known color: Deep Magenta. HEX triplet: C0, 0E and DB. RGB value is (192,14,219). Sum of RGB (Red+Green+Blue) = 192+14+219=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #C00EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00EDB is #3FF124. Grayscale: #595959. Windows color (decimal): -4190501 or 14356160. OLE color: 14356160.
HSL color Cylindrical-coordinate representation of color #C00EDB: hue angle of 292.1º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00EDB is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 14 | 219 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.14 |
| HSL | 292.1º | 0.88% | 0.46% | - |
| HSV(B) | 292.1º | 0.94% | 0.86% | - |
| XYZ | 34.68 | 16.64 | 68.4 | - |
| YUV | 90.59 | 200.47 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 219 | 0.12 | 0.94 | 0 | 0.14 | 292.1 | 0.88 | 0.46 |
| Hex | C0 | E | DB | C | 5E | 0 | E | 124 | 58 | 2E |
| Octal | 300 | 16 | 333 | 14 | 136 | 0 | 16 | 444 | 130 | 56 |
| Binary | 11000000 | 1110 | 11011011 | 1100 | 1011110 | 0 | 1110 | 100100100 | 1011000 | 101110 |
Color Harmonies of #C00EDB
Complementary color
Monochromatic Colors of #C00EDB
Black with #C00EDB
Text Example
Text Example
White with #C00EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00EDB; }
p { color: rgb(192,14,219); }
H1.HeaderClassName
{
color: #C00EDB;
}
.AnyTagClassName
{
color: #C00EDB;
}
</style>
background-color css
<style>
a { background-color: #C00EDB; }
a { background-color: rgb(192,14,219); }
div.DivClassName
{
background-color: #C00EDB;
}
.BgClassName
{
background-color: #C00EDB;
}
</style>
border-color css
<style>
span { border-color: #C00EDB; }
span { border-color: rgb(192,14,219); }
td.TdClassName
{
border-color: #C00EDB;
}
.TagClassName
{
border-color: #C00EDB;
}
</style>