Shades of Deep Magenta #C720CF
Tints of Deep Magenta #C720CF
RGB
CMYK
RGB Variations
Color information
#C720CF (or 0xC720CF) is known color: Deep Magenta. HEX triplet: C7, 20 and CF. RGB value is (199,32,207). Sum of RGB (Red+Green+Blue) = 199+32+207=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #C720CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C720CF is #38DF30. Grayscale: #656565. Windows color (decimal): -3727153 or 13574343. OLE color: 13574343.
HSL color Cylindrical-coordinate representation of color #C720CF: hue angle of 297.26º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C720CF is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 32 | 207 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.19 |
| HSL | 297.26º | 0.73% | 0.47% | - |
| HSV(B) | 297.26º | 0.85% | 0.81% | - |
| XYZ | 35.33 | 17.68 | 60.58 | - |
| YUV | 101.88 | 187.33 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 207 | 0.04 | 0.85 | 0 | 0.19 | 297.26 | 0.73 | 0.47 |
| Hex | C7 | 20 | CF | 4 | 55 | 0 | 13 | 129 | 49 | 2F |
| Octal | 307 | 40 | 317 | 4 | 125 | 0 | 23 | 451 | 111 | 57 |
| Binary | 11000111 | 100000 | 11001111 | 100 | 1010101 | 0 | 10011 | 100101001 | 1001001 | 101111 |
Color Harmonies of #C720CF
Complementary color
Monochromatic Colors of #C720CF
Black with #C720CF
Text Example
Text Example
White with #C720CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C720CF; }
p { color: rgb(199,32,207); }
H1.HeaderClassName
{
color: #C720CF;
}
.AnyTagClassName
{
color: #C720CF;
}
</style>
background-color css
<style>
a { background-color: #C720CF; }
a { background-color: rgb(199,32,207); }
div.DivClassName
{
background-color: #C720CF;
}
.BgClassName
{
background-color: #C720CF;
}
</style>
border-color css
<style>
span { border-color: #C720CF; }
span { border-color: rgb(199,32,207); }
td.TdClassName
{
border-color: #C720CF;
}
.TagClassName
{
border-color: #C720CF;
}
</style>