Shades of Deep Magenta #C720CC
Tints of Deep Magenta #C720CC
RGB
CMYK
RGB Variations
Color information
#C720CC (or 0xC720CC) is known color: Deep Magenta. HEX triplet: C7, 20 and CC. RGB value is (199,32,204). Sum of RGB (Red+Green+Blue) = 199+32+204=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #C720CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C720CC is #38DF33. Grayscale: #656565. Windows color (decimal): -3727156 or 13377735. OLE color: 13377735.
HSL color Cylindrical-coordinate representation of color #C720CC: hue angle of 298.26º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C720CC is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 32 | 204 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.2 |
| HSL | 298.26º | 0.73% | 0.46% | - |
| HSV(B) | 298.26º | 0.84% | 0.8% | - |
| XYZ | 34.97 | 17.53 | 58.67 | - |
| YUV | 101.54 | 185.83 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 204 | 0.02 | 0.84 | 0 | 0.2 | 298.26 | 0.73 | 0.46 |
| Hex | C7 | 20 | CC | 2 | 54 | 0 | 14 | 12A | 49 | 2E |
| Octal | 307 | 40 | 314 | 2 | 124 | 0 | 24 | 452 | 111 | 56 |
| Binary | 11000111 | 100000 | 11001100 | 10 | 1010100 | 0 | 10100 | 100101010 | 1001001 | 101110 |
Color Harmonies of #C720CC
Complementary color
Monochromatic Colors of #C720CC
Black with #C720CC
Text Example
Text Example
White with #C720CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C720CC; }
p { color: rgb(199,32,204); }
H1.HeaderClassName
{
color: #C720CC;
}
.AnyTagClassName
{
color: #C720CC;
}
</style>
background-color css
<style>
a { background-color: #C720CC; }
a { background-color: rgb(199,32,204); }
div.DivClassName
{
background-color: #C720CC;
}
.BgClassName
{
background-color: #C720CC;
}
</style>
border-color css
<style>
span { border-color: #C720CC; }
span { border-color: rgb(199,32,204); }
td.TdClassName
{
border-color: #C720CC;
}
.TagClassName
{
border-color: #C720CC;
}
</style>