Shades of Medium Violet Red #C11890
Tints of Medium Violet Red #C11890
RGB
CMYK
RGB Variations
Color information
#C11890 (or 0xC11890) is known color: Medium Violet Red. HEX triplet: C1, 18 and 90. RGB value is (193,24,144). Sum of RGB (Red+Green+Blue) = 193+24+144=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C11890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11890 is #3EE76F. Grayscale: #575757. Windows color (decimal): -4122480 or 9443521. OLE color: 9443521.
HSL color Cylindrical-coordinate representation of color #C11890: hue angle of 317.4º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11890 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 144 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.24 |
| HSL | 317.4º | 0.78% | 0.43% | - |
| HSV(B) | 317.4º | 0.88% | 0.76% | - |
| XYZ | 27.35 | 14 | 27.65 | - |
| YUV | 88.21 | 159.49 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 144 | 0 | 0.88 | 0.25 | 0.24 | 317.4 | 0.78 | 0.43 |
| Hex | C1 | 18 | 90 | 0 | 58 | 19 | 18 | 13D | 4E | 2B |
| Octal | 301 | 30 | 220 | 0 | 130 | 31 | 30 | 475 | 116 | 53 |
| Binary | 11000001 | 11000 | 10010000 | 0 | 1011000 | 11001 | 11000 | 100111101 | 1001110 | 101011 |
Color Harmonies of #C11890
Complementary color
Monochromatic Colors of #C11890
Black with #C11890
Text Example
Text Example
White with #C11890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11890; }
p { color: rgb(193,24,144); }
H1.HeaderClassName
{
color: #C11890;
}
.AnyTagClassName
{
color: #C11890;
}
</style>
background-color css
<style>
a { background-color: #C11890; }
a { background-color: rgb(193,24,144); }
div.DivClassName
{
background-color: #C11890;
}
.BgClassName
{
background-color: #C11890;
}
</style>
border-color css
<style>
span { border-color: #C11890; }
span { border-color: rgb(193,24,144); }
td.TdClassName
{
border-color: #C11890;
}
.TagClassName
{
border-color: #C11890;
}
</style>