Shades of Medium Violet Red #C11697
Tints of Medium Violet Red #C11697
RGB
CMYK
RGB Variations
Color information
#C11697 (or 0xC11697) is known color: Medium Violet Red. HEX triplet: C1, 16 and 97. RGB value is (193,22,151). Sum of RGB (Red+Green+Blue) = 193+22+151=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C11697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11697 is #3EE968. Grayscale: #575757. Windows color (decimal): -4122985 or 9901761. OLE color: 9901761.
HSL color Cylindrical-coordinate representation of color #C11697: hue angle of 314.74º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11697 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 151 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.24 |
| HSL | 314.74º | 0.8% | 0.42% | - |
| HSV(B) | 314.74º | 0.89% | 0.76% | - |
| XYZ | 27.87 | 14.15 | 30.54 | - |
| YUV | 87.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 151 | 0 | 0.89 | 0.22 | 0.24 | 314.74 | 0.8 | 0.42 |
| Hex | C1 | 16 | 97 | 0 | 59 | 16 | 18 | 13B | 50 | 2A |
| Octal | 301 | 26 | 227 | 0 | 131 | 26 | 30 | 473 | 120 | 52 |
| Binary | 11000001 | 10110 | 10010111 | 0 | 1011001 | 10110 | 11000 | 100111011 | 1010000 | 101010 |
Color Harmonies of #C11697
Complementary color
Monochromatic Colors of #C11697
Black with #C11697
Text Example
Text Example
White with #C11697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11697; }
p { color: rgb(193,22,151); }
H1.HeaderClassName
{
color: #C11697;
}
.AnyTagClassName
{
color: #C11697;
}
</style>
background-color css
<style>
a { background-color: #C11697; }
a { background-color: rgb(193,22,151); }
div.DivClassName
{
background-color: #C11697;
}
.BgClassName
{
background-color: #C11697;
}
</style>
border-color css
<style>
span { border-color: #C11697; }
span { border-color: rgb(193,22,151); }
td.TdClassName
{
border-color: #C11697;
}
.TagClassName
{
border-color: #C11697;
}
</style>