Shades of Deep Magenta #C721E4
Tints of Deep Magenta #C721E4
RGB
CMYK
RGB Variations
Color information
#C721E4 (or 0xC721E4) is known color: Deep Magenta. HEX triplet: C7, 21 and E4. RGB value is (199,33,228). Sum of RGB (Red+Green+Blue) = 199+33+228=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #C721E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721E4 is #38DE1B. Grayscale: #686868. Windows color (decimal): -3726876 or 14950855. OLE color: 14950855.
HSL color Cylindrical-coordinate representation of color #C721E4: hue angle of 291.08º 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 #C721E4 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 33 | 228 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.11 |
| HSL | 291.08º | 0.78% | 0.51% | - |
| HSV(B) | 291.08º | 0.86% | 0.89% | - |
| XYZ | 38.1 | 18.83 | 75.03 | - |
| YUV | 104.86 | 197.5 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 228 | 0.13 | 0.86 | 0 | 0.11 | 291.08 | 0.78 | 0.51 |
| Hex | C7 | 21 | E4 | D | 56 | 0 | B | 123 | 4E | 33 |
| Octal | 307 | 41 | 344 | 15 | 126 | 0 | 13 | 443 | 116 | 63 |
| Binary | 11000111 | 100001 | 11100100 | 1101 | 1010110 | 0 | 1011 | 100100011 | 1001110 | 110011 |
Color Harmonies of #C721E4
Complementary color
Monochromatic Colors of #C721E4
Black with #C721E4
Text Example
Text Example
White with #C721E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C721E4; }
p { color: rgb(199,33,228); }
H1.HeaderClassName
{
color: #C721E4;
}
.AnyTagClassName
{
color: #C721E4;
}
</style>
background-color css
<style>
a { background-color: #C721E4; }
a { background-color: rgb(199,33,228); }
div.DivClassName
{
background-color: #C721E4;
}
.BgClassName
{
background-color: #C721E4;
}
</style>
border-color css
<style>
span { border-color: #C721E4; }
span { border-color: rgb(199,33,228); }
td.TdClassName
{
border-color: #C721E4;
}
.TagClassName
{
border-color: #C721E4;
}
</style>