Shades of Medium Violet Red #C1109C
Tints of Medium Violet Red #C1109C
RGB
CMYK
RGB Variations
Color information
#C1109C (or 0xC1109C) is known color: Medium Violet Red. HEX triplet: C1, 10 and 9C. RGB value is (193,16,156). Sum of RGB (Red+Green+Blue) = 193+16+156=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1109C is #3EEF63. Grayscale: #545454. Windows color (decimal): -4124516 or 10227905. OLE color: 10227905.
HSL color Cylindrical-coordinate representation of color #C1109C: hue angle of 312.54º 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 #C1109C is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 156 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.24 |
| HSL | 312.54º | 0.85% | 0.41% | - |
| HSV(B) | 312.54º | 0.92% | 0.76% | - |
| XYZ | 28.18 | 14.11 | 32.69 | - |
| YUV | 84.88 | 168.14 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 156 | 0 | 0.92 | 0.19 | 0.24 | 312.54 | 0.85 | 0.41 |
| Hex | C1 | 10 | 9C | 0 | 5C | 13 | 18 | 139 | 55 | 29 |
| Octal | 301 | 20 | 234 | 0 | 134 | 23 | 30 | 471 | 125 | 51 |
| Binary | 11000001 | 10000 | 10011100 | 0 | 1011100 | 10011 | 11000 | 100111001 | 1010101 | 101001 |
Color Harmonies of #C1109C
Complementary color
Monochromatic Colors of #C1109C
Black with #C1109C
Text Example
Text Example
White with #C1109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1109C; }
p { color: rgb(193,16,156); }
H1.HeaderClassName
{
color: #C1109C;
}
.AnyTagClassName
{
color: #C1109C;
}
</style>
background-color css
<style>
a { background-color: #C1109C; }
a { background-color: rgb(193,16,156); }
div.DivClassName
{
background-color: #C1109C;
}
.BgClassName
{
background-color: #C1109C;
}
</style>
border-color css
<style>
span { border-color: #C1109C; }
span { border-color: rgb(193,16,156); }
td.TdClassName
{
border-color: #C1109C;
}
.TagClassName
{
border-color: #C1109C;
}
</style>