Shades of Deep Magenta #C70ADF
Tints of Deep Magenta #C70ADF
RGB
CMYK
RGB Variations
Color information
#C70ADF (or 0xC70ADF) is known color: Deep Magenta. HEX triplet: C7, 0A and DF. RGB value is (199,10,223). Sum of RGB (Red+Green+Blue) = 199+10+223=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #C70ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ADF is #38F520. Grayscale: #5A5A5A. Windows color (decimal): -3732769 or 14617287. OLE color: 14617287.
HSL color Cylindrical-coordinate representation of color #C70ADF: hue angle of 293.24º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70ADF is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 10 | 223 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.13 |
| HSL | 293.24º | 0.91% | 0.46% | - |
| HSV(B) | 293.24º | 0.96% | 0.87% | - |
| XYZ | 36.98 | 17.69 | 71.28 | - |
| YUV | 90.79 | 202.62 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 223 | 0.11 | 0.96 | 0 | 0.13 | 293.24 | 0.91 | 0.46 |
| Hex | C7 | A | DF | B | 60 | 0 | D | 125 | 5B | 2E |
| Octal | 307 | 12 | 337 | 13 | 140 | 0 | 15 | 445 | 133 | 56 |
| Binary | 11000111 | 1010 | 11011111 | 1011 | 1100000 | 0 | 1101 | 100100101 | 1011011 | 101110 |
Color Harmonies of #C70ADF
Complementary color
Monochromatic Colors of #C70ADF
Black with #C70ADF
Text Example
Text Example
White with #C70ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70ADF; }
p { color: rgb(199,10,223); }
H1.HeaderClassName
{
color: #C70ADF;
}
.AnyTagClassName
{
color: #C70ADF;
}
</style>
background-color css
<style>
a { background-color: #C70ADF; }
a { background-color: rgb(199,10,223); }
div.DivClassName
{
background-color: #C70ADF;
}
.BgClassName
{
background-color: #C70ADF;
}
</style>
border-color css
<style>
span { border-color: #C70ADF; }
span { border-color: rgb(199,10,223); }
td.TdClassName
{
border-color: #C70ADF;
}
.TagClassName
{
border-color: #C70ADF;
}
</style>