Shades of Medium Violet Red #C5119B
Tints of Medium Violet Red #C5119B
RGB
CMYK
RGB Variations
Color information
#C5119B (or 0xC5119B) is known color: Medium Violet Red. HEX triplet: C5, 11 and 9B. RGB value is (197,17,155). Sum of RGB (Red+Green+Blue) = 197+17+155=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5119B is #3AEE64. Grayscale: #565656. Windows color (decimal): -3862117 or 10162629. OLE color: 10162629.
HSL color Cylindrical-coordinate representation of color #C5119B: hue angle of 314º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5119B is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 155 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.23 |
| HSL | 314º | 0.84% | 0.42% | - |
| HSV(B) | 314º | 0.91% | 0.77% | - |
| XYZ | 29.14 | 14.64 | 32.3 | - |
| YUV | 86.55 | 166.63 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 155 | 0 | 0.91 | 0.21 | 0.23 | 314 | 0.84 | 0.42 |
| Hex | C5 | 11 | 9B | 0 | 5B | 15 | 17 | 13A | 54 | 2A |
| Octal | 305 | 21 | 233 | 0 | 133 | 25 | 27 | 472 | 124 | 52 |
| Binary | 11000101 | 10001 | 10011011 | 0 | 1011011 | 10101 | 10111 | 100111010 | 1010100 | 101010 |
Color Harmonies of #C5119B
Complementary color
Monochromatic Colors of #C5119B
Black with #C5119B
Text Example
Text Example
White with #C5119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5119B; }
p { color: rgb(197,17,155); }
H1.HeaderClassName
{
color: #C5119B;
}
.AnyTagClassName
{
color: #C5119B;
}
</style>
background-color css
<style>
a { background-color: #C5119B; }
a { background-color: rgb(197,17,155); }
div.DivClassName
{
background-color: #C5119B;
}
.BgClassName
{
background-color: #C5119B;
}
</style>
border-color css
<style>
span { border-color: #C5119B; }
span { border-color: rgb(197,17,155); }
td.TdClassName
{
border-color: #C5119B;
}
.TagClassName
{
border-color: #C5119B;
}
</style>