Shades of Medium Violet Red #C11393
Tints of Medium Violet Red #C11393
RGB
CMYK
RGB Variations
Color information
#C11393 (or 0xC11393) is known color: Medium Violet Red. HEX triplet: C1, 13 and 93. RGB value is (193,19,147). Sum of RGB (Red+Green+Blue) = 193+19+147=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C11393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11393 is #3EEC6C. Grayscale: #555555. Windows color (decimal): -4123757 or 9638849. OLE color: 9638849.
HSL color Cylindrical-coordinate representation of color #C11393: hue angle of 315.86º degrees, saturation: 0.82, 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 #C11393 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 147 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.24 |
| HSL | 315.86º | 0.82% | 0.42% | - |
| HSV(B) | 315.86º | 0.9% | 0.76% | - |
| XYZ | 27.49 | 13.91 | 28.84 | - |
| YUV | 85.62 | 162.65 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 147 | 0 | 0.90 | 0.24 | 0.24 | 315.86 | 0.82 | 0.42 |
| Hex | C1 | 13 | 93 | 0 | 5A | 18 | 18 | 13C | 52 | 2A |
| Octal | 301 | 23 | 223 | 0 | 132 | 30 | 30 | 474 | 122 | 52 |
| Binary | 11000001 | 10011 | 10010011 | 0 | 1011010 | 11000 | 11000 | 100111100 | 1010010 | 101010 |
Color Harmonies of #C11393
Complementary color
Monochromatic Colors of #C11393
Black with #C11393
Text Example
Text Example
White with #C11393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11393; }
p { color: rgb(193,19,147); }
H1.HeaderClassName
{
color: #C11393;
}
.AnyTagClassName
{
color: #C11393;
}
</style>
background-color css
<style>
a { background-color: #C11393; }
a { background-color: rgb(193,19,147); }
div.DivClassName
{
background-color: #C11393;
}
.BgClassName
{
background-color: #C11393;
}
</style>
border-color css
<style>
span { border-color: #C11393; }
span { border-color: rgb(193,19,147); }
td.TdClassName
{
border-color: #C11393;
}
.TagClassName
{
border-color: #C11393;
}
</style>