Shades of Medium Violet Red #C60976
Tints of Medium Violet Red #C60976
RGB
CMYK
RGB Variations
Color information
#C60976 (or 0xC60976) is known color: Medium Violet Red. HEX triplet: C6, 09 and 76. RGB value is (198,9,118). Sum of RGB (Red+Green+Blue) = 198+9+118=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C60976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60976 is #39F689. Grayscale: #4D4D4D. Windows color (decimal): -3798666 or 7735750. OLE color: 7735750.
HSL color Cylindrical-coordinate representation of color #C60976: hue angle of 325.4º 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 #C60976 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 118 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.22 |
| HSL | 325.4º | 0.91% | 0.41% | - |
| HSV(B) | 325.4º | 0.95% | 0.78% | - |
| XYZ | 26.66 | 13.51 | 18.34 | - |
| YUV | 77.94 | 150.62 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 118 | 0 | 0.95 | 0.40 | 0.22 | 325.4 | 0.91 | 0.41 |
| Hex | C6 | 9 | 76 | 0 | 5F | 28 | 16 | 145 | 5B | 29 |
| Octal | 306 | 11 | 166 | 0 | 137 | 50 | 26 | 505 | 133 | 51 |
| Binary | 11000110 | 1001 | 1110110 | 0 | 1011111 | 101000 | 10110 | 101000101 | 1011011 | 101001 |
Color Harmonies of #C60976
Complementary color
Monochromatic Colors of #C60976
Black with #C60976
Text Example
Text Example
White with #C60976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60976; }
p { color: rgb(198,9,118); }
H1.HeaderClassName
{
color: #C60976;
}
.AnyTagClassName
{
color: #C60976;
}
</style>
background-color css
<style>
a { background-color: #C60976; }
a { background-color: rgb(198,9,118); }
div.DivClassName
{
background-color: #C60976;
}
.BgClassName
{
background-color: #C60976;
}
</style>
border-color css
<style>
span { border-color: #C60976; }
span { border-color: rgb(198,9,118); }
td.TdClassName
{
border-color: #C60976;
}
.TagClassName
{
border-color: #C60976;
}
</style>