Shades of Medium Violet Red #C5107A
Tints of Medium Violet Red #C5107A
RGB
CMYK
RGB Variations
Color information
#C5107A (or 0xC5107A) is known color: Medium Violet Red. HEX triplet: C5, 10 and 7A. RGB value is (197,16,122). Sum of RGB (Red+Green+Blue) = 197+16+122=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C5107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5107A is #3AEF85. Grayscale: #515151. Windows color (decimal): -3862406 or 7999685. OLE color: 7999685.
HSL color Cylindrical-coordinate representation of color #C5107A: hue angle of 324.86º 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 #C5107A is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 122 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.23 |
| HSL | 324.86º | 0.85% | 0.42% | - |
| HSV(B) | 324.86º | 0.92% | 0.77% | - |
| XYZ | 26.72 | 13.65 | 19.64 | - |
| YUV | 82.2 | 150.47 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 122 | 0 | 0.92 | 0.38 | 0.23 | 324.86 | 0.85 | 0.42 |
| Hex | C5 | 10 | 7A | 0 | 5C | 26 | 17 | 145 | 55 | 2A |
| Octal | 305 | 20 | 172 | 0 | 134 | 46 | 27 | 505 | 125 | 52 |
| Binary | 11000101 | 10000 | 1111010 | 0 | 1011100 | 100110 | 10111 | 101000101 | 1010101 | 101010 |
Color Harmonies of #C5107A
Complementary color
Monochromatic Colors of #C5107A
Black with #C5107A
Text Example
Text Example
White with #C5107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5107A; }
p { color: rgb(197,16,122); }
H1.HeaderClassName
{
color: #C5107A;
}
.AnyTagClassName
{
color: #C5107A;
}
</style>
background-color css
<style>
a { background-color: #C5107A; }
a { background-color: rgb(197,16,122); }
div.DivClassName
{
background-color: #C5107A;
}
.BgClassName
{
background-color: #C5107A;
}
</style>
border-color css
<style>
span { border-color: #C5107A; }
span { border-color: rgb(197,16,122); }
td.TdClassName
{
border-color: #C5107A;
}
.TagClassName
{
border-color: #C5107A;
}
</style>