Shades of Deep Magenta #C70AAF
Tints of Deep Magenta #C70AAF
RGB
CMYK
RGB Variations
Color information
#C70AAF (or 0xC70AAF) is known color: Deep Magenta. HEX triplet: C7, 0A and AF. RGB value is (199,10,175). Sum of RGB (Red+Green+Blue) = 199+10+175=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C70AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70AAF is #38F550. Grayscale: #545454. Windows color (decimal): -3732817 or 11471559. OLE color: 11471559.
HSL color Cylindrical-coordinate representation of color #C70AAF: hue angle of 307.62º 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 #C70AAF is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.22 |
| HSL | 307.62º | 0.9% | 0.41% | - |
| HSV(B) | 307.62º | 0.95% | 0.78% | - |
| XYZ | 31.4 | 15.45 | 41.89 | - |
| YUV | 85.32 | 178.62 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 175 | 0 | 0.95 | 0.12 | 0.22 | 307.62 | 0.9 | 0.41 |
| Hex | C7 | A | AF | 0 | 5F | C | 16 | 134 | 5A | 29 |
| Octal | 307 | 12 | 257 | 0 | 137 | 14 | 26 | 464 | 132 | 51 |
| Binary | 11000111 | 1010 | 10101111 | 0 | 1011111 | 1100 | 10110 | 100110100 | 1011010 | 101001 |
Color Harmonies of #C70AAF
Complementary color
Monochromatic Colors of #C70AAF
Black with #C70AAF
Text Example
Text Example
White with #C70AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70AAF; }
p { color: rgb(199,10,175); }
H1.HeaderClassName
{
color: #C70AAF;
}
.AnyTagClassName
{
color: #C70AAF;
}
</style>
background-color css
<style>
a { background-color: #C70AAF; }
a { background-color: rgb(199,10,175); }
div.DivClassName
{
background-color: #C70AAF;
}
.BgClassName
{
background-color: #C70AAF;
}
</style>
border-color css
<style>
span { border-color: #C70AAF; }
span { border-color: rgb(199,10,175); }
td.TdClassName
{
border-color: #C70AAF;
}
.TagClassName
{
border-color: #C70AAF;
}
</style>