Shades of Medium Violet Red #C11369
Tints of Medium Violet Red #C11369
RGB
CMYK
RGB Variations
Color information
#C11369 (or 0xC11369) is known color: Medium Violet Red. HEX triplet: C1, 13 and 69. RGB value is (193,19,105). Sum of RGB (Red+Green+Blue) = 193+19+105=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C11369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11369 is #3EEC96. Grayscale: #505050. Windows color (decimal): -4123799 or 6886337. OLE color: 6886337.
HSL color Cylindrical-coordinate representation of color #C11369: hue angle of 330.34º 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 #C11369 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 105 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.24 |
| HSL | 330.34º | 0.82% | 0.42% | - |
| HSV(B) | 330.34º | 0.9% | 0.76% | - |
| XYZ | 24.78 | 12.82 | 14.53 | - |
| YUV | 80.83 | 141.65 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 105 | 0 | 0.90 | 0.46 | 0.24 | 330.34 | 0.82 | 0.42 |
| Hex | C1 | 13 | 69 | 0 | 5A | 2E | 18 | 14A | 52 | 2A |
| Octal | 301 | 23 | 151 | 0 | 132 | 56 | 30 | 512 | 122 | 52 |
| Binary | 11000001 | 10011 | 1101001 | 0 | 1011010 | 101110 | 11000 | 101001010 | 1010010 | 101010 |
Color Harmonies of #C11369
Complementary color
Monochromatic Colors of #C11369
Black with #C11369
Text Example
Text Example
White with #C11369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11369; }
p { color: rgb(193,19,105); }
H1.HeaderClassName
{
color: #C11369;
}
.AnyTagClassName
{
color: #C11369;
}
</style>
background-color css
<style>
a { background-color: #C11369; }
a { background-color: rgb(193,19,105); }
div.DivClassName
{
background-color: #C11369;
}
.BgClassName
{
background-color: #C11369;
}
</style>
border-color css
<style>
span { border-color: #C11369; }
span { border-color: rgb(193,19,105); }
td.TdClassName
{
border-color: #C11369;
}
.TagClassName
{
border-color: #C11369;
}
</style>