Shades of Medium Violet Red #C5107F
Tints of Medium Violet Red #C5107F
RGB
CMYK
RGB Variations
Color information
#C5107F (or 0xC5107F) is known color: Medium Violet Red. HEX triplet: C5, 10 and 7F. RGB value is (197,16,127). Sum of RGB (Red+Green+Blue) = 197+16+127=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5107F is #3AEF80. Grayscale: #525252. Windows color (decimal): -3862401 or 8327365. OLE color: 8327365.
HSL color Cylindrical-coordinate representation of color #C5107F: hue angle of 323.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 #C5107F is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 127 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.23 |
| HSL | 323.2º | 0.85% | 0.42% | - |
| HSV(B) | 323.2º | 0.92% | 0.77% | - |
| XYZ | 27.04 | 13.77 | 21.31 | - |
| YUV | 82.77 | 152.97 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 127 | 0 | 0.92 | 0.36 | 0.23 | 323.2 | 0.85 | 0.42 |
| Hex | C5 | 10 | 7F | 0 | 5C | 24 | 17 | 143 | 55 | 2A |
| Octal | 305 | 20 | 177 | 0 | 134 | 44 | 27 | 503 | 125 | 52 |
| Binary | 11000101 | 10000 | 1111111 | 0 | 1011100 | 100100 | 10111 | 101000011 | 1010101 | 101010 |
Color Harmonies of #C5107F
Complementary color
Monochromatic Colors of #C5107F
Black with #C5107F
Text Example
Text Example
White with #C5107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5107F; }
p { color: rgb(197,16,127); }
H1.HeaderClassName
{
color: #C5107F;
}
.AnyTagClassName
{
color: #C5107F;
}
</style>
background-color css
<style>
a { background-color: #C5107F; }
a { background-color: rgb(197,16,127); }
div.DivClassName
{
background-color: #C5107F;
}
.BgClassName
{
background-color: #C5107F;
}
</style>
border-color css
<style>
span { border-color: #C5107F; }
span { border-color: rgb(197,16,127); }
td.TdClassName
{
border-color: #C5107F;
}
.TagClassName
{
border-color: #C5107F;
}
</style>