Shades of Deep Magenta #C720BD
Tints of Deep Magenta #C720BD
RGB
CMYK
RGB Variations
Color information
#C720BD (or 0xC720BD) is known color: Deep Magenta. HEX triplet: C7, 20 and BD. RGB value is (199,32,189). Sum of RGB (Red+Green+Blue) = 199+32+189=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C720BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C720BD is #38DF42. Grayscale: #636363. Windows color (decimal): -3727171 or 12394695. OLE color: 12394695.
HSL color Cylindrical-coordinate representation of color #C720BD: hue angle of 303.59º 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 #C720BD is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 189 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.22 |
| HSL | 303.59º | 0.72% | 0.45% | - |
| HSV(B) | 303.59º | 0.84% | 0.78% | - |
| XYZ | 33.26 | 16.85 | 49.64 | - |
| YUV | 99.83 | 178.33 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 189 | 0 | 0.84 | 0.05 | 0.22 | 303.59 | 0.72 | 0.45 |
| Hex | C7 | 20 | BD | 0 | 54 | 5 | 16 | 130 | 48 | 2D |
| Octal | 307 | 40 | 275 | 0 | 124 | 5 | 26 | 460 | 110 | 55 |
| Binary | 11000111 | 100000 | 10111101 | 0 | 1010100 | 101 | 10110 | 100110000 | 1001000 | 101101 |
Color Harmonies of #C720BD
Complementary color
Monochromatic Colors of #C720BD
Black with #C720BD
Text Example
Text Example
White with #C720BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C720BD; }
p { color: rgb(199,32,189); }
H1.HeaderClassName
{
color: #C720BD;
}
.AnyTagClassName
{
color: #C720BD;
}
</style>
background-color css
<style>
a { background-color: #C720BD; }
a { background-color: rgb(199,32,189); }
div.DivClassName
{
background-color: #C720BD;
}
.BgClassName
{
background-color: #C720BD;
}
</style>
border-color css
<style>
span { border-color: #C720BD; }
span { border-color: rgb(199,32,189); }
td.TdClassName
{
border-color: #C720BD;
}
.TagClassName
{
border-color: #C720BD;
}
</style>