Shades of Medium Violet Red #C5249A
Tints of Medium Violet Red #C5249A
RGB
CMYK
RGB Variations
Color information
#C5249A (or 0xC5249A) is known color: Medium Violet Red. HEX triplet: C5, 24 and 9A. RGB value is (197,36,154). Sum of RGB (Red+Green+Blue) = 197+36+154=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5249A is #3ADB65. Grayscale: #616161. Windows color (decimal): -3857254 or 10101957. OLE color: 10101957.
HSL color Cylindrical-coordinate representation of color #C5249A: hue angle of 316.02º 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 #C5249A is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 154 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.23 |
| HSL | 316.02º | 0.69% | 0.46% | - |
| HSV(B) | 316.02º | 0.82% | 0.77% | - |
| XYZ | 29.49 | 15.47 | 32 | - |
| YUV | 97.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 154 | 0 | 0.82 | 0.22 | 0.23 | 316.02 | 0.69 | 0.46 |
| Hex | C5 | 24 | 9A | 0 | 52 | 16 | 17 | 13C | 45 | 2E |
| Octal | 305 | 44 | 232 | 0 | 122 | 26 | 27 | 474 | 105 | 56 |
| Binary | 11000101 | 100100 | 10011010 | 0 | 1010010 | 10110 | 10111 | 100111100 | 1000101 | 101110 |
Color Harmonies of #C5249A
Complementary color
Monochromatic Colors of #C5249A
Black with #C5249A
Text Example
Text Example
White with #C5249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5249A; }
p { color: rgb(197,36,154); }
H1.HeaderClassName
{
color: #C5249A;
}
.AnyTagClassName
{
color: #C5249A;
}
</style>
background-color css
<style>
a { background-color: #C5249A; }
a { background-color: rgb(197,36,154); }
div.DivClassName
{
background-color: #C5249A;
}
.BgClassName
{
background-color: #C5249A;
}
</style>
border-color css
<style>
span { border-color: #C5249A; }
span { border-color: rgb(197,36,154); }
td.TdClassName
{
border-color: #C5249A;
}
.TagClassName
{
border-color: #C5249A;
}
</style>