Shades of Deep Magenta #C721CD
Tints of Deep Magenta #C721CD
RGB
CMYK
RGB Variations
Color information
#C721CD (or 0xC721CD) is known color: Deep Magenta. HEX triplet: C7, 21 and CD. RGB value is (199,33,205). Sum of RGB (Red+Green+Blue) = 199+33+205=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #C721CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721CD is #38DE32. Grayscale: #656565. Windows color (decimal): -3726899 or 13443527. OLE color: 13443527.
HSL color Cylindrical-coordinate representation of color #C721CD: hue angle of 297.91º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C721CD is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 33 | 205 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.20 |
| HSL | 297.91º | 0.72% | 0.47% | - |
| HSV(B) | 297.91º | 0.84% | 0.8% | - |
| XYZ | 35.12 | 17.64 | 59.31 | - |
| YUV | 102.24 | 186 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 205 | 0.03 | 0.84 | 0 | 0.20 | 297.91 | 0.72 | 0.47 |
| Hex | C7 | 21 | CD | 3 | 54 | 0 | 14 | 12A | 48 | 2F |
| Octal | 307 | 41 | 315 | 3 | 124 | 0 | 24 | 452 | 110 | 57 |
| Binary | 11000111 | 100001 | 11001101 | 11 | 1010100 | 0 | 10100 | 100101010 | 1001000 | 101111 |
Color Harmonies of #C721CD
Complementary color
Monochromatic Colors of #C721CD
Black with #C721CD
Text Example
Text Example
White with #C721CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C721CD; }
p { color: rgb(199,33,205); }
H1.HeaderClassName
{
color: #C721CD;
}
.AnyTagClassName
{
color: #C721CD;
}
</style>
background-color css
<style>
a { background-color: #C721CD; }
a { background-color: rgb(199,33,205); }
div.DivClassName
{
background-color: #C721CD;
}
.BgClassName
{
background-color: #C721CD;
}
</style>
border-color css
<style>
span { border-color: #C721CD; }
span { border-color: rgb(199,33,205); }
td.TdClassName
{
border-color: #C721CD;
}
.TagClassName
{
border-color: #C721CD;
}
</style>