Shades of Medium Violet Red #C5159B
Tints of Medium Violet Red #C5159B
RGB
CMYK
RGB Variations
Color information
#C5159B (or 0xC5159B) is known color: Medium Violet Red. HEX triplet: C5, 15 and 9B. RGB value is (197,21,155). Sum of RGB (Red+Green+Blue) = 197+21+155=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5159B is #3AEA64. Grayscale: #585858. Windows color (decimal): -3861093 or 10163653. OLE color: 10163653.
HSL color Cylindrical-coordinate representation of color #C5159B: hue angle of 314.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 #C5159B is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 155 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.23 |
| HSL | 314.32º | 0.81% | 0.43% | - |
| HSV(B) | 314.32º | 0.89% | 0.77% | - |
| XYZ | 29.21 | 14.77 | 32.32 | - |
| YUV | 88.9 | 165.31 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 155 | 0 | 0.89 | 0.21 | 0.23 | 314.32 | 0.81 | 0.43 |
| Hex | C5 | 15 | 9B | 0 | 59 | 15 | 17 | 13A | 51 | 2B |
| Octal | 305 | 25 | 233 | 0 | 131 | 25 | 27 | 472 | 121 | 53 |
| Binary | 11000101 | 10101 | 10011011 | 0 | 1011001 | 10101 | 10111 | 100111010 | 1010001 | 101011 |
Color Harmonies of #C5159B
Complementary color
Monochromatic Colors of #C5159B
Black with #C5159B
Text Example
Text Example
White with #C5159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5159B; }
p { color: rgb(197,21,155); }
H1.HeaderClassName
{
color: #C5159B;
}
.AnyTagClassName
{
color: #C5159B;
}
</style>
background-color css
<style>
a { background-color: #C5159B; }
a { background-color: rgb(197,21,155); }
div.DivClassName
{
background-color: #C5159B;
}
.BgClassName
{
background-color: #C5159B;
}
</style>
border-color css
<style>
span { border-color: #C5159B; }
span { border-color: rgb(197,21,155); }
td.TdClassName
{
border-color: #C5159B;
}
.TagClassName
{
border-color: #C5159B;
}
</style>