Shades of Medium Violet Red #C11269
Tints of Medium Violet Red #C11269
RGB
CMYK
RGB Variations
Color information
#C11269 (or 0xC11269) is known color: Medium Violet Red. HEX triplet: C1, 12 and 69. RGB value is (193,18,105). Sum of RGB (Red+Green+Blue) = 193+18+105=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C11269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11269 is #3EED96. Grayscale: #505050. Windows color (decimal): -4124055 or 6886081. OLE color: 6886081.
HSL color Cylindrical-coordinate representation of color #C11269: hue angle of 330.17º 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 #C11269 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 105 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.24 |
| HSL | 330.17º | 0.83% | 0.41% | - |
| HSV(B) | 330.17º | 0.91% | 0.76% | - |
| XYZ | 24.76 | 12.79 | 14.53 | - |
| YUV | 80.24 | 141.98 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 105 | 0 | 0.91 | 0.46 | 0.24 | 330.17 | 0.83 | 0.41 |
| Hex | C1 | 12 | 69 | 0 | 5B | 2E | 18 | 14A | 53 | 29 |
| Octal | 301 | 22 | 151 | 0 | 133 | 56 | 30 | 512 | 123 | 51 |
| Binary | 11000001 | 10010 | 1101001 | 0 | 1011011 | 101110 | 11000 | 101001010 | 1010011 | 101001 |
Color Harmonies of #C11269
Complementary color
Monochromatic Colors of #C11269
Black with #C11269
Text Example
Text Example
White with #C11269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11269; }
p { color: rgb(193,18,105); }
H1.HeaderClassName
{
color: #C11269;
}
.AnyTagClassName
{
color: #C11269;
}
</style>
background-color css
<style>
a { background-color: #C11269; }
a { background-color: rgb(193,18,105); }
div.DivClassName
{
background-color: #C11269;
}
.BgClassName
{
background-color: #C11269;
}
</style>
border-color css
<style>
span { border-color: #C11269; }
span { border-color: rgb(193,18,105); }
td.TdClassName
{
border-color: #C11269;
}
.TagClassName
{
border-color: #C11269;
}
</style>