Shades of Deep Magenta #C70ACE
Tints of Deep Magenta #C70ACE
RGB
CMYK
RGB Variations
Color information
#C70ACE (or 0xC70ACE) is known color: Deep Magenta. HEX triplet: C7, 0A and CE. RGB value is (199,10,206). Sum of RGB (Red+Green+Blue) = 199+10+206=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #C70ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ACE is #38F531. Grayscale: #585858. Windows color (decimal): -3732786 or 13503175. OLE color: 13503175.
HSL color Cylindrical-coordinate representation of color #C70ACE: hue angle of 297.86º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70ACE is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 10 | 206 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.19 |
| HSL | 297.86º | 0.91% | 0.42% | - |
| HSV(B) | 297.86º | 0.95% | 0.81% | - |
| XYZ | 34.8 | 16.82 | 59.8 | - |
| YUV | 88.86 | 194.12 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 206 | 0.03 | 0.95 | 0 | 0.19 | 297.86 | 0.91 | 0.42 |
| Hex | C7 | A | CE | 3 | 5F | 0 | 13 | 12A | 5B | 2A |
| Octal | 307 | 12 | 316 | 3 | 137 | 0 | 23 | 452 | 133 | 52 |
| Binary | 11000111 | 1010 | 11001110 | 11 | 1011111 | 0 | 10011 | 100101010 | 1011011 | 101010 |
Color Harmonies of #C70ACE
Complementary color
Monochromatic Colors of #C70ACE
Black with #C70ACE
Text Example
Text Example
White with #C70ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70ACE; }
p { color: rgb(199,10,206); }
H1.HeaderClassName
{
color: #C70ACE;
}
.AnyTagClassName
{
color: #C70ACE;
}
</style>
background-color css
<style>
a { background-color: #C70ACE; }
a { background-color: rgb(199,10,206); }
div.DivClassName
{
background-color: #C70ACE;
}
.BgClassName
{
background-color: #C70ACE;
}
</style>
border-color css
<style>
span { border-color: #C70ACE; }
span { border-color: rgb(199,10,206); }
td.TdClassName
{
border-color: #C70ACE;
}
.TagClassName
{
border-color: #C70ACE;
}
</style>