Shades of Deep Magenta #C72ADC
Tints of Deep Magenta #C72ADC
RGB
CMYK
RGB Variations
Color information
#C72ADC (or 0xC72ADC) is known color: Deep Magenta. HEX triplet: C7, 2A and DC. RGB value is (199,42,220). Sum of RGB (Red+Green+Blue) = 199+42+220=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #C72ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ADC is #38D523. Grayscale: #6C6C6C. Windows color (decimal): -3724580 or 14428871. OLE color: 14428871.
HSL color Cylindrical-coordinate representation of color #C72ADC: hue angle of 292.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72ADC is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 42 | 220 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.14 |
| HSL | 292.92º | 0.72% | 0.51% | - |
| HSV(B) | 292.92º | 0.81% | 0.86% | - |
| XYZ | 37.3 | 18.97 | 69.4 | - |
| YUV | 109.24 | 190.51 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 220 | 0.10 | 0.81 | 0 | 0.14 | 292.92 | 0.72 | 0.51 |
| Hex | C7 | 2A | DC | A | 51 | 0 | E | 125 | 48 | 33 |
| Octal | 307 | 52 | 334 | 12 | 121 | 0 | 16 | 445 | 110 | 63 |
| Binary | 11000111 | 101010 | 11011100 | 1010 | 1010001 | 0 | 1110 | 100100101 | 1001000 | 110011 |
Color Harmonies of #C72ADC
Complementary color
Monochromatic Colors of #C72ADC
Black with #C72ADC
Text Example
Text Example
White with #C72ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72ADC; }
p { color: rgb(199,42,220); }
H1.HeaderClassName
{
color: #C72ADC;
}
.AnyTagClassName
{
color: #C72ADC;
}
</style>
background-color css
<style>
a { background-color: #C72ADC; }
a { background-color: rgb(199,42,220); }
div.DivClassName
{
background-color: #C72ADC;
}
.BgClassName
{
background-color: #C72ADC;
}
</style>
border-color css
<style>
span { border-color: #C72ADC; }
span { border-color: rgb(199,42,220); }
td.TdClassName
{
border-color: #C72ADC;
}
.TagClassName
{
border-color: #C72ADC;
}
</style>