Shades of Deep Magenta #C00EBC
Tints of Deep Magenta #C00EBC
RGB
CMYK
RGB Variations
Color information
#C00EBC (or 0xC00EBC) is known color: Deep Magenta. HEX triplet: C0, 0E and BC. RGB value is (192,14,188). Sum of RGB (Red+Green+Blue) = 192+14+188=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C00EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00EBC is #3FF143. Grayscale: #565656. Windows color (decimal): -4190532 or 12324544. OLE color: 12324544.
HSL color Cylindrical-coordinate representation of color #C00EBC: hue angle of 301.35º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00EBC is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 188 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.25 |
| HSL | 301.35º | 0.86% | 0.4% | - |
| HSV(B) | 301.35º | 0.93% | 0.75% | - |
| XYZ | 30.97 | 15.15 | 48.87 | - |
| YUV | 87.06 | 184.97 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 188 | 0 | 0.93 | 0.02 | 0.25 | 301.35 | 0.86 | 0.4 |
| Hex | C0 | E | BC | 0 | 5D | 2 | 19 | 12D | 56 | 28 |
| Octal | 300 | 16 | 274 | 0 | 135 | 2 | 31 | 455 | 126 | 50 |
| Binary | 11000000 | 1110 | 10111100 | 0 | 1011101 | 10 | 11001 | 100101101 | 1010110 | 101000 |
Color Harmonies of #C00EBC
Complementary color
Monochromatic Colors of #C00EBC
Black with #C00EBC
Text Example
Text Example
White with #C00EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00EBC; }
p { color: rgb(192,14,188); }
H1.HeaderClassName
{
color: #C00EBC;
}
.AnyTagClassName
{
color: #C00EBC;
}
</style>
background-color css
<style>
a { background-color: #C00EBC; }
a { background-color: rgb(192,14,188); }
div.DivClassName
{
background-color: #C00EBC;
}
.BgClassName
{
background-color: #C00EBC;
}
</style>
border-color css
<style>
span { border-color: #C00EBC; }
span { border-color: rgb(192,14,188); }
td.TdClassName
{
border-color: #C00EBC;
}
.TagClassName
{
border-color: #C00EBC;
}
</style>