Shades of Medium Violet Red #C5168E
Tints of Medium Violet Red #C5168E
RGB
CMYK
RGB Variations
Color information
#C5168E (or 0xC5168E) is known color: Medium Violet Red. HEX triplet: C5, 16 and 8E. RGB value is (197,22,142). Sum of RGB (Red+Green+Blue) = 197+22+142=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5168E is #3AE971. Grayscale: #575757. Windows color (decimal): -3860850 or 9311941. OLE color: 9311941.
HSL color Cylindrical-coordinate representation of color #C5168E: hue angle of 318.86º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5168E is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 142 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.23 |
| HSL | 318.86º | 0.8% | 0.43% | - |
| HSV(B) | 318.86º | 0.89% | 0.77% | - |
| XYZ | 28.2 | 14.4 | 26.88 | - |
| YUV | 88.01 | 158.48 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 142 | 0 | 0.89 | 0.28 | 0.23 | 318.86 | 0.8 | 0.43 |
| Hex | C5 | 16 | 8E | 0 | 59 | 1C | 17 | 13F | 50 | 2B |
| Octal | 305 | 26 | 216 | 0 | 131 | 34 | 27 | 477 | 120 | 53 |
| Binary | 11000101 | 10110 | 10001110 | 0 | 1011001 | 11100 | 10111 | 100111111 | 1010000 | 101011 |
Color Harmonies of #C5168E
Complementary color
Monochromatic Colors of #C5168E
Black with #C5168E
Text Example
Text Example
White with #C5168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5168E; }
p { color: rgb(197,22,142); }
H1.HeaderClassName
{
color: #C5168E;
}
.AnyTagClassName
{
color: #C5168E;
}
</style>
background-color css
<style>
a { background-color: #C5168E; }
a { background-color: rgb(197,22,142); }
div.DivClassName
{
background-color: #C5168E;
}
.BgClassName
{
background-color: #C5168E;
}
</style>
border-color css
<style>
span { border-color: #C5168E; }
span { border-color: rgb(197,22,142); }
td.TdClassName
{
border-color: #C5168E;
}
.TagClassName
{
border-color: #C5168E;
}
</style>