Shades of Deep Magenta #C70EAF
Tints of Deep Magenta #C70EAF
RGB
CMYK
RGB Variations
Color information
#C70EAF (or 0xC70EAF) is known color: Deep Magenta. HEX triplet: C7, 0E and AF. RGB value is (199,14,175). Sum of RGB (Red+Green+Blue) = 199+14+175=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70EAF is #38F150. Grayscale: #575757. Windows color (decimal): -3731793 or 11472583. OLE color: 11472583.
HSL color Cylindrical-coordinate representation of color #C70EAF: hue angle of 307.78º 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 #C70EAF is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 175 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.22 |
| HSL | 307.78º | 0.87% | 0.42% | - |
| HSV(B) | 307.78º | 0.93% | 0.78% | - |
| XYZ | 31.45 | 15.55 | 41.9 | - |
| YUV | 87.67 | 177.29 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 175 | 0 | 0.93 | 0.12 | 0.22 | 307.78 | 0.87 | 0.42 |
| Hex | C7 | E | AF | 0 | 5D | C | 16 | 134 | 57 | 2A |
| Octal | 307 | 16 | 257 | 0 | 135 | 14 | 26 | 464 | 127 | 52 |
| Binary | 11000111 | 1110 | 10101111 | 0 | 1011101 | 1100 | 10110 | 100110100 | 1010111 | 101010 |
Color Harmonies of #C70EAF
Complementary color
Monochromatic Colors of #C70EAF
Black with #C70EAF
Text Example
Text Example
White with #C70EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EAF; }
p { color: rgb(199,14,175); }
H1.HeaderClassName
{
color: #C70EAF;
}
.AnyTagClassName
{
color: #C70EAF;
}
</style>
background-color css
<style>
a { background-color: #C70EAF; }
a { background-color: rgb(199,14,175); }
div.DivClassName
{
background-color: #C70EAF;
}
.BgClassName
{
background-color: #C70EAF;
}
</style>
border-color css
<style>
span { border-color: #C70EAF; }
span { border-color: rgb(199,14,175); }
td.TdClassName
{
border-color: #C70EAF;
}
.TagClassName
{
border-color: #C70EAF;
}
</style>