Shades of Medium Violet Red #C60986
Tints of Medium Violet Red #C60986
RGB
CMYK
RGB Variations
Color information
#C60986 (or 0xC60986) is known color: Medium Violet Red. HEX triplet: C6, 09 and 86. RGB value is (198,9,134). Sum of RGB (Red+Green+Blue) = 198+9+134=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C60986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60986 is #39F679. Grayscale: #4F4F4F. Windows color (decimal): -3798650 or 8784326. OLE color: 8784326.
HSL color Cylindrical-coordinate representation of color #C60986: hue angle of 320.32º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60986 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 134 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.22 |
| HSL | 320.32º | 0.91% | 0.41% | - |
| HSV(B) | 320.32º | 0.95% | 0.78% | - |
| XYZ | 27.69 | 13.92 | 23.78 | - |
| YUV | 79.76 | 158.62 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 134 | 0 | 0.95 | 0.32 | 0.22 | 320.32 | 0.91 | 0.41 |
| Hex | C6 | 9 | 86 | 0 | 5F | 20 | 16 | 140 | 5B | 29 |
| Octal | 306 | 11 | 206 | 0 | 137 | 40 | 26 | 500 | 133 | 51 |
| Binary | 11000110 | 1001 | 10000110 | 0 | 1011111 | 100000 | 10110 | 101000000 | 1011011 | 101001 |
Color Harmonies of #C60986
Complementary color
Monochromatic Colors of #C60986
Black with #C60986
Text Example
Text Example
White with #C60986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60986; }
p { color: rgb(198,9,134); }
H1.HeaderClassName
{
color: #C60986;
}
.AnyTagClassName
{
color: #C60986;
}
</style>
background-color css
<style>
a { background-color: #C60986; }
a { background-color: rgb(198,9,134); }
div.DivClassName
{
background-color: #C60986;
}
.BgClassName
{
background-color: #C60986;
}
</style>
border-color css
<style>
span { border-color: #C60986; }
span { border-color: rgb(198,9,134); }
td.TdClassName
{
border-color: #C60986;
}
.TagClassName
{
border-color: #C60986;
}
</style>