Shades of Deep Magenta #C70EC0
Tints of Deep Magenta #C70EC0
RGB
CMYK
RGB Variations
Color information
#C70EC0 (or 0xC70EC0) is known color: Deep Magenta. HEX triplet: C7, 0E and C0. RGB value is (199,14,192). Sum of RGB (Red+Green+Blue) = 199+14+192=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70EC0 is #38F13F. Grayscale: #595959. Windows color (decimal): -3731776 or 12586695. OLE color: 12586695.
HSL color Cylindrical-coordinate representation of color #C70EC0: hue angle of 302.27º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70EC0 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 192 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.22 |
| HSL | 302.27º | 0.87% | 0.42% | - |
| HSV(B) | 302.27º | 0.93% | 0.78% | - |
| XYZ | 33.22 | 16.26 | 51.26 | - |
| YUV | 89.61 | 185.79 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 192 | 0 | 0.93 | 0.04 | 0.22 | 302.27 | 0.87 | 0.42 |
| Hex | C7 | E | C0 | 0 | 5D | 4 | 16 | 12E | 57 | 2A |
| Octal | 307 | 16 | 300 | 0 | 135 | 4 | 26 | 456 | 127 | 52 |
| Binary | 11000111 | 1110 | 11000000 | 0 | 1011101 | 100 | 10110 | 100101110 | 1010111 | 101010 |
Color Harmonies of #C70EC0
Complementary color
Monochromatic Colors of #C70EC0
Black with #C70EC0
Text Example
Text Example
White with #C70EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EC0; }
p { color: rgb(199,14,192); }
H1.HeaderClassName
{
color: #C70EC0;
}
.AnyTagClassName
{
color: #C70EC0;
}
</style>
background-color css
<style>
a { background-color: #C70EC0; }
a { background-color: rgb(199,14,192); }
div.DivClassName
{
background-color: #C70EC0;
}
.BgClassName
{
background-color: #C70EC0;
}
</style>
border-color css
<style>
span { border-color: #C70EC0; }
span { border-color: rgb(199,14,192); }
td.TdClassName
{
border-color: #C70EC0;
}
.TagClassName
{
border-color: #C70EC0;
}
</style>