Shades of Medium Violet Red #C1186F
Tints of Medium Violet Red #C1186F
RGB
CMYK
RGB Variations
Color information
#C1186F (or 0xC1186F) is known color: Medium Violet Red. HEX triplet: C1, 18 and 6F. RGB value is (193,24,111). Sum of RGB (Red+Green+Blue) = 193+24+111=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C1186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1186F is #3EE790. Grayscale: #545454. Windows color (decimal): -4122513 or 7280833. OLE color: 7280833.
HSL color Cylindrical-coordinate representation of color #C1186F: hue angle of 329.11º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1186F is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 111 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.24 |
| HSL | 329.11º | 0.78% | 0.43% | - |
| HSV(B) | 329.11º | 0.88% | 0.76% | - |
| XYZ | 25.19 | 13.14 | 16.25 | - |
| YUV | 84.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 111 | 0 | 0.88 | 0.42 | 0.24 | 329.11 | 0.78 | 0.43 |
| Hex | C1 | 18 | 6F | 0 | 58 | 2A | 18 | 149 | 4E | 2B |
| Octal | 301 | 30 | 157 | 0 | 130 | 52 | 30 | 511 | 116 | 53 |
| Binary | 11000001 | 11000 | 1101111 | 0 | 1011000 | 101010 | 11000 | 101001001 | 1001110 | 101011 |
Color Harmonies of #C1186F
Complementary color
Monochromatic Colors of #C1186F
Black with #C1186F
Text Example
Text Example
White with #C1186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1186F; }
p { color: rgb(193,24,111); }
H1.HeaderClassName
{
color: #C1186F;
}
.AnyTagClassName
{
color: #C1186F;
}
</style>
background-color css
<style>
a { background-color: #C1186F; }
a { background-color: rgb(193,24,111); }
div.DivClassName
{
background-color: #C1186F;
}
.BgClassName
{
background-color: #C1186F;
}
</style>
border-color css
<style>
span { border-color: #C1186F; }
span { border-color: rgb(193,24,111); }
td.TdClassName
{
border-color: #C1186F;
}
.TagClassName
{
border-color: #C1186F;
}
</style>