Shades of Medium Violet Red #C11490
Tints of Medium Violet Red #C11490
RGB
CMYK
RGB Variations
Color information
#C11490 (or 0xC11490) is known color: Medium Violet Red. HEX triplet: C1, 14 and 90. RGB value is (193,20,144). Sum of RGB (Red+Green+Blue) = 193+20+144=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C11490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11490 is #3EEB6F. Grayscale: #555555. Windows color (decimal): -4123504 or 9442497. OLE color: 9442497.
HSL color Cylindrical-coordinate representation of color #C11490: hue angle of 316.99º 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 #C11490 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 144 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.24 |
| HSL | 316.99º | 0.81% | 0.42% | - |
| HSV(B) | 316.99º | 0.9% | 0.76% | - |
| XYZ | 27.28 | 13.85 | 27.62 | - |
| YUV | 85.86 | 160.81 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 144 | 0 | 0.90 | 0.25 | 0.24 | 316.99 | 0.81 | 0.42 |
| Hex | C1 | 14 | 90 | 0 | 5A | 19 | 18 | 13D | 51 | 2A |
| Octal | 301 | 24 | 220 | 0 | 132 | 31 | 30 | 475 | 121 | 52 |
| Binary | 11000001 | 10100 | 10010000 | 0 | 1011010 | 11001 | 11000 | 100111101 | 1010001 | 101010 |
Color Harmonies of #C11490
Complementary color
Monochromatic Colors of #C11490
Black with #C11490
Text Example
Text Example
White with #C11490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11490; }
p { color: rgb(193,20,144); }
H1.HeaderClassName
{
color: #C11490;
}
.AnyTagClassName
{
color: #C11490;
}
</style>
background-color css
<style>
a { background-color: #C11490; }
a { background-color: rgb(193,20,144); }
div.DivClassName
{
background-color: #C11490;
}
.BgClassName
{
background-color: #C11490;
}
</style>
border-color css
<style>
span { border-color: #C11490; }
span { border-color: rgb(193,20,144); }
td.TdClassName
{
border-color: #C11490;
}
.TagClassName
{
border-color: #C11490;
}
</style>