Shades of Deep Magenta #C70ABB
Tints of Deep Magenta #C70ABB
RGB
CMYK
RGB Variations
Color information
#C70ABB (or 0xC70ABB) is known color: Deep Magenta. HEX triplet: C7, 0A and BB. RGB value is (199,10,187). Sum of RGB (Red+Green+Blue) = 199+10+187=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C70ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ABB is #38F544. Grayscale: #565656. Windows color (decimal): -3732805 or 12257991. OLE color: 12257991.
HSL color Cylindrical-coordinate representation of color #C70ABB: hue angle of 303.81º 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 #C70ABB is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 187 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.22 |
| HSL | 303.81º | 0.9% | 0.41% | - |
| HSV(B) | 303.81º | 0.95% | 0.78% | - |
| XYZ | 32.63 | 15.95 | 48.37 | - |
| YUV | 86.69 | 184.62 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 187 | 0 | 0.95 | 0.06 | 0.22 | 303.81 | 0.9 | 0.41 |
| Hex | C7 | A | BB | 0 | 5F | 6 | 16 | 130 | 5A | 29 |
| Octal | 307 | 12 | 273 | 0 | 137 | 6 | 26 | 460 | 132 | 51 |
| Binary | 11000111 | 1010 | 10111011 | 0 | 1011111 | 110 | 10110 | 100110000 | 1011010 | 101001 |
Color Harmonies of #C70ABB
Complementary color
Monochromatic Colors of #C70ABB
Black with #C70ABB
Text Example
Text Example
White with #C70ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70ABB; }
p { color: rgb(199,10,187); }
H1.HeaderClassName
{
color: #C70ABB;
}
.AnyTagClassName
{
color: #C70ABB;
}
</style>
background-color css
<style>
a { background-color: #C70ABB; }
a { background-color: rgb(199,10,187); }
div.DivClassName
{
background-color: #C70ABB;
}
.BgClassName
{
background-color: #C70ABB;
}
</style>
border-color css
<style>
span { border-color: #C70ABB; }
span { border-color: rgb(199,10,187); }
td.TdClassName
{
border-color: #C70ABB;
}
.TagClassName
{
border-color: #C70ABB;
}
</style>