Shades of Deep Magenta #C721E0
Tints of Deep Magenta #C721E0
RGB
CMYK
RGB Variations
Color information
#C721E0 (or 0xC721E0) is known color: Deep Magenta. HEX triplet: C7, 21 and E0. RGB value is (199,33,224). Sum of RGB (Red+Green+Blue) = 199+33+224=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #C721E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721E0 is #38DE1F. Grayscale: #676767. Windows color (decimal): -3726880 or 14688711. OLE color: 14688711.
HSL color Cylindrical-coordinate representation of color #C721E0: hue angle of 292.15º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C721E0 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 33 | 224 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.12 |
| HSL | 292.15º | 0.75% | 0.5% | - |
| HSV(B) | 292.15º | 0.85% | 0.88% | - |
| XYZ | 37.55 | 18.61 | 72.13 | - |
| YUV | 104.41 | 195.5 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 224 | 0.11 | 0.85 | 0 | 0.12 | 292.15 | 0.75 | 0.5 |
| Hex | C7 | 21 | E0 | B | 55 | 0 | C | 124 | 4B | 32 |
| Octal | 307 | 41 | 340 | 13 | 125 | 0 | 14 | 444 | 113 | 62 |
| Binary | 11000111 | 100001 | 11100000 | 1011 | 1010101 | 0 | 1100 | 100100100 | 1001011 | 110010 |
Color Harmonies of #C721E0
Complementary color
Monochromatic Colors of #C721E0
Black with #C721E0
Text Example
Text Example
White with #C721E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C721E0; }
p { color: rgb(199,33,224); }
H1.HeaderClassName
{
color: #C721E0;
}
.AnyTagClassName
{
color: #C721E0;
}
</style>
background-color css
<style>
a { background-color: #C721E0; }
a { background-color: rgb(199,33,224); }
div.DivClassName
{
background-color: #C721E0;
}
.BgClassName
{
background-color: #C721E0;
}
</style>
border-color css
<style>
span { border-color: #C721E0; }
span { border-color: rgb(199,33,224); }
td.TdClassName
{
border-color: #C721E0;
}
.TagClassName
{
border-color: #C721E0;
}
</style>