Shades of Medium Violet Red #C5187A
Tints of Medium Violet Red #C5187A
RGB
CMYK
RGB Variations
Color information
#C5187A (or 0xC5187A) is known color: Medium Violet Red. HEX triplet: C5, 18 and 7A. RGB value is (197,24,122). Sum of RGB (Red+Green+Blue) = 197+24+122=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5187A is #3AE785. Grayscale: #565656. Windows color (decimal): -3860358 or 8001733. OLE color: 8001733.
HSL color Cylindrical-coordinate representation of color #C5187A: hue angle of 326.01º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5187A is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 122 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.23 |
| HSL | 326.01º | 0.78% | 0.43% | - |
| HSV(B) | 326.01º | 0.88% | 0.77% | - |
| XYZ | 26.87 | 13.93 | 19.68 | - |
| YUV | 86.9 | 147.81 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 122 | 0 | 0.88 | 0.38 | 0.23 | 326.01 | 0.78 | 0.43 |
| Hex | C5 | 18 | 7A | 0 | 58 | 26 | 17 | 146 | 4E | 2B |
| Octal | 305 | 30 | 172 | 0 | 130 | 46 | 27 | 506 | 116 | 53 |
| Binary | 11000101 | 11000 | 1111010 | 0 | 1011000 | 100110 | 10111 | 101000110 | 1001110 | 101011 |
Color Harmonies of #C5187A
Complementary color
Monochromatic Colors of #C5187A
Black with #C5187A
Text Example
Text Example
White with #C5187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5187A; }
p { color: rgb(197,24,122); }
H1.HeaderClassName
{
color: #C5187A;
}
.AnyTagClassName
{
color: #C5187A;
}
</style>
background-color css
<style>
a { background-color: #C5187A; }
a { background-color: rgb(197,24,122); }
div.DivClassName
{
background-color: #C5187A;
}
.BgClassName
{
background-color: #C5187A;
}
</style>
border-color css
<style>
span { border-color: #C5187A; }
span { border-color: rgb(197,24,122); }
td.TdClassName
{
border-color: #C5187A;
}
.TagClassName
{
border-color: #C5187A;
}
</style>