Shades of Medium Violet Red #C61686
Tints of Medium Violet Red #C61686
RGB
CMYK
RGB Variations
Color information
#C61686 (or 0xC61686) is known color: Medium Violet Red. HEX triplet: C6, 16 and 86. RGB value is (198,22,134). Sum of RGB (Red+Green+Blue) = 198+22+134=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C61686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61686 is #39E979. Grayscale: #575757. Windows color (decimal): -3795322 or 8787654. OLE color: 8787654.
HSL color Cylindrical-coordinate representation of color #C61686: hue angle of 321.82º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61686 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 134 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.22 |
| HSL | 321.82º | 0.8% | 0.43% | - |
| HSV(B) | 321.82º | 0.89% | 0.78% | - |
| XYZ | 27.88 | 14.3 | 23.85 | - |
| YUV | 87.39 | 154.31 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 134 | 0 | 0.89 | 0.32 | 0.22 | 321.82 | 0.8 | 0.43 |
| Hex | C6 | 16 | 86 | 0 | 59 | 20 | 16 | 142 | 50 | 2B |
| Octal | 306 | 26 | 206 | 0 | 131 | 40 | 26 | 502 | 120 | 53 |
| Binary | 11000110 | 10110 | 10000110 | 0 | 1011001 | 100000 | 10110 | 101000010 | 1010000 | 101011 |
Color Harmonies of #C61686
Complementary color
Monochromatic Colors of #C61686
Black with #C61686
Text Example
Text Example
White with #C61686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61686; }
p { color: rgb(198,22,134); }
H1.HeaderClassName
{
color: #C61686;
}
.AnyTagClassName
{
color: #C61686;
}
</style>
background-color css
<style>
a { background-color: #C61686; }
a { background-color: rgb(198,22,134); }
div.DivClassName
{
background-color: #C61686;
}
.BgClassName
{
background-color: #C61686;
}
</style>
border-color css
<style>
span { border-color: #C61686; }
span { border-color: rgb(198,22,134); }
td.TdClassName
{
border-color: #C61686;
}
.TagClassName
{
border-color: #C61686;
}
</style>