Shades of Medium Violet Red #C5106D
Tints of Medium Violet Red #C5106D
RGB
CMYK
RGB Variations
Color information
#C5106D (or 0xC5106D) is known color: Medium Violet Red. HEX triplet: C5, 10 and 6D. RGB value is (197,16,109). Sum of RGB (Red+Green+Blue) = 197+16+109=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C5106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5106D is #3AEF92. Grayscale: #505050. Windows color (decimal): -3862419 or 7147717. OLE color: 7147717.
HSL color Cylindrical-coordinate representation of color #C5106D: hue angle of 329.17º 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 #C5106D is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 109 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.23 |
| HSL | 329.17º | 0.85% | 0.42% | - |
| HSV(B) | 329.17º | 0.92% | 0.77% | - |
| XYZ | 25.97 | 13.35 | 15.67 | - |
| YUV | 80.72 | 143.97 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 109 | 0 | 0.92 | 0.45 | 0.23 | 329.17 | 0.85 | 0.42 |
| Hex | C5 | 10 | 6D | 0 | 5C | 2D | 17 | 149 | 55 | 2A |
| Octal | 305 | 20 | 155 | 0 | 134 | 55 | 27 | 511 | 125 | 52 |
| Binary | 11000101 | 10000 | 1101101 | 0 | 1011100 | 101101 | 10111 | 101001001 | 1010101 | 101010 |
Color Harmonies of #C5106D
Complementary color
Monochromatic Colors of #C5106D
Black with #C5106D
Text Example
Text Example
White with #C5106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5106D; }
p { color: rgb(197,16,109); }
H1.HeaderClassName
{
color: #C5106D;
}
.AnyTagClassName
{
color: #C5106D;
}
</style>
background-color css
<style>
a { background-color: #C5106D; }
a { background-color: rgb(197,16,109); }
div.DivClassName
{
background-color: #C5106D;
}
.BgClassName
{
background-color: #C5106D;
}
</style>
border-color css
<style>
span { border-color: #C5106D; }
span { border-color: rgb(197,16,109); }
td.TdClassName
{
border-color: #C5106D;
}
.TagClassName
{
border-color: #C5106D;
}
</style>