Shades of Medium Violet Red #C11493
Tints of Medium Violet Red #C11493
RGB
CMYK
RGB Variations
Color information
#C11493 (or 0xC11493) is known color: Medium Violet Red. HEX triplet: C1, 14 and 93. RGB value is (193,20,147). Sum of RGB (Red+Green+Blue) = 193+20+147=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C11493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11493 is #3EEB6C. Grayscale: #555555. Windows color (decimal): -4123501 or 9639105. OLE color: 9639105.
HSL color Cylindrical-coordinate representation of color #C11493: hue angle of 315.95º 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 #C11493 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 147 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.24 |
| HSL | 315.95º | 0.81% | 0.42% | - |
| HSV(B) | 315.95º | 0.9% | 0.76% | - |
| XYZ | 27.51 | 13.94 | 28.85 | - |
| YUV | 86.21 | 162.31 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 147 | 0 | 0.90 | 0.24 | 0.24 | 315.95 | 0.81 | 0.42 |
| Hex | C1 | 14 | 93 | 0 | 5A | 18 | 18 | 13C | 51 | 2A |
| Octal | 301 | 24 | 223 | 0 | 132 | 30 | 30 | 474 | 121 | 52 |
| Binary | 11000001 | 10100 | 10010011 | 0 | 1011010 | 11000 | 11000 | 100111100 | 1010001 | 101010 |
Color Harmonies of #C11493
Complementary color
Monochromatic Colors of #C11493
Black with #C11493
Text Example
Text Example
White with #C11493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11493; }
p { color: rgb(193,20,147); }
H1.HeaderClassName
{
color: #C11493;
}
.AnyTagClassName
{
color: #C11493;
}
</style>
background-color css
<style>
a { background-color: #C11493; }
a { background-color: rgb(193,20,147); }
div.DivClassName
{
background-color: #C11493;
}
.BgClassName
{
background-color: #C11493;
}
</style>
border-color css
<style>
span { border-color: #C11493; }
span { border-color: rgb(193,20,147); }
td.TdClassName
{
border-color: #C11493;
}
.TagClassName
{
border-color: #C11493;
}
</style>