Shades of Medium Violet Red #C11492
Tints of Medium Violet Red #C11492
RGB
CMYK
RGB Variations
Color information
#C11492 (or 0xC11492) is known color: Medium Violet Red. HEX triplet: C1, 14 and 92. RGB value is (193,20,146). Sum of RGB (Red+Green+Blue) = 193+20+146=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C11492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11492 is #3EEB6D. Grayscale: #555555. Windows color (decimal): -4123502 or 9573569. OLE color: 9573569.
HSL color Cylindrical-coordinate representation of color #C11492: hue angle of 316.3º 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 #C11492 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 146 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.24 |
| HSL | 316.3º | 0.81% | 0.42% | - |
| HSV(B) | 316.3º | 0.9% | 0.76% | - |
| XYZ | 27.43 | 13.91 | 28.43 | - |
| YUV | 86.09 | 161.81 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 146 | 0 | 0.90 | 0.24 | 0.24 | 316.3 | 0.81 | 0.42 |
| Hex | C1 | 14 | 92 | 0 | 5A | 18 | 18 | 13C | 51 | 2A |
| Octal | 301 | 24 | 222 | 0 | 132 | 30 | 30 | 474 | 121 | 52 |
| Binary | 11000001 | 10100 | 10010010 | 0 | 1011010 | 11000 | 11000 | 100111100 | 1010001 | 101010 |
Color Harmonies of #C11492
Complementary color
Monochromatic Colors of #C11492
Black with #C11492
Text Example
Text Example
White with #C11492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11492; }
p { color: rgb(193,20,146); }
H1.HeaderClassName
{
color: #C11492;
}
.AnyTagClassName
{
color: #C11492;
}
</style>
background-color css
<style>
a { background-color: #C11492; }
a { background-color: rgb(193,20,146); }
div.DivClassName
{
background-color: #C11492;
}
.BgClassName
{
background-color: #C11492;
}
</style>
border-color css
<style>
span { border-color: #C11492; }
span { border-color: rgb(193,20,146); }
td.TdClassName
{
border-color: #C11492;
}
.TagClassName
{
border-color: #C11492;
}
</style>