Shades of Medium Violet Red #C5249D
Tints of Medium Violet Red #C5249D
RGB
CMYK
RGB Variations
Color information
#C5249D (or 0xC5249D) is known color: Medium Violet Red. HEX triplet: C5, 24 and 9D. RGB value is (197,36,157). Sum of RGB (Red+Green+Blue) = 197+36+157=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5249D is #3ADB62. Grayscale: #616161. Windows color (decimal): -3857251 or 10298565. OLE color: 10298565.
HSL color Cylindrical-coordinate representation of color #C5249D: hue angle of 314.91º 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 #C5249D is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 157 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.23 |
| HSL | 314.91º | 0.69% | 0.46% | - |
| HSV(B) | 314.91º | 0.82% | 0.77% | - |
| XYZ | 29.74 | 15.57 | 33.34 | - |
| YUV | 97.93 | 161.34 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 157 | 0 | 0.82 | 0.20 | 0.23 | 314.91 | 0.69 | 0.46 |
| Hex | C5 | 24 | 9D | 0 | 52 | 14 | 17 | 13B | 45 | 2E |
| Octal | 305 | 44 | 235 | 0 | 122 | 24 | 27 | 473 | 105 | 56 |
| Binary | 11000101 | 100100 | 10011101 | 0 | 1010010 | 10100 | 10111 | 100111011 | 1000101 | 101110 |
Color Harmonies of #C5249D
Complementary color
Monochromatic Colors of #C5249D
Black with #C5249D
Text Example
Text Example
White with #C5249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5249D; }
p { color: rgb(197,36,157); }
H1.HeaderClassName
{
color: #C5249D;
}
.AnyTagClassName
{
color: #C5249D;
}
</style>
background-color css
<style>
a { background-color: #C5249D; }
a { background-color: rgb(197,36,157); }
div.DivClassName
{
background-color: #C5249D;
}
.BgClassName
{
background-color: #C5249D;
}
</style>
border-color css
<style>
span { border-color: #C5249D; }
span { border-color: rgb(197,36,157); }
td.TdClassName
{
border-color: #C5249D;
}
.TagClassName
{
border-color: #C5249D;
}
</style>