Shades of Deep Magenta #C721B7
Tints of Deep Magenta #C721B7
RGB
CMYK
RGB Variations
Color information
#C721B7 (or 0xC721B7) is known color: Deep Magenta. HEX triplet: C7, 21 and B7. RGB value is (199,33,183). Sum of RGB (Red+Green+Blue) = 199+33+183=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C721B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721B7 is #38DE48. Grayscale: #636363. Windows color (decimal): -3726921 or 12001735. OLE color: 12001735.
HSL color Cylindrical-coordinate representation of color #C721B7: hue angle of 305.78º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C721B7 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 183 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.22 |
| HSL | 305.78º | 0.72% | 0.45% | - |
| HSV(B) | 305.78º | 0.83% | 0.78% | - |
| XYZ | 32.64 | 16.65 | 46.29 | - |
| YUV | 99.73 | 175 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 183 | 0 | 0.83 | 0.08 | 0.22 | 305.78 | 0.72 | 0.45 |
| Hex | C7 | 21 | B7 | 0 | 53 | 8 | 16 | 132 | 48 | 2D |
| Octal | 307 | 41 | 267 | 0 | 123 | 10 | 26 | 462 | 110 | 55 |
| Binary | 11000111 | 100001 | 10110111 | 0 | 1010011 | 1000 | 10110 | 100110010 | 1001000 | 101101 |
Color Harmonies of #C721B7
Complementary color
Monochromatic Colors of #C721B7
Black with #C721B7
Text Example
Text Example
White with #C721B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C721B7; }
p { color: rgb(199,33,183); }
H1.HeaderClassName
{
color: #C721B7;
}
.AnyTagClassName
{
color: #C721B7;
}
</style>
background-color css
<style>
a { background-color: #C721B7; }
a { background-color: rgb(199,33,183); }
div.DivClassName
{
background-color: #C721B7;
}
.BgClassName
{
background-color: #C721B7;
}
</style>
border-color css
<style>
span { border-color: #C721B7; }
span { border-color: rgb(199,33,183); }
td.TdClassName
{
border-color: #C721B7;
}
.TagClassName
{
border-color: #C721B7;
}
</style>