Shades of Deep Magenta #C70EC3
Tints of Deep Magenta #C70EC3
RGB
CMYK
RGB Variations
Color information
#C70EC3 (or 0xC70EC3) is known color: Deep Magenta. HEX triplet: C7, 0E and C3. RGB value is (199,14,195). Sum of RGB (Red+Green+Blue) = 199+14+195=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 195 (76.56% from 255 or 47.79% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70EC3 is #38F13C. Grayscale: #595959. Windows color (decimal): -3731773 or 12783303. OLE color: 12783303.
HSL color Cylindrical-coordinate representation of color #C70EC3: hue angle of 301.3º 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 #C70EC3 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 195 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.22 |
| HSL | 301.3º | 0.87% | 0.42% | - |
| HSV(B) | 301.3º | 0.93% | 0.78% | - |
| XYZ | 33.56 | 16.4 | 53.03 | - |
| YUV | 89.95 | 187.29 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 195 | 0 | 0.93 | 0.02 | 0.22 | 301.3 | 0.87 | 0.42 |
| Hex | C7 | E | C3 | 0 | 5D | 2 | 16 | 12D | 57 | 2A |
| Octal | 307 | 16 | 303 | 0 | 135 | 2 | 26 | 455 | 127 | 52 |
| Binary | 11000111 | 1110 | 11000011 | 0 | 1011101 | 10 | 10110 | 100101101 | 1010111 | 101010 |
Color Harmonies of #C70EC3
Complementary color
Monochromatic Colors of #C70EC3
Black with #C70EC3
Text Example
Text Example
White with #C70EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EC3; }
p { color: rgb(199,14,195); }
H1.HeaderClassName
{
color: #C70EC3;
}
.AnyTagClassName
{
color: #C70EC3;
}
</style>
background-color css
<style>
a { background-color: #C70EC3; }
a { background-color: rgb(199,14,195); }
div.DivClassName
{
background-color: #C70EC3;
}
.BgClassName
{
background-color: #C70EC3;
}
</style>
border-color css
<style>
span { border-color: #C70EC3; }
span { border-color: rgb(199,14,195); }
td.TdClassName
{
border-color: #C70EC3;
}
.TagClassName
{
border-color: #C70EC3;
}
</style>