Shades of Medium Violet Red #C51193
Tints of Medium Violet Red #C51193
RGB
CMYK
RGB Variations
Color information
#C51193 (or 0xC51193) is known color: Medium Violet Red. HEX triplet: C5, 11 and 93. RGB value is (197,17,147). Sum of RGB (Red+Green+Blue) = 197+17+147=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C51193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51193 is #3AEE6C. Grayscale: #555555. Windows color (decimal): -3862125 or 9638341. OLE color: 9638341.
HSL color Cylindrical-coordinate representation of color #C51193: hue angle of 316.67º 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 #C51193 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 147 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.23 |
| HSL | 316.67º | 0.84% | 0.42% | - |
| HSV(B) | 316.67º | 0.91% | 0.77% | - |
| XYZ | 28.49 | 14.38 | 28.88 | - |
| YUV | 85.64 | 162.63 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 147 | 0 | 0.91 | 0.25 | 0.23 | 316.67 | 0.84 | 0.42 |
| Hex | C5 | 11 | 93 | 0 | 5B | 19 | 17 | 13D | 54 | 2A |
| Octal | 305 | 21 | 223 | 0 | 133 | 31 | 27 | 475 | 124 | 52 |
| Binary | 11000101 | 10001 | 10010011 | 0 | 1011011 | 11001 | 10111 | 100111101 | 1010100 | 101010 |
Color Harmonies of #C51193
Complementary color
Monochromatic Colors of #C51193
Black with #C51193
Text Example
Text Example
White with #C51193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51193; }
p { color: rgb(197,17,147); }
H1.HeaderClassName
{
color: #C51193;
}
.AnyTagClassName
{
color: #C51193;
}
</style>
background-color css
<style>
a { background-color: #C51193; }
a { background-color: rgb(197,17,147); }
div.DivClassName
{
background-color: #C51193;
}
.BgClassName
{
background-color: #C51193;
}
</style>
border-color css
<style>
span { border-color: #C51193; }
span { border-color: rgb(197,17,147); }
td.TdClassName
{
border-color: #C51193;
}
.TagClassName
{
border-color: #C51193;
}
</style>