Shades of Medium Violet Red #C5107E
Tints of Medium Violet Red #C5107E
RGB
CMYK
RGB Variations
Color information
#C5107E (or 0xC5107E) is known color: Medium Violet Red. HEX triplet: C5, 10 and 7E. RGB value is (197,16,126). Sum of RGB (Red+Green+Blue) = 197+16+126=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5107E is #3AEF81. Grayscale: #525252. Windows color (decimal): -3862402 or 8261829. OLE color: 8261829.
HSL color Cylindrical-coordinate representation of color #C5107E: hue angle of 323.54º 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 #C5107E is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 126 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.23 |
| HSL | 323.54º | 0.85% | 0.42% | - |
| HSV(B) | 323.54º | 0.92% | 0.77% | - |
| XYZ | 26.98 | 13.75 | 20.97 | - |
| YUV | 82.66 | 152.47 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 126 | 0 | 0.92 | 0.36 | 0.23 | 323.54 | 0.85 | 0.42 |
| Hex | C5 | 10 | 7E | 0 | 5C | 24 | 17 | 144 | 55 | 2A |
| Octal | 305 | 20 | 176 | 0 | 134 | 44 | 27 | 504 | 125 | 52 |
| Binary | 11000101 | 10000 | 1111110 | 0 | 1011100 | 100100 | 10111 | 101000100 | 1010101 | 101010 |
Color Harmonies of #C5107E
Complementary color
Monochromatic Colors of #C5107E
Black with #C5107E
Text Example
Text Example
White with #C5107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5107E; }
p { color: rgb(197,16,126); }
H1.HeaderClassName
{
color: #C5107E;
}
.AnyTagClassName
{
color: #C5107E;
}
</style>
background-color css
<style>
a { background-color: #C5107E; }
a { background-color: rgb(197,16,126); }
div.DivClassName
{
background-color: #C5107E;
}
.BgClassName
{
background-color: #C5107E;
}
</style>
border-color css
<style>
span { border-color: #C5107E; }
span { border-color: rgb(197,16,126); }
td.TdClassName
{
border-color: #C5107E;
}
.TagClassName
{
border-color: #C5107E;
}
</style>