Shades of Medium Violet Red #C5139B
Tints of Medium Violet Red #C5139B
RGB
CMYK
RGB Variations
Color information
#C5139B (or 0xC5139B) is known color: Medium Violet Red. HEX triplet: C5, 13 and 9B. RGB value is (197,19,155). Sum of RGB (Red+Green+Blue) = 197+19+155=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5139B is #3AEC64. Grayscale: #575757. Windows color (decimal): -3861605 or 10163141. OLE color: 10163141.
HSL color Cylindrical-coordinate representation of color #C5139B: hue angle of 314.16º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5139B is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 155 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.23 |
| HSL | 314.16º | 0.82% | 0.42% | - |
| HSV(B) | 314.16º | 0.9% | 0.77% | - |
| XYZ | 29.18 | 14.7 | 32.31 | - |
| YUV | 87.73 | 165.97 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 155 | 0 | 0.90 | 0.21 | 0.23 | 314.16 | 0.82 | 0.42 |
| Hex | C5 | 13 | 9B | 0 | 5A | 15 | 17 | 13A | 52 | 2A |
| Octal | 305 | 23 | 233 | 0 | 132 | 25 | 27 | 472 | 122 | 52 |
| Binary | 11000101 | 10011 | 10011011 | 0 | 1011010 | 10101 | 10111 | 100111010 | 1010010 | 101010 |
Color Harmonies of #C5139B
Complementary color
Monochromatic Colors of #C5139B
Black with #C5139B
Text Example
Text Example
White with #C5139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5139B; }
p { color: rgb(197,19,155); }
H1.HeaderClassName
{
color: #C5139B;
}
.AnyTagClassName
{
color: #C5139B;
}
</style>
background-color css
<style>
a { background-color: #C5139B; }
a { background-color: rgb(197,19,155); }
div.DivClassName
{
background-color: #C5139B;
}
.BgClassName
{
background-color: #C5139B;
}
</style>
border-color css
<style>
span { border-color: #C5139B; }
span { border-color: rgb(197,19,155); }
td.TdClassName
{
border-color: #C5139B;
}
.TagClassName
{
border-color: #C5139B;
}
</style>