Shades of Deep Magenta #C70AAC
Tints of Deep Magenta #C70AAC
RGB
CMYK
RGB Variations
Color information
#C70AAC (or 0xC70AAC) is known color: Deep Magenta. HEX triplet: C7, 0A and AC. RGB value is (199,10,172). Sum of RGB (Red+Green+Blue) = 199+10+172=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C70AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70AAC is #38F553. Grayscale: #545454. Windows color (decimal): -3732820 or 11274951. OLE color: 11274951.
HSL color Cylindrical-coordinate representation of color #C70AAC: hue angle of 308.57º 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 #C70AAC is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 172 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.22 |
| HSL | 308.57º | 0.9% | 0.41% | - |
| HSV(B) | 308.57º | 0.95% | 0.78% | - |
| XYZ | 31.11 | 15.34 | 40.35 | - |
| YUV | 84.98 | 177.12 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 172 | 0 | 0.95 | 0.14 | 0.22 | 308.57 | 0.9 | 0.41 |
| Hex | C7 | A | AC | 0 | 5F | E | 16 | 135 | 5A | 29 |
| Octal | 307 | 12 | 254 | 0 | 137 | 16 | 26 | 465 | 132 | 51 |
| Binary | 11000111 | 1010 | 10101100 | 0 | 1011111 | 1110 | 10110 | 100110101 | 1011010 | 101001 |
Color Harmonies of #C70AAC
Complementary color
Monochromatic Colors of #C70AAC
Black with #C70AAC
Text Example
Text Example
White with #C70AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70AAC; }
p { color: rgb(199,10,172); }
H1.HeaderClassName
{
color: #C70AAC;
}
.AnyTagClassName
{
color: #C70AAC;
}
</style>
background-color css
<style>
a { background-color: #C70AAC; }
a { background-color: rgb(199,10,172); }
div.DivClassName
{
background-color: #C70AAC;
}
.BgClassName
{
background-color: #C70AAC;
}
</style>
border-color css
<style>
span { border-color: #C70AAC; }
span { border-color: rgb(199,10,172); }
td.TdClassName
{
border-color: #C70AAC;
}
.TagClassName
{
border-color: #C70AAC;
}
</style>