Shades of Medium Violet Red #C52391
Tints of Medium Violet Red #C52391
RGB
CMYK
RGB Variations
Color information
#C52391 (or 0xC52391) is known color: Medium Violet Red. HEX triplet: C5, 23 and 91. RGB value is (197,35,145). Sum of RGB (Red+Green+Blue) = 197+35+145=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C52391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52391 is #3ADC6E. Grayscale: #5F5F5F. Windows color (decimal): -3857519 or 9511877. OLE color: 9511877.
HSL color Cylindrical-coordinate representation of color #C52391: hue angle of 319.26º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52391 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 145 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.23 |
| HSL | 319.26º | 0.7% | 0.45% | - |
| HSV(B) | 319.26º | 0.82% | 0.77% | - |
| XYZ | 28.74 | 15.12 | 28.19 | - |
| YUV | 95.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 145 | 0 | 0.82 | 0.26 | 0.23 | 319.26 | 0.7 | 0.45 |
| Hex | C5 | 23 | 91 | 0 | 52 | 1A | 17 | 13F | 46 | 2D |
| Octal | 305 | 43 | 221 | 0 | 122 | 32 | 27 | 477 | 106 | 55 |
| Binary | 11000101 | 100011 | 10010001 | 0 | 1010010 | 11010 | 10111 | 100111111 | 1000110 | 101101 |
Color Harmonies of #C52391
Complementary color
Monochromatic Colors of #C52391
Black with #C52391
Text Example
Text Example
White with #C52391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52391; }
p { color: rgb(197,35,145); }
H1.HeaderClassName
{
color: #C52391;
}
.AnyTagClassName
{
color: #C52391;
}
</style>
background-color css
<style>
a { background-color: #C52391; }
a { background-color: rgb(197,35,145); }
div.DivClassName
{
background-color: #C52391;
}
.BgClassName
{
background-color: #C52391;
}
</style>
border-color css
<style>
span { border-color: #C52391; }
span { border-color: rgb(197,35,145); }
td.TdClassName
{
border-color: #C52391;
}
.TagClassName
{
border-color: #C52391;
}
</style>