Shades of Deep Magenta #C721CE
Tints of Deep Magenta #C721CE
RGB
CMYK
RGB Variations
Color information
#C721CE (or 0xC721CE) is known color: Deep Magenta. HEX triplet: C7, 21 and CE. RGB value is (199,33,206). Sum of RGB (Red+Green+Blue) = 199+33+206=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #C721CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721CE is #38DE31. Grayscale: #656565. Windows color (decimal): -3726898 or 13509063. OLE color: 13509063.
HSL color Cylindrical-coordinate representation of color #C721CE: hue angle of 297.57º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C721CE is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 33 | 206 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.19 |
| HSL | 297.57º | 0.72% | 0.47% | - |
| HSV(B) | 297.57º | 0.84% | 0.81% | - |
| XYZ | 35.24 | 17.69 | 59.95 | - |
| YUV | 102.36 | 186.5 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 206 | 0.03 | 0.84 | 0 | 0.19 | 297.57 | 0.72 | 0.47 |
| Hex | C7 | 21 | CE | 3 | 54 | 0 | 13 | 12A | 48 | 2F |
| Octal | 307 | 41 | 316 | 3 | 124 | 0 | 23 | 452 | 110 | 57 |
| Binary | 11000111 | 100001 | 11001110 | 11 | 1010100 | 0 | 10011 | 100101010 | 1001000 | 101111 |
Color Harmonies of #C721CE
Complementary color
Monochromatic Colors of #C721CE
Black with #C721CE
Text Example
Text Example
White with #C721CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C721CE; }
p { color: rgb(199,33,206); }
H1.HeaderClassName
{
color: #C721CE;
}
.AnyTagClassName
{
color: #C721CE;
}
</style>
background-color css
<style>
a { background-color: #C721CE; }
a { background-color: rgb(199,33,206); }
div.DivClassName
{
background-color: #C721CE;
}
.BgClassName
{
background-color: #C721CE;
}
</style>
border-color css
<style>
span { border-color: #C721CE; }
span { border-color: rgb(199,33,206); }
td.TdClassName
{
border-color: #C721CE;
}
.TagClassName
{
border-color: #C721CE;
}
</style>