Shades of Medium Violet Red #C11999
Tints of Medium Violet Red #C11999
RGB
CMYK
RGB Variations
Color information
#C11999 (or 0xC11999) is known color: Medium Violet Red. HEX triplet: C1, 19 and 99. RGB value is (193,25,153). Sum of RGB (Red+Green+Blue) = 193+25+153=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C11999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11999 is #3EE666. Grayscale: #595959. Windows color (decimal): -4122215 or 10033601. OLE color: 10033601.
HSL color Cylindrical-coordinate representation of color #C11999: hue angle of 314.29º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11999 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 153 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.24 |
| HSL | 314.29º | 0.77% | 0.43% | - |
| HSV(B) | 314.29º | 0.87% | 0.76% | - |
| XYZ | 28.09 | 14.33 | 31.42 | - |
| YUV | 89.82 | 163.66 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 153 | 0 | 0.87 | 0.21 | 0.24 | 314.29 | 0.77 | 0.43 |
| Hex | C1 | 19 | 99 | 0 | 57 | 15 | 18 | 13A | 4D | 2B |
| Octal | 301 | 31 | 231 | 0 | 127 | 25 | 30 | 472 | 115 | 53 |
| Binary | 11000001 | 11001 | 10011001 | 0 | 1010111 | 10101 | 11000 | 100111010 | 1001101 | 101011 |
Color Harmonies of #C11999
Complementary color
Monochromatic Colors of #C11999
Black with #C11999
Text Example
Text Example
White with #C11999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11999; }
p { color: rgb(193,25,153); }
H1.HeaderClassName
{
color: #C11999;
}
.AnyTagClassName
{
color: #C11999;
}
</style>
background-color css
<style>
a { background-color: #C11999; }
a { background-color: rgb(193,25,153); }
div.DivClassName
{
background-color: #C11999;
}
.BgClassName
{
background-color: #C11999;
}
</style>
border-color css
<style>
span { border-color: #C11999; }
span { border-color: rgb(193,25,153); }
td.TdClassName
{
border-color: #C11999;
}
.TagClassName
{
border-color: #C11999;
}
</style>