Shades of Deep Magenta #C70CAC
Tints of Deep Magenta #C70CAC
RGB
CMYK
RGB Variations
Color information
#C70CAC (or 0xC70CAC) is known color: Deep Magenta. HEX triplet: C7, 0C and AC. RGB value is (199,12,172). Sum of RGB (Red+Green+Blue) = 199+12+172=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C70CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70CAC is #38F353. Grayscale: #555555. Windows color (decimal): -3732308 or 11275463. OLE color: 11275463.
HSL color Cylindrical-coordinate representation of color #C70CAC: hue angle of 308.66º 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 #C70CAC is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 12 | 172 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.22 |
| HSL | 308.66º | 0.89% | 0.41% | - |
| HSV(B) | 308.66º | 0.94% | 0.78% | - |
| XYZ | 31.13 | 15.38 | 40.36 | - |
| YUV | 86.15 | 176.45 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 172 | 0 | 0.94 | 0.14 | 0.22 | 308.66 | 0.89 | 0.41 |
| Hex | C7 | C | AC | 0 | 5E | E | 16 | 135 | 59 | 29 |
| Octal | 307 | 14 | 254 | 0 | 136 | 16 | 26 | 465 | 131 | 51 |
| Binary | 11000111 | 1100 | 10101100 | 0 | 1011110 | 1110 | 10110 | 100110101 | 1011001 | 101001 |
Color Harmonies of #C70CAC
Complementary color
Monochromatic Colors of #C70CAC
Black with #C70CAC
Text Example
Text Example
White with #C70CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CAC; }
p { color: rgb(199,12,172); }
H1.HeaderClassName
{
color: #C70CAC;
}
.AnyTagClassName
{
color: #C70CAC;
}
</style>
background-color css
<style>
a { background-color: #C70CAC; }
a { background-color: rgb(199,12,172); }
div.DivClassName
{
background-color: #C70CAC;
}
.BgClassName
{
background-color: #C70CAC;
}
</style>
border-color css
<style>
span { border-color: #C70CAC; }
span { border-color: rgb(199,12,172); }
td.TdClassName
{
border-color: #C70CAC;
}
.TagClassName
{
border-color: #C70CAC;
}
</style>