Shades of Medium Violet Red #C1136D
Tints of Medium Violet Red #C1136D
RGB
CMYK
RGB Variations
Color information
#C1136D (or 0xC1136D) is known color: Medium Violet Red. HEX triplet: C1, 13 and 6D. RGB value is (193,19,109). Sum of RGB (Red+Green+Blue) = 193+19+109=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C1136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1136D is #3EEC92. Grayscale: #515151. Windows color (decimal): -4123795 or 7148481. OLE color: 7148481.
HSL color Cylindrical-coordinate representation of color #C1136D: hue angle of 328.97º 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 #C1136D is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 109 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.24 |
| HSL | 328.97º | 0.82% | 0.42% | - |
| HSV(B) | 328.97º | 0.9% | 0.76% | - |
| XYZ | 24.99 | 12.91 | 15.64 | - |
| YUV | 81.29 | 143.65 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 109 | 0 | 0.90 | 0.44 | 0.24 | 328.97 | 0.82 | 0.42 |
| Hex | C1 | 13 | 6D | 0 | 5A | 2C | 18 | 149 | 52 | 2A |
| Octal | 301 | 23 | 155 | 0 | 132 | 54 | 30 | 511 | 122 | 52 |
| Binary | 11000001 | 10011 | 1101101 | 0 | 1011010 | 101100 | 11000 | 101001001 | 1010010 | 101010 |
Color Harmonies of #C1136D
Complementary color
Monochromatic Colors of #C1136D
Black with #C1136D
Text Example
Text Example
White with #C1136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1136D; }
p { color: rgb(193,19,109); }
H1.HeaderClassName
{
color: #C1136D;
}
.AnyTagClassName
{
color: #C1136D;
}
</style>
background-color css
<style>
a { background-color: #C1136D; }
a { background-color: rgb(193,19,109); }
div.DivClassName
{
background-color: #C1136D;
}
.BgClassName
{
background-color: #C1136D;
}
</style>
border-color css
<style>
span { border-color: #C1136D; }
span { border-color: rgb(193,19,109); }
td.TdClassName
{
border-color: #C1136D;
}
.TagClassName
{
border-color: #C1136D;
}
</style>