Shades of Medium Violet Red #C721A0
Tints of Medium Violet Red #C721A0
RGB
CMYK
RGB Variations
Color information
#C721A0 (or 0xC721A0) is known color: Medium Violet Red. HEX triplet: C7, 21 and A0. RGB value is (199,33,160). Sum of RGB (Red+Green+Blue) = 199+33+160=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C721A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C721A0 is #38DE5F. Grayscale: #606060. Windows color (decimal): -3726944 or 10494407. OLE color: 10494407.
HSL color Cylindrical-coordinate representation of color #C721A0: hue angle of 314.1º 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 #C721A0 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 160 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.22 |
| HSL | 314.1º | 0.72% | 0.45% | - |
| HSV(B) | 314.1º | 0.83% | 0.78% | - |
| XYZ | 30.44 | 15.77 | 34.7 | - |
| YUV | 97.11 | 163.5 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 160 | 0 | 0.83 | 0.20 | 0.22 | 314.1 | 0.72 | 0.45 |
| Hex | C7 | 21 | A0 | 0 | 53 | 14 | 16 | 13A | 48 | 2D |
| Octal | 307 | 41 | 240 | 0 | 123 | 24 | 26 | 472 | 110 | 55 |
| Binary | 11000111 | 100001 | 10100000 | 0 | 1010011 | 10100 | 10110 | 100111010 | 1001000 | 101101 |
Color Harmonies of #C721A0
Complementary color
Monochromatic Colors of #C721A0
Black with #C721A0
Text Example
Text Example
White with #C721A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C721A0; }
p { color: rgb(199,33,160); }
H1.HeaderClassName
{
color: #C721A0;
}
.AnyTagClassName
{
color: #C721A0;
}
</style>
background-color css
<style>
a { background-color: #C721A0; }
a { background-color: rgb(199,33,160); }
div.DivClassName
{
background-color: #C721A0;
}
.BgClassName
{
background-color: #C721A0;
}
</style>
border-color css
<style>
span { border-color: #C721A0; }
span { border-color: rgb(199,33,160); }
td.TdClassName
{
border-color: #C721A0;
}
.TagClassName
{
border-color: #C721A0;
}
</style>