Shades of Medium Violet Red #C11399
Tints of Medium Violet Red #C11399
RGB
CMYK
RGB Variations
Color information
#C11399 (or 0xC11399) is known color: Medium Violet Red. HEX triplet: C1, 13 and 99. RGB value is (193,19,153). Sum of RGB (Red+Green+Blue) = 193+19+153=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C11399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11399 is #3EEC66. Grayscale: #555555. Windows color (decimal): -4123751 or 10032065. OLE color: 10032065.
HSL color Cylindrical-coordinate representation of color #C11399: hue angle of 313.79º 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 #C11399 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 153 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.24 |
| HSL | 313.79º | 0.82% | 0.42% | - |
| HSV(B) | 313.79º | 0.9% | 0.76% | - |
| XYZ | 27.97 | 14.1 | 31.38 | - |
| YUV | 86.3 | 165.65 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 153 | 0 | 0.90 | 0.21 | 0.24 | 313.79 | 0.82 | 0.42 |
| Hex | C1 | 13 | 99 | 0 | 5A | 15 | 18 | 13A | 52 | 2A |
| Octal | 301 | 23 | 231 | 0 | 132 | 25 | 30 | 472 | 122 | 52 |
| Binary | 11000001 | 10011 | 10011001 | 0 | 1011010 | 10101 | 11000 | 100111010 | 1010010 | 101010 |
Color Harmonies of #C11399
Complementary color
Monochromatic Colors of #C11399
Black with #C11399
Text Example
Text Example
White with #C11399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11399; }
p { color: rgb(193,19,153); }
H1.HeaderClassName
{
color: #C11399;
}
.AnyTagClassName
{
color: #C11399;
}
</style>
background-color css
<style>
a { background-color: #C11399; }
a { background-color: rgb(193,19,153); }
div.DivClassName
{
background-color: #C11399;
}
.BgClassName
{
background-color: #C11399;
}
</style>
border-color css
<style>
span { border-color: #C11399; }
span { border-color: rgb(193,19,153); }
td.TdClassName
{
border-color: #C11399;
}
.TagClassName
{
border-color: #C11399;
}
</style>