Shades of Deep Magenta #C70AC0
Tints of Deep Magenta #C70AC0
RGB
CMYK
RGB Variations
Color information
#C70AC0 (or 0xC70AC0) is known color: Deep Magenta. HEX triplet: C7, 0A and C0. RGB value is (199,10,192). Sum of RGB (Red+Green+Blue) = 199+10+192=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C70AC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70AC0 is #38F53F. Grayscale: #565656. Windows color (decimal): -3732800 or 12585671. OLE color: 12585671.
HSL color Cylindrical-coordinate representation of color #C70AC0: hue angle of 302.22º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70AC0 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 192 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.22 |
| HSL | 302.22º | 0.9% | 0.41% | - |
| HSV(B) | 302.22º | 0.95% | 0.78% | - |
| XYZ | 33.18 | 16.16 | 51.24 | - |
| YUV | 87.26 | 187.12 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 192 | 0 | 0.95 | 0.04 | 0.22 | 302.22 | 0.9 | 0.41 |
| Hex | C7 | A | C0 | 0 | 5F | 4 | 16 | 12E | 5A | 29 |
| Octal | 307 | 12 | 300 | 0 | 137 | 4 | 26 | 456 | 132 | 51 |
| Binary | 11000111 | 1010 | 11000000 | 0 | 1011111 | 100 | 10110 | 100101110 | 1011010 | 101001 |
Color Harmonies of #C70AC0
Complementary color
Monochromatic Colors of #C70AC0
Black with #C70AC0
Text Example
Text Example
White with #C70AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70AC0; }
p { color: rgb(199,10,192); }
H1.HeaderClassName
{
color: #C70AC0;
}
.AnyTagClassName
{
color: #C70AC0;
}
</style>
background-color css
<style>
a { background-color: #C70AC0; }
a { background-color: rgb(199,10,192); }
div.DivClassName
{
background-color: #C70AC0;
}
.BgClassName
{
background-color: #C70AC0;
}
</style>
border-color css
<style>
span { border-color: #C70AC0; }
span { border-color: rgb(199,10,192); }
td.TdClassName
{
border-color: #C70AC0;
}
.TagClassName
{
border-color: #C70AC0;
}
</style>