Shades of Deep Magenta #C70ADB
Tints of Deep Magenta #C70ADB
RGB
CMYK
RGB Variations
Color information
#C70ADB (or 0xC70ADB) is known color: Deep Magenta. HEX triplet: C7, 0A and DB. RGB value is (199,10,219). Sum of RGB (Red+Green+Blue) = 199+10+219=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #C70ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ADB is #38F524. Grayscale: #595959. Windows color (decimal): -3732773 or 14355143. OLE color: 14355143.
HSL color Cylindrical-coordinate representation of color #C70ADB: hue angle of 294.26º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70ADB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 10 | 219 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.14 |
| HSL | 294.26º | 0.91% | 0.45% | - |
| HSV(B) | 294.26º | 0.95% | 0.86% | - |
| XYZ | 36.45 | 17.47 | 68.47 | - |
| YUV | 90.34 | 200.62 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 219 | 0.09 | 0.95 | 0 | 0.14 | 294.26 | 0.91 | 0.45 |
| Hex | C7 | A | DB | 9 | 5F | 0 | E | 126 | 5B | 2D |
| Octal | 307 | 12 | 333 | 11 | 137 | 0 | 16 | 446 | 133 | 55 |
| Binary | 11000111 | 1010 | 11011011 | 1001 | 1011111 | 0 | 1110 | 100100110 | 1011011 | 101101 |
Color Harmonies of #C70ADB
Complementary color
Monochromatic Colors of #C70ADB
Black with #C70ADB
Text Example
Text Example
White with #C70ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70ADB; }
p { color: rgb(199,10,219); }
H1.HeaderClassName
{
color: #C70ADB;
}
.AnyTagClassName
{
color: #C70ADB;
}
</style>
background-color css
<style>
a { background-color: #C70ADB; }
a { background-color: rgb(199,10,219); }
div.DivClassName
{
background-color: #C70ADB;
}
.BgClassName
{
background-color: #C70ADB;
}
</style>
border-color css
<style>
span { border-color: #C70ADB; }
span { border-color: rgb(199,10,219); }
td.TdClassName
{
border-color: #C70ADB;
}
.TagClassName
{
border-color: #C70ADB;
}
</style>