Shades of Medium Violet Red #C5159D
Tints of Medium Violet Red #C5159D
RGB
CMYK
RGB Variations
Color information
#C5159D (or 0xC5159D) is known color: Medium Violet Red. HEX triplet: C5, 15 and 9D. RGB value is (197,21,157). Sum of RGB (Red+Green+Blue) = 197+21+157=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5159D is #3AEA62. Grayscale: #585858. Windows color (decimal): -3861091 or 10294725. OLE color: 10294725.
HSL color Cylindrical-coordinate representation of color #C5159D: hue angle of 313.64º 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 #C5159D is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 157 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.23 |
| HSL | 313.64º | 0.81% | 0.43% | - |
| HSV(B) | 313.64º | 0.89% | 0.77% | - |
| XYZ | 29.38 | 14.84 | 33.21 | - |
| YUV | 89.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 157 | 0 | 0.89 | 0.20 | 0.23 | 313.64 | 0.81 | 0.43 |
| Hex | C5 | 15 | 9D | 0 | 59 | 14 | 17 | 13A | 51 | 2B |
| Octal | 305 | 25 | 235 | 0 | 131 | 24 | 27 | 472 | 121 | 53 |
| Binary | 11000101 | 10101 | 10011101 | 0 | 1011001 | 10100 | 10111 | 100111010 | 1010001 | 101011 |
Color Harmonies of #C5159D
Complementary color
Monochromatic Colors of #C5159D
Black with #C5159D
Text Example
Text Example
White with #C5159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5159D; }
p { color: rgb(197,21,157); }
H1.HeaderClassName
{
color: #C5159D;
}
.AnyTagClassName
{
color: #C5159D;
}
</style>
background-color css
<style>
a { background-color: #C5159D; }
a { background-color: rgb(197,21,157); }
div.DivClassName
{
background-color: #C5159D;
}
.BgClassName
{
background-color: #C5159D;
}
</style>
border-color css
<style>
span { border-color: #C5159D; }
span { border-color: rgb(197,21,157); }
td.TdClassName
{
border-color: #C5159D;
}
.TagClassName
{
border-color: #C5159D;
}
</style>