Shades of Deep Magenta #C721BF
Tints of Deep Magenta #C721BF
RGB
CMYK
RGB Variations
Color information
#C721BF (or 0xC721BF) is known color: Deep Magenta. HEX triplet: C7, 21 and BF. RGB value is (199,33,191). Sum of RGB (Red+Green+Blue) = 199+33+191=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C721BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721BF is #38DE40. Grayscale: #646464. Windows color (decimal): -3726913 or 12526023. OLE color: 12526023.
HSL color Cylindrical-coordinate representation of color #C721BF: hue angle of 302.89º 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 #C721BF is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 191 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.22 |
| HSL | 302.89º | 0.72% | 0.45% | - |
| HSV(B) | 302.89º | 0.83% | 0.78% | - |
| XYZ | 33.5 | 16.99 | 50.8 | - |
| YUV | 100.65 | 179 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 191 | 0 | 0.83 | 0.04 | 0.22 | 302.89 | 0.72 | 0.45 |
| Hex | C7 | 21 | BF | 0 | 53 | 4 | 16 | 12F | 48 | 2D |
| Octal | 307 | 41 | 277 | 0 | 123 | 4 | 26 | 457 | 110 | 55 |
| Binary | 11000111 | 100001 | 10111111 | 0 | 1010011 | 100 | 10110 | 100101111 | 1001000 | 101101 |
Color Harmonies of #C721BF
Complementary color
Monochromatic Colors of #C721BF
Black with #C721BF
Text Example
Text Example
White with #C721BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C721BF; }
p { color: rgb(199,33,191); }
H1.HeaderClassName
{
color: #C721BF;
}
.AnyTagClassName
{
color: #C721BF;
}
</style>
background-color css
<style>
a { background-color: #C721BF; }
a { background-color: rgb(199,33,191); }
div.DivClassName
{
background-color: #C721BF;
}
.BgClassName
{
background-color: #C721BF;
}
</style>
border-color css
<style>
span { border-color: #C721BF; }
span { border-color: rgb(199,33,191); }
td.TdClassName
{
border-color: #C721BF;
}
.TagClassName
{
border-color: #C721BF;
}
</style>