Shades of Medium Violet Red #C1136B
Tints of Medium Violet Red #C1136B
RGB
CMYK
RGB Variations
Color information
#C1136B (or 0xC1136B) is known color: Medium Violet Red. HEX triplet: C1, 13 and 6B. RGB value is (193,19,107). Sum of RGB (Red+Green+Blue) = 193+19+107=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1136B is #3EEC94. Grayscale: #505050. Windows color (decimal): -4123797 or 7017409. OLE color: 7017409.
HSL color Cylindrical-coordinate representation of color #C1136B: hue angle of 329.66º 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 #C1136B is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 107 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.24 |
| HSL | 329.66º | 0.82% | 0.42% | - |
| HSV(B) | 329.66º | 0.9% | 0.76% | - |
| XYZ | 24.88 | 12.86 | 15.08 | - |
| YUV | 81.06 | 142.65 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 107 | 0 | 0.90 | 0.45 | 0.24 | 329.66 | 0.82 | 0.42 |
| Hex | C1 | 13 | 6B | 0 | 5A | 2D | 18 | 14A | 52 | 2A |
| Octal | 301 | 23 | 153 | 0 | 132 | 55 | 30 | 512 | 122 | 52 |
| Binary | 11000001 | 10011 | 1101011 | 0 | 1011010 | 101101 | 11000 | 101001010 | 1010010 | 101010 |
Color Harmonies of #C1136B
Complementary color
Monochromatic Colors of #C1136B
Black with #C1136B
Text Example
Text Example
White with #C1136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1136B; }
p { color: rgb(193,19,107); }
H1.HeaderClassName
{
color: #C1136B;
}
.AnyTagClassName
{
color: #C1136B;
}
</style>
background-color css
<style>
a { background-color: #C1136B; }
a { background-color: rgb(193,19,107); }
div.DivClassName
{
background-color: #C1136B;
}
.BgClassName
{
background-color: #C1136B;
}
</style>
border-color css
<style>
span { border-color: #C1136B; }
span { border-color: rgb(193,19,107); }
td.TdClassName
{
border-color: #C1136B;
}
.TagClassName
{
border-color: #C1136B;
}
</style>