Shades of Medium Violet Red #C5156F
Tints of Medium Violet Red #C5156F
RGB
CMYK
RGB Variations
Color information
#C5156F (or 0xC5156F) is known color: Medium Violet Red. HEX triplet: C5, 15 and 6F. RGB value is (197,21,111). Sum of RGB (Red+Green+Blue) = 197+21+111=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5156F is #3AEA90. Grayscale: #535353. Windows color (decimal): -3861137 or 7280069. OLE color: 7280069.
HSL color Cylindrical-coordinate representation of color #C5156F: hue angle of 329.32º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5156F is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 111 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.23 |
| HSL | 329.32º | 0.81% | 0.43% | - |
| HSV(B) | 329.32º | 0.89% | 0.77% | - |
| XYZ | 26.16 | 13.55 | 16.28 | - |
| YUV | 83.88 | 143.31 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 111 | 0 | 0.89 | 0.44 | 0.23 | 329.32 | 0.81 | 0.43 |
| Hex | C5 | 15 | 6F | 0 | 59 | 2C | 17 | 149 | 51 | 2B |
| Octal | 305 | 25 | 157 | 0 | 131 | 54 | 27 | 511 | 121 | 53 |
| Binary | 11000101 | 10101 | 1101111 | 0 | 1011001 | 101100 | 10111 | 101001001 | 1010001 | 101011 |
Color Harmonies of #C5156F
Complementary color
Monochromatic Colors of #C5156F
Black with #C5156F
Text Example
Text Example
White with #C5156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5156F; }
p { color: rgb(197,21,111); }
H1.HeaderClassName
{
color: #C5156F;
}
.AnyTagClassName
{
color: #C5156F;
}
</style>
background-color css
<style>
a { background-color: #C5156F; }
a { background-color: rgb(197,21,111); }
div.DivClassName
{
background-color: #C5156F;
}
.BgClassName
{
background-color: #C5156F;
}
</style>
border-color css
<style>
span { border-color: #C5156F; }
span { border-color: rgb(197,21,111); }
td.TdClassName
{
border-color: #C5156F;
}
.TagClassName
{
border-color: #C5156F;
}
</style>