Shades of Medium Violet Red #C5249B
Tints of Medium Violet Red #C5249B
RGB
CMYK
RGB Variations
Color information
#C5249B (or 0xC5249B) is known color: Medium Violet Red. HEX triplet: C5, 24 and 9B. RGB value is (197,36,155). Sum of RGB (Red+Green+Blue) = 197+36+155=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5249B is #3ADB64. Grayscale: #616161. Windows color (decimal): -3857253 or 10167493. OLE color: 10167493.
HSL color Cylindrical-coordinate representation of color #C5249B: hue angle of 315.65º 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 #C5249B is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 155 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.23 |
| HSL | 315.65º | 0.69% | 0.46% | - |
| HSV(B) | 315.65º | 0.82% | 0.77% | - |
| XYZ | 29.57 | 15.5 | 32.44 | - |
| YUV | 97.71 | 160.34 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 155 | 0 | 0.82 | 0.21 | 0.23 | 315.65 | 0.69 | 0.46 |
| Hex | C5 | 24 | 9B | 0 | 52 | 15 | 17 | 13C | 45 | 2E |
| Octal | 305 | 44 | 233 | 0 | 122 | 25 | 27 | 474 | 105 | 56 |
| Binary | 11000101 | 100100 | 10011011 | 0 | 1010010 | 10101 | 10111 | 100111100 | 1000101 | 101110 |
Color Harmonies of #C5249B
Complementary color
Monochromatic Colors of #C5249B
Black with #C5249B
Text Example
Text Example
White with #C5249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5249B; }
p { color: rgb(197,36,155); }
H1.HeaderClassName
{
color: #C5249B;
}
.AnyTagClassName
{
color: #C5249B;
}
</style>
background-color css
<style>
a { background-color: #C5249B; }
a { background-color: rgb(197,36,155); }
div.DivClassName
{
background-color: #C5249B;
}
.BgClassName
{
background-color: #C5249B;
}
</style>
border-color css
<style>
span { border-color: #C5249B; }
span { border-color: rgb(197,36,155); }
td.TdClassName
{
border-color: #C5249B;
}
.TagClassName
{
border-color: #C5249B;
}
</style>