Shades of Medium Violet Red #C5108C
Tints of Medium Violet Red #C5108C
RGB
CMYK
RGB Variations
Color information
#C5108C (or 0xC5108C) is known color: Medium Violet Red. HEX triplet: C5, 10 and 8C. RGB value is (197,16,140). Sum of RGB (Red+Green+Blue) = 197+16+140=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5108C is #3AEF73. Grayscale: #535353. Windows color (decimal): -3862388 or 9179333. OLE color: 9179333.
HSL color Cylindrical-coordinate representation of color #C5108C: hue angle of 318.9º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5108C is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 140 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.23 |
| HSL | 318.9º | 0.85% | 0.42% | - |
| HSV(B) | 318.9º | 0.92% | 0.77% | - |
| XYZ | 27.94 | 14.13 | 26.07 | - |
| YUV | 84.26 | 159.47 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 140 | 0 | 0.92 | 0.29 | 0.23 | 318.9 | 0.85 | 0.42 |
| Hex | C5 | 10 | 8C | 0 | 5C | 1D | 17 | 13F | 55 | 2A |
| Octal | 305 | 20 | 214 | 0 | 134 | 35 | 27 | 477 | 125 | 52 |
| Binary | 11000101 | 10000 | 10001100 | 0 | 1011100 | 11101 | 10111 | 100111111 | 1010101 | 101010 |
Color Harmonies of #C5108C
Complementary color
Monochromatic Colors of #C5108C
Black with #C5108C
Text Example
Text Example
White with #C5108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5108C; }
p { color: rgb(197,16,140); }
H1.HeaderClassName
{
color: #C5108C;
}
.AnyTagClassName
{
color: #C5108C;
}
</style>
background-color css
<style>
a { background-color: #C5108C; }
a { background-color: rgb(197,16,140); }
div.DivClassName
{
background-color: #C5108C;
}
.BgClassName
{
background-color: #C5108C;
}
</style>
border-color css
<style>
span { border-color: #C5108C; }
span { border-color: rgb(197,16,140); }
td.TdClassName
{
border-color: #C5108C;
}
.TagClassName
{
border-color: #C5108C;
}
</style>