Shades of Medium Violet Red #C52499
Tints of Medium Violet Red #C52499
RGB
CMYK
RGB Variations
Color information
#C52499 (or 0xC52499) is known color: Medium Violet Red. HEX triplet: C5, 24 and 99. RGB value is (197,36,153). Sum of RGB (Red+Green+Blue) = 197+36+153=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C52499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52499 is #3ADB66. Grayscale: #616161. Windows color (decimal): -3857255 or 10036421. OLE color: 10036421.
HSL color Cylindrical-coordinate representation of color #C52499: hue angle of 316.4º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52499 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 153 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.23 |
| HSL | 316.4º | 0.69% | 0.46% | - |
| HSV(B) | 316.4º | 0.82% | 0.77% | - |
| XYZ | 29.41 | 15.43 | 31.57 | - |
| YUV | 97.48 | 159.34 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 153 | 0 | 0.82 | 0.22 | 0.23 | 316.4 | 0.69 | 0.46 |
| Hex | C5 | 24 | 99 | 0 | 52 | 16 | 17 | 13C | 45 | 2E |
| Octal | 305 | 44 | 231 | 0 | 122 | 26 | 27 | 474 | 105 | 56 |
| Binary | 11000101 | 100100 | 10011001 | 0 | 1010010 | 10110 | 10111 | 100111100 | 1000101 | 101110 |
Color Harmonies of #C52499
Complementary color
Monochromatic Colors of #C52499
Black with #C52499
Text Example
Text Example
White with #C52499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52499; }
p { color: rgb(197,36,153); }
H1.HeaderClassName
{
color: #C52499;
}
.AnyTagClassName
{
color: #C52499;
}
</style>
background-color css
<style>
a { background-color: #C52499; }
a { background-color: rgb(197,36,153); }
div.DivClassName
{
background-color: #C52499;
}
.BgClassName
{
background-color: #C52499;
}
</style>
border-color css
<style>
span { border-color: #C52499; }
span { border-color: rgb(197,36,153); }
td.TdClassName
{
border-color: #C52499;
}
.TagClassName
{
border-color: #C52499;
}
</style>