Shades of Medium Violet Red #C720AB
Tints of Medium Violet Red #C720AB
RGB
CMYK
RGB Variations
Color information
#C720AB (or 0xC720AB) is known color: Medium Violet Red. HEX triplet: C7, 20 and AB. RGB value is (199,32,171). Sum of RGB (Red+Green+Blue) = 199+32+171=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C720AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C720AB is #38DF54. Grayscale: #616161. Windows color (decimal): -3727189 or 11215047. OLE color: 11215047.
HSL color Cylindrical-coordinate representation of color #C720AB: hue angle of 310.06º 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 #C720AB is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 171 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.22 |
| HSL | 310.06º | 0.72% | 0.45% | - |
| HSV(B) | 310.06º | 0.84% | 0.78% | - |
| XYZ | 31.42 | 16.12 | 39.98 | - |
| YUV | 97.78 | 169.33 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 171 | 0 | 0.84 | 0.14 | 0.22 | 310.06 | 0.72 | 0.45 |
| Hex | C7 | 20 | AB | 0 | 54 | E | 16 | 136 | 48 | 2D |
| Octal | 307 | 40 | 253 | 0 | 124 | 16 | 26 | 466 | 110 | 55 |
| Binary | 11000111 | 100000 | 10101011 | 0 | 1010100 | 1110 | 10110 | 100110110 | 1001000 | 101101 |
Color Harmonies of #C720AB
Complementary color
Monochromatic Colors of #C720AB
Black with #C720AB
Text Example
Text Example
White with #C720AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C720AB; }
p { color: rgb(199,32,171); }
H1.HeaderClassName
{
color: #C720AB;
}
.AnyTagClassName
{
color: #C720AB;
}
</style>
background-color css
<style>
a { background-color: #C720AB; }
a { background-color: rgb(199,32,171); }
div.DivClassName
{
background-color: #C720AB;
}
.BgClassName
{
background-color: #C720AB;
}
</style>
border-color css
<style>
span { border-color: #C720AB; }
span { border-color: rgb(199,32,171); }
td.TdClassName
{
border-color: #C720AB;
}
.TagClassName
{
border-color: #C720AB;
}
</style>