Shades of Deep Magenta #C70CA9
Tints of Deep Magenta #C70CA9
RGB
CMYK
RGB Variations
Color information
#C70CA9 (or 0xC70CA9) is known color: Deep Magenta. HEX triplet: C7, 0C and A9. RGB value is (199,12,169). Sum of RGB (Red+Green+Blue) = 199+12+169=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C70CA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70CA9 is #38F356. Grayscale: #555555. Windows color (decimal): -3732311 or 11078855. OLE color: 11078855.
HSL color Cylindrical-coordinate representation of color #C70CA9: hue angle of 309.63º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70CA9 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 12 | 169 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.22 |
| HSL | 309.63º | 0.89% | 0.41% | - |
| HSV(B) | 309.63º | 0.94% | 0.78% | - |
| XYZ | 30.85 | 15.27 | 38.86 | - |
| YUV | 85.81 | 174.95 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 169 | 0 | 0.94 | 0.15 | 0.22 | 309.63 | 0.89 | 0.41 |
| Hex | C7 | C | A9 | 0 | 5E | F | 16 | 136 | 59 | 29 |
| Octal | 307 | 14 | 251 | 0 | 136 | 17 | 26 | 466 | 131 | 51 |
| Binary | 11000111 | 1100 | 10101001 | 0 | 1011110 | 1111 | 10110 | 100110110 | 1011001 | 101001 |
Color Harmonies of #C70CA9
Complementary color
Monochromatic Colors of #C70CA9
Black with #C70CA9
Text Example
Text Example
White with #C70CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CA9; }
p { color: rgb(199,12,169); }
H1.HeaderClassName
{
color: #C70CA9;
}
.AnyTagClassName
{
color: #C70CA9;
}
</style>
background-color css
<style>
a { background-color: #C70CA9; }
a { background-color: rgb(199,12,169); }
div.DivClassName
{
background-color: #C70CA9;
}
.BgClassName
{
background-color: #C70CA9;
}
</style>
border-color css
<style>
span { border-color: #C70CA9; }
span { border-color: rgb(199,12,169); }
td.TdClassName
{
border-color: #C70CA9;
}
.TagClassName
{
border-color: #C70CA9;
}
</style>