Shades of Medium Violet Red #C721A1
Tints of Medium Violet Red #C721A1
RGB
CMYK
RGB Variations
Color information
#C721A1 (or 0xC721A1) is known color: Medium Violet Red. HEX triplet: C7, 21 and A1. RGB value is (199,33,161). Sum of RGB (Red+Green+Blue) = 199+33+161=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C721A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C721A1 is #38DE5E. Grayscale: #606060. Windows color (decimal): -3726943 or 10559943. OLE color: 10559943.
HSL color Cylindrical-coordinate representation of color #C721A1: hue angle of 313.73º 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 #C721A1 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 161 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.22 |
| HSL | 313.73º | 0.72% | 0.45% | - |
| HSV(B) | 313.73º | 0.83% | 0.78% | - |
| XYZ | 30.53 | 15.8 | 35.16 | - |
| YUV | 97.23 | 164 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 161 | 0 | 0.83 | 0.19 | 0.22 | 313.73 | 0.72 | 0.45 |
| Hex | C7 | 21 | A1 | 0 | 53 | 13 | 16 | 13A | 48 | 2D |
| Octal | 307 | 41 | 241 | 0 | 123 | 23 | 26 | 472 | 110 | 55 |
| Binary | 11000111 | 100001 | 10100001 | 0 | 1010011 | 10011 | 10110 | 100111010 | 1001000 | 101101 |
Color Harmonies of #C721A1
Complementary color
Monochromatic Colors of #C721A1
Black with #C721A1
Text Example
Text Example
White with #C721A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C721A1; }
p { color: rgb(199,33,161); }
H1.HeaderClassName
{
color: #C721A1;
}
.AnyTagClassName
{
color: #C721A1;
}
</style>
background-color css
<style>
a { background-color: #C721A1; }
a { background-color: rgb(199,33,161); }
div.DivClassName
{
background-color: #C721A1;
}
.BgClassName
{
background-color: #C721A1;
}
</style>
border-color css
<style>
span { border-color: #C721A1; }
span { border-color: rgb(199,33,161); }
td.TdClassName
{
border-color: #C721A1;
}
.TagClassName
{
border-color: #C721A1;
}
</style>