Shades of Medium Violet Red #C5168C
Tints of Medium Violet Red #C5168C
RGB
CMYK
RGB Variations
Color information
#C5168C (or 0xC5168C) is known color: Medium Violet Red. HEX triplet: C5, 16 and 8C. RGB value is (197,22,140). Sum of RGB (Red+Green+Blue) = 197+22+140=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5168C is #3AE973. Grayscale: #575757. Windows color (decimal): -3860852 or 9180869. OLE color: 9180869.
HSL color Cylindrical-coordinate representation of color #C5168C: hue angle of 319.54º 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 #C5168C is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 140 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.23 |
| HSL | 319.54º | 0.8% | 0.43% | - |
| HSV(B) | 319.54º | 0.89% | 0.77% | - |
| XYZ | 28.05 | 14.34 | 26.1 | - |
| YUV | 87.78 | 157.48 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 140 | 0 | 0.89 | 0.29 | 0.23 | 319.54 | 0.8 | 0.43 |
| Hex | C5 | 16 | 8C | 0 | 59 | 1D | 17 | 140 | 50 | 2B |
| Octal | 305 | 26 | 214 | 0 | 131 | 35 | 27 | 500 | 120 | 53 |
| Binary | 11000101 | 10110 | 10001100 | 0 | 1011001 | 11101 | 10111 | 101000000 | 1010000 | 101011 |
Color Harmonies of #C5168C
Complementary color
Monochromatic Colors of #C5168C
Black with #C5168C
Text Example
Text Example
White with #C5168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5168C; }
p { color: rgb(197,22,140); }
H1.HeaderClassName
{
color: #C5168C;
}
.AnyTagClassName
{
color: #C5168C;
}
</style>
background-color css
<style>
a { background-color: #C5168C; }
a { background-color: rgb(197,22,140); }
div.DivClassName
{
background-color: #C5168C;
}
.BgClassName
{
background-color: #C5168C;
}
</style>
border-color css
<style>
span { border-color: #C5168C; }
span { border-color: rgb(197,22,140); }
td.TdClassName
{
border-color: #C5168C;
}
.TagClassName
{
border-color: #C5168C;
}
</style>