Shades of Medium Violet Red #C1106D
Tints of Medium Violet Red #C1106D
RGB
CMYK
RGB Variations
Color information
#C1106D (or 0xC1106D) is known color: Medium Violet Red. HEX triplet: C1, 10 and 6D. RGB value is (193,16,109). Sum of RGB (Red+Green+Blue) = 193+16+109=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C1106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1106D is #3EEF92. Grayscale: #4F4F4F. Windows color (decimal): -4124563 or 7147713. OLE color: 7147713.
HSL color Cylindrical-coordinate representation of color #C1106D: hue angle of 328.47º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1106D is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 109 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.24 |
| HSL | 328.47º | 0.85% | 0.41% | - |
| HSV(B) | 328.47º | 0.92% | 0.76% | - |
| XYZ | 24.94 | 12.81 | 15.63 | - |
| YUV | 79.53 | 144.64 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 109 | 0 | 0.92 | 0.44 | 0.24 | 328.47 | 0.85 | 0.41 |
| Hex | C1 | 10 | 6D | 0 | 5C | 2C | 18 | 148 | 55 | 29 |
| Octal | 301 | 20 | 155 | 0 | 134 | 54 | 30 | 510 | 125 | 51 |
| Binary | 11000001 | 10000 | 1101101 | 0 | 1011100 | 101100 | 11000 | 101001000 | 1010101 | 101001 |
Color Harmonies of #C1106D
Complementary color
Monochromatic Colors of #C1106D
Black with #C1106D
Text Example
Text Example
White with #C1106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1106D; }
p { color: rgb(193,16,109); }
H1.HeaderClassName
{
color: #C1106D;
}
.AnyTagClassName
{
color: #C1106D;
}
</style>
background-color css
<style>
a { background-color: #C1106D; }
a { background-color: rgb(193,16,109); }
div.DivClassName
{
background-color: #C1106D;
}
.BgClassName
{
background-color: #C1106D;
}
</style>
border-color css
<style>
span { border-color: #C1106D; }
span { border-color: rgb(193,16,109); }
td.TdClassName
{
border-color: #C1106D;
}
.TagClassName
{
border-color: #C1106D;
}
</style>