Shades of Medium Violet Red #C11491
Tints of Medium Violet Red #C11491
RGB
CMYK
RGB Variations
Color information
#C11491 (or 0xC11491) is known color: Medium Violet Red. HEX triplet: C1, 14 and 91. RGB value is (193,20,145). Sum of RGB (Red+Green+Blue) = 193+20+145=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C11491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11491 is #3EEB6E. Grayscale: #555555. Windows color (decimal): -4123503 or 9508033. OLE color: 9508033.
HSL color Cylindrical-coordinate representation of color #C11491: hue angle of 316.65º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11491 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 145 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.24 |
| HSL | 316.65º | 0.81% | 0.42% | - |
| HSV(B) | 316.65º | 0.9% | 0.76% | - |
| XYZ | 27.35 | 13.88 | 28.03 | - |
| YUV | 85.98 | 161.31 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 145 | 0 | 0.90 | 0.25 | 0.24 | 316.65 | 0.81 | 0.42 |
| Hex | C1 | 14 | 91 | 0 | 5A | 19 | 18 | 13D | 51 | 2A |
| Octal | 301 | 24 | 221 | 0 | 132 | 31 | 30 | 475 | 121 | 52 |
| Binary | 11000001 | 10100 | 10010001 | 0 | 1011010 | 11001 | 11000 | 100111101 | 1010001 | 101010 |
Color Harmonies of #C11491
Complementary color
Monochromatic Colors of #C11491
Black with #C11491
Text Example
Text Example
White with #C11491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11491; }
p { color: rgb(193,20,145); }
H1.HeaderClassName
{
color: #C11491;
}
.AnyTagClassName
{
color: #C11491;
}
</style>
background-color css
<style>
a { background-color: #C11491; }
a { background-color: rgb(193,20,145); }
div.DivClassName
{
background-color: #C11491;
}
.BgClassName
{
background-color: #C11491;
}
</style>
border-color css
<style>
span { border-color: #C11491; }
span { border-color: rgb(193,20,145); }
td.TdClassName
{
border-color: #C11491;
}
.TagClassName
{
border-color: #C11491;
}
</style>