Shades of Medium Violet Red #C5108D
Tints of Medium Violet Red #C5108D
RGB
CMYK
RGB Variations
Color information
#C5108D (or 0xC5108D) is known color: Medium Violet Red. HEX triplet: C5, 10 and 8D. RGB value is (197,16,141). Sum of RGB (Red+Green+Blue) = 197+16+141=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5108D is #3AEF72. Grayscale: #545454. Windows color (decimal): -3862387 or 9244869. OLE color: 9244869.
HSL color Cylindrical-coordinate representation of color #C5108D: hue angle of 318.56º 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 #C5108D is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 141 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.23 |
| HSL | 318.56º | 0.85% | 0.42% | - |
| HSV(B) | 318.56º | 0.92% | 0.77% | - |
| XYZ | 28.02 | 14.16 | 26.46 | - |
| YUV | 84.37 | 159.97 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 141 | 0 | 0.92 | 0.28 | 0.23 | 318.56 | 0.85 | 0.42 |
| Hex | C5 | 10 | 8D | 0 | 5C | 1C | 17 | 13F | 55 | 2A |
| Octal | 305 | 20 | 215 | 0 | 134 | 34 | 27 | 477 | 125 | 52 |
| Binary | 11000101 | 10000 | 10001101 | 0 | 1011100 | 11100 | 10111 | 100111111 | 1010101 | 101010 |
Color Harmonies of #C5108D
Complementary color
Monochromatic Colors of #C5108D
Black with #C5108D
Text Example
Text Example
White with #C5108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5108D; }
p { color: rgb(197,16,141); }
H1.HeaderClassName
{
color: #C5108D;
}
.AnyTagClassName
{
color: #C5108D;
}
</style>
background-color css
<style>
a { background-color: #C5108D; }
a { background-color: rgb(197,16,141); }
div.DivClassName
{
background-color: #C5108D;
}
.BgClassName
{
background-color: #C5108D;
}
</style>
border-color css
<style>
span { border-color: #C5108D; }
span { border-color: rgb(197,16,141); }
td.TdClassName
{
border-color: #C5108D;
}
.TagClassName
{
border-color: #C5108D;
}
</style>