Shades of Medium Violet Red #C11299
Tints of Medium Violet Red #C11299
RGB
CMYK
RGB Variations
Color information
#C11299 (or 0xC11299) is known color: Medium Violet Red. HEX triplet: C1, 12 and 99. RGB value is (193,18,153). Sum of RGB (Red+Green+Blue) = 193+18+153=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C11299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11299 is #3EED66. Grayscale: #555555. Windows color (decimal): -4124007 or 10031809. OLE color: 10031809.
HSL color Cylindrical-coordinate representation of color #C11299: hue angle of 313.71º 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 #C11299 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 153 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.24 |
| HSL | 313.71º | 0.83% | 0.41% | - |
| HSV(B) | 313.71º | 0.91% | 0.76% | - |
| XYZ | 27.96 | 14.07 | 31.38 | - |
| YUV | 85.72 | 165.98 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 153 | 0 | 0.91 | 0.21 | 0.24 | 313.71 | 0.83 | 0.41 |
| Hex | C1 | 12 | 99 | 0 | 5B | 15 | 18 | 13A | 53 | 29 |
| Octal | 301 | 22 | 231 | 0 | 133 | 25 | 30 | 472 | 123 | 51 |
| Binary | 11000001 | 10010 | 10011001 | 0 | 1011011 | 10101 | 11000 | 100111010 | 1010011 | 101001 |
Color Harmonies of #C11299
Complementary color
Monochromatic Colors of #C11299
Black with #C11299
Text Example
Text Example
White with #C11299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11299; }
p { color: rgb(193,18,153); }
H1.HeaderClassName
{
color: #C11299;
}
.AnyTagClassName
{
color: #C11299;
}
</style>
background-color css
<style>
a { background-color: #C11299; }
a { background-color: rgb(193,18,153); }
div.DivClassName
{
background-color: #C11299;
}
.BgClassName
{
background-color: #C11299;
}
</style>
border-color css
<style>
span { border-color: #C11299; }
span { border-color: rgb(193,18,153); }
td.TdClassName
{
border-color: #C11299;
}
.TagClassName
{
border-color: #C11299;
}
</style>