Shades of Deep Magenta #C721CF
Tints of Deep Magenta #C721CF
RGB
CMYK
RGB Variations
Color information
#C721CF (or 0xC721CF) is known color: Deep Magenta. HEX triplet: C7, 21 and CF. RGB value is (199,33,207). Sum of RGB (Red+Green+Blue) = 199+33+207=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #C721CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721CF is #38DE30. Grayscale: #656565. Windows color (decimal): -3726897 or 13574599. OLE color: 13574599.
HSL color Cylindrical-coordinate representation of color #C721CF: hue angle of 297.24º degrees, saturation: 0.73, 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 #C721CF is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 33 | 207 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.19 |
| HSL | 297.24º | 0.73% | 0.47% | - |
| HSV(B) | 297.24º | 0.84% | 0.81% | - |
| XYZ | 35.36 | 17.73 | 60.59 | - |
| YUV | 102.47 | 187 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 207 | 0.04 | 0.84 | 0 | 0.19 | 297.24 | 0.73 | 0.47 |
| Hex | C7 | 21 | CF | 4 | 54 | 0 | 13 | 129 | 48 | 2F |
| Octal | 307 | 41 | 317 | 4 | 124 | 0 | 23 | 451 | 110 | 57 |
| Binary | 11000111 | 100001 | 11001111 | 100 | 1010100 | 0 | 10011 | 100101001 | 1001000 | 101111 |
Color Harmonies of #C721CF
Complementary color
Monochromatic Colors of #C721CF
Black with #C721CF
Text Example
Text Example
White with #C721CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C721CF; }
p { color: rgb(199,33,207); }
H1.HeaderClassName
{
color: #C721CF;
}
.AnyTagClassName
{
color: #C721CF;
}
</style>
background-color css
<style>
a { background-color: #C721CF; }
a { background-color: rgb(199,33,207); }
div.DivClassName
{
background-color: #C721CF;
}
.BgClassName
{
background-color: #C721CF;
}
</style>
border-color css
<style>
span { border-color: #C721CF; }
span { border-color: rgb(199,33,207); }
td.TdClassName
{
border-color: #C721CF;
}
.TagClassName
{
border-color: #C721CF;
}
</style>