Shades of Medium Violet Red #C11293
Tints of Medium Violet Red #C11293
RGB
CMYK
RGB Variations
Color information
#C11293 (or 0xC11293) is known color: Medium Violet Red. HEX triplet: C1, 12 and 93. RGB value is (193,18,147). Sum of RGB (Red+Green+Blue) = 193+18+147=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C11293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11293 is #3EED6C. Grayscale: #545454. Windows color (decimal): -4124013 or 9638593. OLE color: 9638593.
HSL color Cylindrical-coordinate representation of color #C11293: hue angle of 315.77º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11293 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 147 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.24 |
| HSL | 315.77º | 0.83% | 0.41% | - |
| HSV(B) | 315.77º | 0.91% | 0.76% | - |
| XYZ | 27.48 | 13.88 | 28.83 | - |
| YUV | 85.03 | 162.98 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 147 | 0 | 0.91 | 0.24 | 0.24 | 315.77 | 0.83 | 0.41 |
| Hex | C1 | 12 | 93 | 0 | 5B | 18 | 18 | 13C | 53 | 29 |
| Octal | 301 | 22 | 223 | 0 | 133 | 30 | 30 | 474 | 123 | 51 |
| Binary | 11000001 | 10010 | 10010011 | 0 | 1011011 | 11000 | 11000 | 100111100 | 1010011 | 101001 |
Color Harmonies of #C11293
Complementary color
Monochromatic Colors of #C11293
Black with #C11293
Text Example
Text Example
White with #C11293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11293; }
p { color: rgb(193,18,147); }
H1.HeaderClassName
{
color: #C11293;
}
.AnyTagClassName
{
color: #C11293;
}
</style>
background-color css
<style>
a { background-color: #C11293; }
a { background-color: rgb(193,18,147); }
div.DivClassName
{
background-color: #C11293;
}
.BgClassName
{
background-color: #C11293;
}
</style>
border-color css
<style>
span { border-color: #C11293; }
span { border-color: rgb(193,18,147); }
td.TdClassName
{
border-color: #C11293;
}
.TagClassName
{
border-color: #C11293;
}
</style>