Shades of Deep Magenta #C70AAB
Tints of Deep Magenta #C70AAB
RGB
CMYK
RGB Variations
Color information
#C70AAB (or 0xC70AAB) is known color: Deep Magenta. HEX triplet: C7, 0A and AB. RGB value is (199,10,171). Sum of RGB (Red+Green+Blue) = 199+10+171=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C70AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70AAB is #38F554. Grayscale: #545454. Windows color (decimal): -3732821 or 11209415. OLE color: 11209415.
HSL color Cylindrical-coordinate representation of color #C70AAB: hue angle of 308.89º 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 #C70AAB is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 171 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.22 |
| HSL | 308.89º | 0.9% | 0.41% | - |
| HSV(B) | 308.89º | 0.95% | 0.78% | - |
| XYZ | 31.01 | 15.3 | 39.85 | - |
| YUV | 84.87 | 176.62 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 171 | 0 | 0.95 | 0.14 | 0.22 | 308.89 | 0.9 | 0.41 |
| Hex | C7 | A | AB | 0 | 5F | E | 16 | 135 | 5A | 29 |
| Octal | 307 | 12 | 253 | 0 | 137 | 16 | 26 | 465 | 132 | 51 |
| Binary | 11000111 | 1010 | 10101011 | 0 | 1011111 | 1110 | 10110 | 100110101 | 1011010 | 101001 |
Color Harmonies of #C70AAB
Complementary color
Monochromatic Colors of #C70AAB
Black with #C70AAB
Text Example
Text Example
White with #C70AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70AAB; }
p { color: rgb(199,10,171); }
H1.HeaderClassName
{
color: #C70AAB;
}
.AnyTagClassName
{
color: #C70AAB;
}
</style>
background-color css
<style>
a { background-color: #C70AAB; }
a { background-color: rgb(199,10,171); }
div.DivClassName
{
background-color: #C70AAB;
}
.BgClassName
{
background-color: #C70AAB;
}
</style>
border-color css
<style>
span { border-color: #C70AAB; }
span { border-color: rgb(199,10,171); }
td.TdClassName
{
border-color: #C70AAB;
}
.TagClassName
{
border-color: #C70AAB;
}
</style>