Shades of Medium Violet Red #C11797
Tints of Medium Violet Red #C11797
RGB
CMYK
RGB Variations
Color information
#C11797 (or 0xC11797) is known color: Medium Violet Red. HEX triplet: C1, 17 and 97. RGB value is (193,23,151). Sum of RGB (Red+Green+Blue) = 193+23+151=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C11797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11797 is #3EE868. Grayscale: #585858. Windows color (decimal): -4122729 or 9902017. OLE color: 9902017.
HSL color Cylindrical-coordinate representation of color #C11797: hue angle of 314.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11797 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 151 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.24 |
| HSL | 314.82º | 0.79% | 0.42% | - |
| HSV(B) | 314.82º | 0.88% | 0.76% | - |
| XYZ | 27.88 | 14.18 | 30.55 | - |
| YUV | 88.42 | 163.32 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 151 | 0 | 0.88 | 0.22 | 0.24 | 314.82 | 0.79 | 0.42 |
| Hex | C1 | 17 | 97 | 0 | 58 | 16 | 18 | 13B | 4F | 2A |
| Octal | 301 | 27 | 227 | 0 | 130 | 26 | 30 | 473 | 117 | 52 |
| Binary | 11000001 | 10111 | 10010111 | 0 | 1011000 | 10110 | 11000 | 100111011 | 1001111 | 101010 |
Color Harmonies of #C11797
Complementary color
Monochromatic Colors of #C11797
Black with #C11797
Text Example
Text Example
White with #C11797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11797; }
p { color: rgb(193,23,151); }
H1.HeaderClassName
{
color: #C11797;
}
.AnyTagClassName
{
color: #C11797;
}
</style>
background-color css
<style>
a { background-color: #C11797; }
a { background-color: rgb(193,23,151); }
div.DivClassName
{
background-color: #C11797;
}
.BgClassName
{
background-color: #C11797;
}
</style>
border-color css
<style>
span { border-color: #C11797; }
span { border-color: rgb(193,23,151); }
td.TdClassName
{
border-color: #C11797;
}
.TagClassName
{
border-color: #C11797;
}
</style>