Shades of Deep Magenta #C70ADA
Tints of Deep Magenta #C70ADA
RGB
CMYK
RGB Variations
Color information
#C70ADA (or 0xC70ADA) is known color: Deep Magenta. HEX triplet: C7, 0A and DA. RGB value is (199,10,218). Sum of RGB (Red+Green+Blue) = 199+10+218=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #C70ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ADA is #38F525. Grayscale: #595959. Windows color (decimal): -3732774 or 14289607. OLE color: 14289607.
HSL color Cylindrical-coordinate representation of color #C70ADA: hue angle of 294.52º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70ADA is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 10 | 218 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.15 |
| HSL | 294.52º | 0.91% | 0.45% | - |
| HSV(B) | 294.52º | 0.95% | 0.85% | - |
| XYZ | 36.32 | 17.42 | 67.78 | - |
| YUV | 90.22 | 200.12 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 218 | 0.09 | 0.95 | 0 | 0.15 | 294.52 | 0.91 | 0.45 |
| Hex | C7 | A | DA | 9 | 5F | 0 | F | 127 | 5B | 2D |
| Octal | 307 | 12 | 332 | 11 | 137 | 0 | 17 | 447 | 133 | 55 |
| Binary | 11000111 | 1010 | 11011010 | 1001 | 1011111 | 0 | 1111 | 100100111 | 1011011 | 101101 |
Color Harmonies of #C70ADA
Complementary color
Monochromatic Colors of #C70ADA
Black with #C70ADA
Text Example
Text Example
White with #C70ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70ADA; }
p { color: rgb(199,10,218); }
H1.HeaderClassName
{
color: #C70ADA;
}
.AnyTagClassName
{
color: #C70ADA;
}
</style>
background-color css
<style>
a { background-color: #C70ADA; }
a { background-color: rgb(199,10,218); }
div.DivClassName
{
background-color: #C70ADA;
}
.BgClassName
{
background-color: #C70ADA;
}
</style>
border-color css
<style>
span { border-color: #C70ADA; }
span { border-color: rgb(199,10,218); }
td.TdClassName
{
border-color: #C70ADA;
}
.TagClassName
{
border-color: #C70ADA;
}
</style>