Shades of Medium Violet Red #C721AB
Tints of Medium Violet Red #C721AB
RGB
CMYK
RGB Variations
Color information
#C721AB (or 0xC721AB) is known color: Medium Violet Red. HEX triplet: C7, 21 and AB. RGB value is (199,33,171). Sum of RGB (Red+Green+Blue) = 199+33+171=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C721AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C721AB is #38DE54. Grayscale: #616161. Windows color (decimal): -3726933 or 11215303. OLE color: 11215303.
HSL color Cylindrical-coordinate representation of color #C721AB: hue angle of 310.12º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C721AB is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 171 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.22 |
| HSL | 310.12º | 0.72% | 0.45% | - |
| HSV(B) | 310.12º | 0.83% | 0.78% | - |
| XYZ | 31.45 | 16.17 | 39.99 | - |
| YUV | 98.37 | 169 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 171 | 0 | 0.83 | 0.14 | 0.22 | 310.12 | 0.72 | 0.45 |
| Hex | C7 | 21 | AB | 0 | 53 | E | 16 | 136 | 48 | 2D |
| Octal | 307 | 41 | 253 | 0 | 123 | 16 | 26 | 466 | 110 | 55 |
| Binary | 11000111 | 100001 | 10101011 | 0 | 1010011 | 1110 | 10110 | 100110110 | 1001000 | 101101 |
Color Harmonies of #C721AB
Complementary color
Monochromatic Colors of #C721AB
Black with #C721AB
Text Example
Text Example
White with #C721AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C721AB; }
p { color: rgb(199,33,171); }
H1.HeaderClassName
{
color: #C721AB;
}
.AnyTagClassName
{
color: #C721AB;
}
</style>
background-color css
<style>
a { background-color: #C721AB; }
a { background-color: rgb(199,33,171); }
div.DivClassName
{
background-color: #C721AB;
}
.BgClassName
{
background-color: #C721AB;
}
</style>
border-color css
<style>
span { border-color: #C721AB; }
span { border-color: rgb(199,33,171); }
td.TdClassName
{
border-color: #C721AB;
}
.TagClassName
{
border-color: #C721AB;
}
</style>