Shades of Deep Magenta #C70AAA
Tints of Deep Magenta #C70AAA
RGB
CMYK
RGB Variations
Color information
#C70AAA (or 0xC70AAA) is known color: Deep Magenta. HEX triplet: C7, 0A and AA. RGB value is (199,10,170). Sum of RGB (Red+Green+Blue) = 199+10+170=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C70AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70AAA is #38F555. Grayscale: #545454. Windows color (decimal): -3732822 or 11143879. OLE color: 11143879.
HSL color Cylindrical-coordinate representation of color #C70AAA: hue angle of 309.21º 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 #C70AAA is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 170 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.22 |
| HSL | 309.21º | 0.9% | 0.41% | - |
| HSV(B) | 309.21º | 0.95% | 0.78% | - |
| XYZ | 30.92 | 15.26 | 39.35 | - |
| YUV | 84.75 | 176.12 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 170 | 0 | 0.95 | 0.15 | 0.22 | 309.21 | 0.9 | 0.41 |
| Hex | C7 | A | AA | 0 | 5F | F | 16 | 135 | 5A | 29 |
| Octal | 307 | 12 | 252 | 0 | 137 | 17 | 26 | 465 | 132 | 51 |
| Binary | 11000111 | 1010 | 10101010 | 0 | 1011111 | 1111 | 10110 | 100110101 | 1011010 | 101001 |
Color Harmonies of #C70AAA
Complementary color
Monochromatic Colors of #C70AAA
Black with #C70AAA
Text Example
Text Example
White with #C70AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70AAA; }
p { color: rgb(199,10,170); }
H1.HeaderClassName
{
color: #C70AAA;
}
.AnyTagClassName
{
color: #C70AAA;
}
</style>
background-color css
<style>
a { background-color: #C70AAA; }
a { background-color: rgb(199,10,170); }
div.DivClassName
{
background-color: #C70AAA;
}
.BgClassName
{
background-color: #C70AAA;
}
</style>
border-color css
<style>
span { border-color: #C70AAA; }
span { border-color: rgb(199,10,170); }
td.TdClassName
{
border-color: #C70AAA;
}
.TagClassName
{
border-color: #C70AAA;
}
</style>