Shades of Medium Violet Red #C5187D
Tints of Medium Violet Red #C5187D
RGB
CMYK
RGB Variations
Color information
#C5187D (or 0xC5187D) is known color: Medium Violet Red. HEX triplet: C5, 18 and 7D. RGB value is (197,24,125). Sum of RGB (Red+Green+Blue) = 197+24+125=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5187D is #3AE782. Grayscale: #575757. Windows color (decimal): -3860355 or 8198341. OLE color: 8198341.
HSL color Cylindrical-coordinate representation of color #C5187D: hue angle of 324.97º 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 #C5187D is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 125 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.23 |
| HSL | 324.97º | 0.78% | 0.43% | - |
| HSV(B) | 324.97º | 0.88% | 0.77% | - |
| XYZ | 27.05 | 14 | 20.68 | - |
| YUV | 87.24 | 149.31 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 125 | 0 | 0.88 | 0.37 | 0.23 | 324.97 | 0.78 | 0.43 |
| Hex | C5 | 18 | 7D | 0 | 58 | 25 | 17 | 145 | 4E | 2B |
| Octal | 305 | 30 | 175 | 0 | 130 | 45 | 27 | 505 | 116 | 53 |
| Binary | 11000101 | 11000 | 1111101 | 0 | 1011000 | 100101 | 10111 | 101000101 | 1001110 | 101011 |
Color Harmonies of #C5187D
Complementary color
Monochromatic Colors of #C5187D
Black with #C5187D
Text Example
Text Example
White with #C5187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5187D; }
p { color: rgb(197,24,125); }
H1.HeaderClassName
{
color: #C5187D;
}
.AnyTagClassName
{
color: #C5187D;
}
</style>
background-color css
<style>
a { background-color: #C5187D; }
a { background-color: rgb(197,24,125); }
div.DivClassName
{
background-color: #C5187D;
}
.BgClassName
{
background-color: #C5187D;
}
</style>
border-color css
<style>
span { border-color: #C5187D; }
span { border-color: rgb(197,24,125); }
td.TdClassName
{
border-color: #C5187D;
}
.TagClassName
{
border-color: #C5187D;
}
</style>