Shades of Medium Violet Red #C52195
Tints of Medium Violet Red #C52195
RGB
CMYK
RGB Variations
Color information
#C52195 (or 0xC52195) is known color: Medium Violet Red. HEX triplet: C5, 21 and 95. RGB value is (197,33,149). Sum of RGB (Red+Green+Blue) = 197+33+149=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C52195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52195 is #3ADE6A. Grayscale: #5E5E5E. Windows color (decimal): -3858027 or 9773509. OLE color: 9773509.
HSL color Cylindrical-coordinate representation of color #C52195: hue angle of 317.56º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C52195 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 149 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.23 |
| HSL | 317.56º | 0.71% | 0.45% | - |
| HSV(B) | 317.56º | 0.83% | 0.77% | - |
| XYZ | 28.99 | 15.13 | 29.83 | - |
| YUV | 95.26 | 158.33 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 149 | 0 | 0.83 | 0.24 | 0.23 | 317.56 | 0.71 | 0.45 |
| Hex | C5 | 21 | 95 | 0 | 53 | 18 | 17 | 13E | 47 | 2D |
| Octal | 305 | 41 | 225 | 0 | 123 | 30 | 27 | 476 | 107 | 55 |
| Binary | 11000101 | 100001 | 10010101 | 0 | 1010011 | 11000 | 10111 | 100111110 | 1000111 | 101101 |
Color Harmonies of #C52195
Complementary color
Monochromatic Colors of #C52195
Black with #C52195
Text Example
Text Example
White with #C52195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52195; }
p { color: rgb(197,33,149); }
H1.HeaderClassName
{
color: #C52195;
}
.AnyTagClassName
{
color: #C52195;
}
</style>
background-color css
<style>
a { background-color: #C52195; }
a { background-color: rgb(197,33,149); }
div.DivClassName
{
background-color: #C52195;
}
.BgClassName
{
background-color: #C52195;
}
</style>
border-color css
<style>
span { border-color: #C52195; }
span { border-color: rgb(197,33,149); }
td.TdClassName
{
border-color: #C52195;
}
.TagClassName
{
border-color: #C52195;
}
</style>