Shades of Medium Violet Red #C1086D
Tints of Medium Violet Red #C1086D
RGB
CMYK
RGB Variations
Color information
#C1086D (or 0xC1086D) is known color: Medium Violet Red. HEX triplet: C1, 08 and 6D. RGB value is (193,8,109). Sum of RGB (Red+Green+Blue) = 193+8+109=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C1086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1086D is #3EF792. Grayscale: #4A4A4A. Windows color (decimal): -4126611 or 7145665. OLE color: 7145665.
HSL color Cylindrical-coordinate representation of color #C1086D: hue angle of 327.24º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1086D is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 109 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.24 |
| HSL | 327.24º | 0.92% | 0.39% | - |
| HSV(B) | 327.24º | 0.96% | 0.76% | - |
| XYZ | 24.84 | 12.62 | 15.59 | - |
| YUV | 74.83 | 147.29 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 109 | 0 | 0.96 | 0.44 | 0.24 | 327.24 | 0.92 | 0.39 |
| Hex | C1 | 8 | 6D | 0 | 60 | 2C | 18 | 147 | 5C | 27 |
| Octal | 301 | 10 | 155 | 0 | 140 | 54 | 30 | 507 | 134 | 47 |
| Binary | 11000001 | 1000 | 1101101 | 0 | 1100000 | 101100 | 11000 | 101000111 | 1011100 | 100111 |
Color Harmonies of #C1086D
Complementary color
Monochromatic Colors of #C1086D
Black with #C1086D
Text Example
Text Example
White with #C1086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1086D; }
p { color: rgb(193,8,109); }
H1.HeaderClassName
{
color: #C1086D;
}
.AnyTagClassName
{
color: #C1086D;
}
</style>
background-color css
<style>
a { background-color: #C1086D; }
a { background-color: rgb(193,8,109); }
div.DivClassName
{
background-color: #C1086D;
}
.BgClassName
{
background-color: #C1086D;
}
</style>
border-color css
<style>
span { border-color: #C1086D; }
span { border-color: rgb(193,8,109); }
td.TdClassName
{
border-color: #C1086D;
}
.TagClassName
{
border-color: #C1086D;
}
</style>