Shades of Deep Magenta #C70AB0
Tints of Deep Magenta #C70AB0
RGB
CMYK
RGB Variations
Color information
#C70AB0 (or 0xC70AB0) is known color: Deep Magenta. HEX triplet: C7, 0A and B0. RGB value is (199,10,176). Sum of RGB (Red+Green+Blue) = 199+10+176=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C70AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70AB0 is #38F54F. Grayscale: #545454. Windows color (decimal): -3732816 or 11537095. OLE color: 11537095.
HSL color Cylindrical-coordinate representation of color #C70AB0: hue angle of 307.3º 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 #C70AB0 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 176 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.22 |
| HSL | 307.3º | 0.9% | 0.41% | - |
| HSV(B) | 307.3º | 0.95% | 0.78% | - |
| XYZ | 31.5 | 15.49 | 42.4 | - |
| YUV | 85.44 | 179.12 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 176 | 0 | 0.95 | 0.12 | 0.22 | 307.3 | 0.9 | 0.41 |
| Hex | C7 | A | B0 | 0 | 5F | C | 16 | 133 | 5A | 29 |
| Octal | 307 | 12 | 260 | 0 | 137 | 14 | 26 | 463 | 132 | 51 |
| Binary | 11000111 | 1010 | 10110000 | 0 | 1011111 | 1100 | 10110 | 100110011 | 1011010 | 101001 |
Color Harmonies of #C70AB0
Complementary color
Monochromatic Colors of #C70AB0
Black with #C70AB0
Text Example
Text Example
White with #C70AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70AB0; }
p { color: rgb(199,10,176); }
H1.HeaderClassName
{
color: #C70AB0;
}
.AnyTagClassName
{
color: #C70AB0;
}
</style>
background-color css
<style>
a { background-color: #C70AB0; }
a { background-color: rgb(199,10,176); }
div.DivClassName
{
background-color: #C70AB0;
}
.BgClassName
{
background-color: #C70AB0;
}
</style>
border-color css
<style>
span { border-color: #C70AB0; }
span { border-color: rgb(199,10,176); }
td.TdClassName
{
border-color: #C70AB0;
}
.TagClassName
{
border-color: #C70AB0;
}
</style>