Shades of Deep Magenta #C70BA9
Tints of Deep Magenta #C70BA9
RGB
CMYK
RGB Variations
Color information
#C70BA9 (or 0xC70BA9) is known color: Deep Magenta. HEX triplet: C7, 0B and A9. RGB value is (199,11,169). Sum of RGB (Red+Green+Blue) = 199+11+169=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C70BA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70BA9 is #38F456. Grayscale: #545454. Windows color (decimal): -3732567 or 11078599. OLE color: 11078599.
HSL color Cylindrical-coordinate representation of color #C70BA9: hue angle of 309.57º degrees, saturation: 0.9, 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 #C70BA9 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 11 | 169 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.22 |
| HSL | 309.57º | 0.9% | 0.41% | - |
| HSV(B) | 309.57º | 0.94% | 0.78% | - |
| XYZ | 30.83 | 15.25 | 38.85 | - |
| YUV | 85.22 | 175.28 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 169 | 0 | 0.94 | 0.15 | 0.22 | 309.57 | 0.9 | 0.41 |
| Hex | C7 | B | A9 | 0 | 5E | F | 16 | 136 | 5A | 29 |
| Octal | 307 | 13 | 251 | 0 | 136 | 17 | 26 | 466 | 132 | 51 |
| Binary | 11000111 | 1011 | 10101001 | 0 | 1011110 | 1111 | 10110 | 100110110 | 1011010 | 101001 |
Color Harmonies of #C70BA9
Complementary color
Monochromatic Colors of #C70BA9
Black with #C70BA9
Text Example
Text Example
White with #C70BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70BA9; }
p { color: rgb(199,11,169); }
H1.HeaderClassName
{
color: #C70BA9;
}
.AnyTagClassName
{
color: #C70BA9;
}
</style>
background-color css
<style>
a { background-color: #C70BA9; }
a { background-color: rgb(199,11,169); }
div.DivClassName
{
background-color: #C70BA9;
}
.BgClassName
{
background-color: #C70BA9;
}
</style>
border-color css
<style>
span { border-color: #C70BA9; }
span { border-color: rgb(199,11,169); }
td.TdClassName
{
border-color: #C70BA9;
}
.TagClassName
{
border-color: #C70BA9;
}
</style>