Shades of Deep Magenta #C70AD8
Tints of Deep Magenta #C70AD8
RGB
CMYK
RGB Variations
Color information
#C70AD8 (or 0xC70AD8) is known color: Deep Magenta. HEX triplet: C7, 0A and D8. RGB value is (199,10,216). Sum of RGB (Red+Green+Blue) = 199+10+216=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #C70AD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70AD8 is #38F527. Grayscale: #595959. Windows color (decimal): -3732776 or 14158535. OLE color: 14158535.
HSL color Cylindrical-coordinate representation of color #C70AD8: hue angle of 295.05º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70AD8 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 10 | 216 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.15 |
| HSL | 295.05º | 0.91% | 0.44% | - |
| HSV(B) | 295.05º | 0.95% | 0.85% | - |
| XYZ | 36.06 | 17.32 | 66.41 | - |
| YUV | 90 | 199.12 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 216 | 0.08 | 0.95 | 0 | 0.15 | 295.05 | 0.91 | 0.44 |
| Hex | C7 | A | D8 | 8 | 5F | 0 | F | 127 | 5B | 2C |
| Octal | 307 | 12 | 330 | 10 | 137 | 0 | 17 | 447 | 133 | 54 |
| Binary | 11000111 | 1010 | 11011000 | 1000 | 1011111 | 0 | 1111 | 100100111 | 1011011 | 101100 |
Color Harmonies of #C70AD8
Complementary color
Monochromatic Colors of #C70AD8
Black with #C70AD8
Text Example
Text Example
White with #C70AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70AD8; }
p { color: rgb(199,10,216); }
H1.HeaderClassName
{
color: #C70AD8;
}
.AnyTagClassName
{
color: #C70AD8;
}
</style>
background-color css
<style>
a { background-color: #C70AD8; }
a { background-color: rgb(199,10,216); }
div.DivClassName
{
background-color: #C70AD8;
}
.BgClassName
{
background-color: #C70AD8;
}
</style>
border-color css
<style>
span { border-color: #C70AD8; }
span { border-color: rgb(199,10,216); }
td.TdClassName
{
border-color: #C70AD8;
}
.TagClassName
{
border-color: #C70AD8;
}
</style>