Shades of Deep Magenta #C70EB1
Tints of Deep Magenta #C70EB1
RGB
CMYK
RGB Variations
Color information
#C70EB1 (or 0xC70EB1) is known color: Deep Magenta. HEX triplet: C7, 0E and B1. RGB value is (199,14,177). Sum of RGB (Red+Green+Blue) = 199+14+177=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70EB1 is #38F14E. Grayscale: #575757. Windows color (decimal): -3731791 or 11603655. OLE color: 11603655.
HSL color Cylindrical-coordinate representation of color #C70EB1: hue angle of 307.14º 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 #C70EB1 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 177 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.22 |
| HSL | 307.14º | 0.87% | 0.42% | - |
| HSV(B) | 307.14º | 0.93% | 0.78% | - |
| XYZ | 31.65 | 15.63 | 42.94 | - |
| YUV | 87.9 | 178.29 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 177 | 0 | 0.93 | 0.11 | 0.22 | 307.14 | 0.87 | 0.42 |
| Hex | C7 | E | B1 | 0 | 5D | B | 16 | 133 | 57 | 2A |
| Octal | 307 | 16 | 261 | 0 | 135 | 13 | 26 | 463 | 127 | 52 |
| Binary | 11000111 | 1110 | 10110001 | 0 | 1011101 | 1011 | 10110 | 100110011 | 1010111 | 101010 |
Color Harmonies of #C70EB1
Complementary color
Monochromatic Colors of #C70EB1
Black with #C70EB1
Text Example
Text Example
White with #C70EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EB1; }
p { color: rgb(199,14,177); }
H1.HeaderClassName
{
color: #C70EB1;
}
.AnyTagClassName
{
color: #C70EB1;
}
</style>
background-color css
<style>
a { background-color: #C70EB1; }
a { background-color: rgb(199,14,177); }
div.DivClassName
{
background-color: #C70EB1;
}
.BgClassName
{
background-color: #C70EB1;
}
</style>
border-color css
<style>
span { border-color: #C70EB1; }
span { border-color: rgb(199,14,177); }
td.TdClassName
{
border-color: #C70EB1;
}
.TagClassName
{
border-color: #C70EB1;
}
</style>