Shades of Deep Magenta #C70FAA
Tints of Deep Magenta #C70FAA
RGB
CMYK
RGB Variations
Color information
#C70FAA (or 0xC70FAA) is known color: Deep Magenta. HEX triplet: C7, 0F and AA. RGB value is (199,15,170). Sum of RGB (Red+Green+Blue) = 199+15+170=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70FAA is #38F055. Grayscale: #575757. Windows color (decimal): -3731542 or 11145159. OLE color: 11145159.
HSL color Cylindrical-coordinate representation of color #C70FAA: hue angle of 309.46º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C70FAA is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 170 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.22 |
| HSL | 309.46º | 0.86% | 0.42% | - |
| HSV(B) | 309.46º | 0.92% | 0.78% | - |
| XYZ | 30.98 | 15.39 | 39.37 | - |
| YUV | 87.69 | 174.46 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 170 | 0 | 0.92 | 0.15 | 0.22 | 309.46 | 0.86 | 0.42 |
| Hex | C7 | F | AA | 0 | 5C | F | 16 | 135 | 56 | 2A |
| Octal | 307 | 17 | 252 | 0 | 134 | 17 | 26 | 465 | 126 | 52 |
| Binary | 11000111 | 1111 | 10101010 | 0 | 1011100 | 1111 | 10110 | 100110101 | 1010110 | 101010 |
Color Harmonies of #C70FAA
Complementary color
Monochromatic Colors of #C70FAA
Black with #C70FAA
Text Example
Text Example
White with #C70FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70FAA; }
p { color: rgb(199,15,170); }
H1.HeaderClassName
{
color: #C70FAA;
}
.AnyTagClassName
{
color: #C70FAA;
}
</style>
background-color css
<style>
a { background-color: #C70FAA; }
a { background-color: rgb(199,15,170); }
div.DivClassName
{
background-color: #C70FAA;
}
.BgClassName
{
background-color: #C70FAA;
}
</style>
border-color css
<style>
span { border-color: #C70FAA; }
span { border-color: rgb(199,15,170); }
td.TdClassName
{
border-color: #C70FAA;
}
.TagClassName
{
border-color: #C70FAA;
}
</style>