Shades of Medium Violet Red #C11997
Tints of Medium Violet Red #C11997
RGB
CMYK
RGB Variations
Color information
#C11997 (or 0xC11997) is known color: Medium Violet Red. HEX triplet: C1, 19 and 97. RGB value is (193,25,151). Sum of RGB (Red+Green+Blue) = 193+25+151=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C11997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11997 is #3EE668. Grayscale: #595959. Windows color (decimal): -4122217 or 9902529. OLE color: 9902529.
HSL color Cylindrical-coordinate representation of color #C11997: hue angle of 315º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11997 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 151 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.24 |
| HSL | 315º | 0.77% | 0.43% | - |
| HSV(B) | 315º | 0.87% | 0.76% | - |
| XYZ | 27.93 | 14.27 | 30.56 | - |
| YUV | 89.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 151 | 0 | 0.87 | 0.22 | 0.24 | 315 | 0.77 | 0.43 |
| Hex | C1 | 19 | 97 | 0 | 57 | 16 | 18 | 13B | 4D | 2B |
| Octal | 301 | 31 | 227 | 0 | 127 | 26 | 30 | 473 | 115 | 53 |
| Binary | 11000001 | 11001 | 10010111 | 0 | 1010111 | 10110 | 11000 | 100111011 | 1001101 | 101011 |
Color Harmonies of #C11997
Complementary color
Monochromatic Colors of #C11997
Black with #C11997
Text Example
Text Example
White with #C11997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11997; }
p { color: rgb(193,25,151); }
H1.HeaderClassName
{
color: #C11997;
}
.AnyTagClassName
{
color: #C11997;
}
</style>
background-color css
<style>
a { background-color: #C11997; }
a { background-color: rgb(193,25,151); }
div.DivClassName
{
background-color: #C11997;
}
.BgClassName
{
background-color: #C11997;
}
</style>
border-color css
<style>
span { border-color: #C11997; }
span { border-color: rgb(193,25,151); }
td.TdClassName
{
border-color: #C11997;
}
.TagClassName
{
border-color: #C11997;
}
</style>