Shades of Deep Magenta #C70ADD
Tints of Deep Magenta #C70ADD
RGB
CMYK
RGB Variations
Color information
#C70ADD (or 0xC70ADD) is known color: Deep Magenta. HEX triplet: C7, 0A and DD. RGB value is (199,10,221). Sum of RGB (Red+Green+Blue) = 199+10+221=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #C70ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ADD is #38F522. Grayscale: #595959. Windows color (decimal): -3732771 or 14486215. OLE color: 14486215.
HSL color Cylindrical-coordinate representation of color #C70ADD: hue angle of 293.74º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70ADD is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 10 | 221 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.13 |
| HSL | 293.74º | 0.91% | 0.45% | - |
| HSV(B) | 293.74º | 0.95% | 0.87% | - |
| XYZ | 36.71 | 17.58 | 69.86 | - |
| YUV | 90.57 | 201.62 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 221 | 0.10 | 0.95 | 0 | 0.13 | 293.74 | 0.91 | 0.45 |
| Hex | C7 | A | DD | A | 5F | 0 | D | 126 | 5B | 2D |
| Octal | 307 | 12 | 335 | 12 | 137 | 0 | 15 | 446 | 133 | 55 |
| Binary | 11000111 | 1010 | 11011101 | 1010 | 1011111 | 0 | 1101 | 100100110 | 1011011 | 101101 |
Color Harmonies of #C70ADD
Complementary color
Monochromatic Colors of #C70ADD
Black with #C70ADD
Text Example
Text Example
White with #C70ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70ADD; }
p { color: rgb(199,10,221); }
H1.HeaderClassName
{
color: #C70ADD;
}
.AnyTagClassName
{
color: #C70ADD;
}
</style>
background-color css
<style>
a { background-color: #C70ADD; }
a { background-color: rgb(199,10,221); }
div.DivClassName
{
background-color: #C70ADD;
}
.BgClassName
{
background-color: #C70ADD;
}
</style>
border-color css
<style>
span { border-color: #C70ADD; }
span { border-color: rgb(199,10,221); }
td.TdClassName
{
border-color: #C70ADD;
}
.TagClassName
{
border-color: #C70ADD;
}
</style>