Shades of Medium Violet Red #C5249C
Tints of Medium Violet Red #C5249C
RGB
CMYK
RGB Variations
Color information
#C5249C (or 0xC5249C) is known color: Medium Violet Red. HEX triplet: C5, 24 and 9C. RGB value is (197,36,156). Sum of RGB (Red+Green+Blue) = 197+36+156=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5249C is #3ADB63. Grayscale: #616161. Windows color (decimal): -3857252 or 10233029. OLE color: 10233029.
HSL color Cylindrical-coordinate representation of color #C5249C: hue angle of 315.28º 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 #C5249C is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 156 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.23 |
| HSL | 315.28º | 0.69% | 0.46% | - |
| HSV(B) | 315.28º | 0.82% | 0.77% | - |
| XYZ | 29.66 | 15.53 | 32.89 | - |
| YUV | 97.82 | 160.84 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 156 | 0 | 0.82 | 0.21 | 0.23 | 315.28 | 0.69 | 0.46 |
| Hex | C5 | 24 | 9C | 0 | 52 | 15 | 17 | 13B | 45 | 2E |
| Octal | 305 | 44 | 234 | 0 | 122 | 25 | 27 | 473 | 105 | 56 |
| Binary | 11000101 | 100100 | 10011100 | 0 | 1010010 | 10101 | 10111 | 100111011 | 1000101 | 101110 |
Color Harmonies of #C5249C
Complementary color
Monochromatic Colors of #C5249C
Black with #C5249C
Text Example
Text Example
White with #C5249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5249C; }
p { color: rgb(197,36,156); }
H1.HeaderClassName
{
color: #C5249C;
}
.AnyTagClassName
{
color: #C5249C;
}
</style>
background-color css
<style>
a { background-color: #C5249C; }
a { background-color: rgb(197,36,156); }
div.DivClassName
{
background-color: #C5249C;
}
.BgClassName
{
background-color: #C5249C;
}
</style>
border-color css
<style>
span { border-color: #C5249C; }
span { border-color: rgb(197,36,156); }
td.TdClassName
{
border-color: #C5249C;
}
.TagClassName
{
border-color: #C5249C;
}
</style>