Shades of Deep Magenta #C720BB
Tints of Deep Magenta #C720BB
RGB
CMYK
RGB Variations
Color information
#C720BB (or 0xC720BB) is known color: Deep Magenta. HEX triplet: C7, 20 and BB. RGB value is (199,32,187). Sum of RGB (Red+Green+Blue) = 199+32+187=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C720BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C720BB is #38DF44. Grayscale: #636363. Windows color (decimal): -3727173 or 12263623. OLE color: 12263623.
HSL color Cylindrical-coordinate representation of color #C720BB: hue angle of 304.31º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C720BB is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 187 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.22 |
| HSL | 304.31º | 0.72% | 0.45% | - |
| HSV(B) | 304.31º | 0.84% | 0.78% | - |
| XYZ | 33.04 | 16.76 | 48.51 | - |
| YUV | 99.6 | 177.33 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 187 | 0 | 0.84 | 0.06 | 0.22 | 304.31 | 0.72 | 0.45 |
| Hex | C7 | 20 | BB | 0 | 54 | 6 | 16 | 130 | 48 | 2D |
| Octal | 307 | 40 | 273 | 0 | 124 | 6 | 26 | 460 | 110 | 55 |
| Binary | 11000111 | 100000 | 10111011 | 0 | 1010100 | 110 | 10110 | 100110000 | 1001000 | 101101 |
Color Harmonies of #C720BB
Complementary color
Monochromatic Colors of #C720BB
Black with #C720BB
Text Example
Text Example
White with #C720BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C720BB; }
p { color: rgb(199,32,187); }
H1.HeaderClassName
{
color: #C720BB;
}
.AnyTagClassName
{
color: #C720BB;
}
</style>
background-color css
<style>
a { background-color: #C720BB; }
a { background-color: rgb(199,32,187); }
div.DivClassName
{
background-color: #C720BB;
}
.BgClassName
{
background-color: #C720BB;
}
</style>
border-color css
<style>
span { border-color: #C720BB; }
span { border-color: rgb(199,32,187); }
td.TdClassName
{
border-color: #C720BB;
}
.TagClassName
{
border-color: #C720BB;
}
</style>