Shades of Deep Magenta #C72AD9
Tints of Deep Magenta #C72AD9
RGB
CMYK
RGB Variations
Color information
#C72AD9 (or 0xC72AD9) is known color: Deep Magenta. HEX triplet: C7, 2A and D9. RGB value is (199,42,217). Sum of RGB (Red+Green+Blue) = 199+42+217=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #C72AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72AD9 is #38D526. Grayscale: #6C6C6C. Windows color (decimal): -3724583 or 14232263. OLE color: 14232263.
HSL color Cylindrical-coordinate representation of color #C72AD9: hue angle of 293.83º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72AD9 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 42 | 217 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.15 |
| HSL | 293.83º | 0.7% | 0.51% | - |
| HSV(B) | 293.83º | 0.81% | 0.85% | - |
| XYZ | 36.91 | 18.81 | 67.33 | - |
| YUV | 108.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 217 | 0.08 | 0.81 | 0 | 0.15 | 293.83 | 0.7 | 0.51 |
| Hex | C7 | 2A | D9 | 8 | 51 | 0 | F | 126 | 46 | 33 |
| Octal | 307 | 52 | 331 | 10 | 121 | 0 | 17 | 446 | 106 | 63 |
| Binary | 11000111 | 101010 | 11011001 | 1000 | 1010001 | 0 | 1111 | 100100110 | 1000110 | 110011 |
Color Harmonies of #C72AD9
Complementary color
Monochromatic Colors of #C72AD9
Black with #C72AD9
Text Example
Text Example
White with #C72AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72AD9; }
p { color: rgb(199,42,217); }
H1.HeaderClassName
{
color: #C72AD9;
}
.AnyTagClassName
{
color: #C72AD9;
}
</style>
background-color css
<style>
a { background-color: #C72AD9; }
a { background-color: rgb(199,42,217); }
div.DivClassName
{
background-color: #C72AD9;
}
.BgClassName
{
background-color: #C72AD9;
}
</style>
border-color css
<style>
span { border-color: #C72AD9; }
span { border-color: rgb(199,42,217); }
td.TdClassName
{
border-color: #C72AD9;
}
.TagClassName
{
border-color: #C72AD9;
}
</style>