Shades of Deep Magenta #C70ACC
Tints of Deep Magenta #C70ACC
RGB
CMYK
RGB Variations
Color information
#C70ACC (or 0xC70ACC) is known color: Deep Magenta. HEX triplet: C7, 0A and CC. RGB value is (199,10,204). Sum of RGB (Red+Green+Blue) = 199+10+204=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #C70ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ACC is #38F533. Grayscale: #585858. Windows color (decimal): -3732788 or 13372103. OLE color: 13372103.
HSL color Cylindrical-coordinate representation of color #C70ACC: hue angle of 298.45º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70ACC is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 10 | 204 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.2 |
| HSL | 298.45º | 0.91% | 0.42% | - |
| HSV(B) | 298.45º | 0.95% | 0.8% | - |
| XYZ | 34.56 | 16.72 | 58.53 | - |
| YUV | 88.63 | 193.12 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 204 | 0.02 | 0.95 | 0 | 0.2 | 298.45 | 0.91 | 0.42 |
| Hex | C7 | A | CC | 2 | 5F | 0 | 14 | 12A | 5B | 2A |
| Octal | 307 | 12 | 314 | 2 | 137 | 0 | 24 | 452 | 133 | 52 |
| Binary | 11000111 | 1010 | 11001100 | 10 | 1011111 | 0 | 10100 | 100101010 | 1011011 | 101010 |
Color Harmonies of #C70ACC
Complementary color
Monochromatic Colors of #C70ACC
Black with #C70ACC
Text Example
Text Example
White with #C70ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70ACC; }
p { color: rgb(199,10,204); }
H1.HeaderClassName
{
color: #C70ACC;
}
.AnyTagClassName
{
color: #C70ACC;
}
</style>
background-color css
<style>
a { background-color: #C70ACC; }
a { background-color: rgb(199,10,204); }
div.DivClassName
{
background-color: #C70ACC;
}
.BgClassName
{
background-color: #C70ACC;
}
</style>
border-color css
<style>
span { border-color: #C70ACC; }
span { border-color: rgb(199,10,204); }
td.TdClassName
{
border-color: #C70ACC;
}
.TagClassName
{
border-color: #C70ACC;
}
</style>