Shades of Medium Violet Red #C5107C
Tints of Medium Violet Red #C5107C
RGB
CMYK
RGB Variations
Color information
#C5107C (or 0xC5107C) is known color: Medium Violet Red. HEX triplet: C5, 10 and 7C. RGB value is (197,16,124). Sum of RGB (Red+Green+Blue) = 197+16+124=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C5107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5107C is #3AEF83. Grayscale: #525252. Windows color (decimal): -3862404 or 8130757. OLE color: 8130757.
HSL color Cylindrical-coordinate representation of color #C5107C: hue angle of 324.2º 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 #C5107C is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 124 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.23 |
| HSL | 324.2º | 0.85% | 0.42% | - |
| HSV(B) | 324.2º | 0.92% | 0.77% | - |
| XYZ | 26.85 | 13.7 | 20.3 | - |
| YUV | 82.43 | 151.47 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 124 | 0 | 0.92 | 0.37 | 0.23 | 324.2 | 0.85 | 0.42 |
| Hex | C5 | 10 | 7C | 0 | 5C | 25 | 17 | 144 | 55 | 2A |
| Octal | 305 | 20 | 174 | 0 | 134 | 45 | 27 | 504 | 125 | 52 |
| Binary | 11000101 | 10000 | 1111100 | 0 | 1011100 | 100101 | 10111 | 101000100 | 1010101 | 101010 |
Color Harmonies of #C5107C
Complementary color
Monochromatic Colors of #C5107C
Black with #C5107C
Text Example
Text Example
White with #C5107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5107C; }
p { color: rgb(197,16,124); }
H1.HeaderClassName
{
color: #C5107C;
}
.AnyTagClassName
{
color: #C5107C;
}
</style>
background-color css
<style>
a { background-color: #C5107C; }
a { background-color: rgb(197,16,124); }
div.DivClassName
{
background-color: #C5107C;
}
.BgClassName
{
background-color: #C5107C;
}
</style>
border-color css
<style>
span { border-color: #C5107C; }
span { border-color: rgb(197,16,124); }
td.TdClassName
{
border-color: #C5107C;
}
.TagClassName
{
border-color: #C5107C;
}
</style>