Shades of Deep Magenta #C720E4
Tints of Deep Magenta #C720E4
RGB
CMYK
RGB Variations
Color information
#C720E4 (or 0xC720E4) is known color: Deep Magenta. HEX triplet: C7, 20 and E4. RGB value is (199,32,228). Sum of RGB (Red+Green+Blue) = 199+32+228=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 228 (89.45% from 255 or 49.67% from 459); Max value from RGB is 228 - color contains mainly: blue. Hex color #C720E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C720E4 is #38DF1B. Grayscale: #676767. Windows color (decimal): -3727132 or 14950599. OLE color: 14950599.
HSL color Cylindrical-coordinate representation of color #C720E4: hue angle of 291.12º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C720E4 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 32 | 228 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.11 |
| HSL | 291.12º | 0.78% | 0.51% | - |
| HSV(B) | 291.12º | 0.86% | 0.89% | - |
| XYZ | 38.07 | 18.78 | 75.02 | - |
| YUV | 104.28 | 197.83 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 228 | 0.13 | 0.86 | 0 | 0.11 | 291.12 | 0.78 | 0.51 |
| Hex | C7 | 20 | E4 | D | 56 | 0 | B | 123 | 4E | 33 |
| Octal | 307 | 40 | 344 | 15 | 126 | 0 | 13 | 443 | 116 | 63 |
| Binary | 11000111 | 100000 | 11100100 | 1101 | 1010110 | 0 | 1011 | 100100011 | 1001110 | 110011 |
Color Harmonies of #C720E4
Complementary color
Monochromatic Colors of #C720E4
Black with #C720E4
Text Example
Text Example
White with #C720E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C720E4; }
p { color: rgb(199,32,228); }
H1.HeaderClassName
{
color: #C720E4;
}
.AnyTagClassName
{
color: #C720E4;
}
</style>
background-color css
<style>
a { background-color: #C720E4; }
a { background-color: rgb(199,32,228); }
div.DivClassName
{
background-color: #C720E4;
}
.BgClassName
{
background-color: #C720E4;
}
</style>
border-color css
<style>
span { border-color: #C720E4; }
span { border-color: rgb(199,32,228); }
td.TdClassName
{
border-color: #C720E4;
}
.TagClassName
{
border-color: #C720E4;
}
</style>