Shades of Deep Magenta #C70ADC
Tints of Deep Magenta #C70ADC
RGB
CMYK
RGB Variations
Color information
#C70ADC (or 0xC70ADC) is known color: Deep Magenta. HEX triplet: C7, 0A and DC. RGB value is (199,10,220). Sum of RGB (Red+Green+Blue) = 199+10+220=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #C70ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ADC is #38F523. Grayscale: #595959. Windows color (decimal): -3732772 or 14420679. OLE color: 14420679.
HSL color Cylindrical-coordinate representation of color #C70ADC: hue angle of 294º 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 #C70ADC is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 10 | 220 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.14 |
| HSL | 294º | 0.91% | 0.45% | - |
| HSV(B) | 294º | 0.95% | 0.86% | - |
| XYZ | 36.58 | 17.53 | 69.17 | - |
| YUV | 90.45 | 201.12 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 220 | 0.10 | 0.95 | 0 | 0.14 | 294 | 0.91 | 0.45 |
| Hex | C7 | A | DC | A | 5F | 0 | E | 126 | 5B | 2D |
| Octal | 307 | 12 | 334 | 12 | 137 | 0 | 16 | 446 | 133 | 55 |
| Binary | 11000111 | 1010 | 11011100 | 1010 | 1011111 | 0 | 1110 | 100100110 | 1011011 | 101101 |
Color Harmonies of #C70ADC
Complementary color
Monochromatic Colors of #C70ADC
Black with #C70ADC
Text Example
Text Example
White with #C70ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70ADC; }
p { color: rgb(199,10,220); }
H1.HeaderClassName
{
color: #C70ADC;
}
.AnyTagClassName
{
color: #C70ADC;
}
</style>
background-color css
<style>
a { background-color: #C70ADC; }
a { background-color: rgb(199,10,220); }
div.DivClassName
{
background-color: #C70ADC;
}
.BgClassName
{
background-color: #C70ADC;
}
</style>
border-color css
<style>
span { border-color: #C70ADC; }
span { border-color: rgb(199,10,220); }
td.TdClassName
{
border-color: #C70ADC;
}
.TagClassName
{
border-color: #C70ADC;
}
</style>