Shades of Medium Violet Red #C1108A
Tints of Medium Violet Red #C1108A
RGB
CMYK
RGB Variations
Color information
#C1108A (or 0xC1108A) is known color: Medium Violet Red. HEX triplet: C1, 10 and 8A. RGB value is (193,16,138). Sum of RGB (Red+Green+Blue) = 193+16+138=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C1108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1108A is #3EEF75. Grayscale: #525252. Windows color (decimal): -4124534 or 9048257. OLE color: 9048257.
HSL color Cylindrical-coordinate representation of color #C1108A: hue angle of 318.64º 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 #C1108A is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 138 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.24 |
| HSL | 318.64º | 0.85% | 0.41% | - |
| HSV(B) | 318.64º | 0.92% | 0.76% | - |
| XYZ | 26.77 | 13.54 | 25.25 | - |
| YUV | 82.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 138 | 0 | 0.92 | 0.28 | 0.24 | 318.64 | 0.85 | 0.41 |
| Hex | C1 | 10 | 8A | 0 | 5C | 1C | 18 | 13F | 55 | 29 |
| Octal | 301 | 20 | 212 | 0 | 134 | 34 | 30 | 477 | 125 | 51 |
| Binary | 11000001 | 10000 | 10001010 | 0 | 1011100 | 11100 | 11000 | 100111111 | 1010101 | 101001 |
Color Harmonies of #C1108A
Complementary color
Monochromatic Colors of #C1108A
Black with #C1108A
Text Example
Text Example
White with #C1108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1108A; }
p { color: rgb(193,16,138); }
H1.HeaderClassName
{
color: #C1108A;
}
.AnyTagClassName
{
color: #C1108A;
}
</style>
background-color css
<style>
a { background-color: #C1108A; }
a { background-color: rgb(193,16,138); }
div.DivClassName
{
background-color: #C1108A;
}
.BgClassName
{
background-color: #C1108A;
}
</style>
border-color css
<style>
span { border-color: #C1108A; }
span { border-color: rgb(193,16,138); }
td.TdClassName
{
border-color: #C1108A;
}
.TagClassName
{
border-color: #C1108A;
}
</style>