Shades of Medium Violet Red #C52399
Tints of Medium Violet Red #C52399
RGB
CMYK
RGB Variations
Color information
#C52399 (or 0xC52399) is known color: Medium Violet Red. HEX triplet: C5, 23 and 99. RGB value is (197,35,153). Sum of RGB (Red+Green+Blue) = 197+35+153=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C52399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52399 is #3ADC66. Grayscale: #606060. Windows color (decimal): -3857511 or 10036165. OLE color: 10036165.
HSL color Cylindrical-coordinate representation of color #C52399: hue angle of 316.3º 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 #C52399 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 153 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.23 |
| HSL | 316.3º | 0.7% | 0.45% | - |
| HSV(B) | 316.3º | 0.82% | 0.77% | - |
| XYZ | 29.38 | 15.37 | 31.56 | - |
| YUV | 96.89 | 159.67 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 153 | 0 | 0.82 | 0.22 | 0.23 | 316.3 | 0.7 | 0.45 |
| Hex | C5 | 23 | 99 | 0 | 52 | 16 | 17 | 13C | 46 | 2D |
| Octal | 305 | 43 | 231 | 0 | 122 | 26 | 27 | 474 | 106 | 55 |
| Binary | 11000101 | 100011 | 10011001 | 0 | 1010010 | 10110 | 10111 | 100111100 | 1000110 | 101101 |
Color Harmonies of #C52399
Complementary color
Monochromatic Colors of #C52399
Black with #C52399
Text Example
Text Example
White with #C52399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52399; }
p { color: rgb(197,35,153); }
H1.HeaderClassName
{
color: #C52399;
}
.AnyTagClassName
{
color: #C52399;
}
</style>
background-color css
<style>
a { background-color: #C52399; }
a { background-color: rgb(197,35,153); }
div.DivClassName
{
background-color: #C52399;
}
.BgClassName
{
background-color: #C52399;
}
</style>
border-color css
<style>
span { border-color: #C52399; }
span { border-color: rgb(197,35,153); }
td.TdClassName
{
border-color: #C52399;
}
.TagClassName
{
border-color: #C52399;
}
</style>