Shades of Medium Violet Red #C61976
Tints of Medium Violet Red #C61976
RGB
CMYK
RGB Variations
Color information
#C61976 (or 0xC61976) is known color: Medium Violet Red. HEX triplet: C6, 19 and 76. RGB value is (198,25,118). Sum of RGB (Red+Green+Blue) = 198+25+118=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C61976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61976 is #39E689. Grayscale: #575757. Windows color (decimal): -3794570 or 7739846. OLE color: 7739846.
HSL color Cylindrical-coordinate representation of color #C61976: hue angle of 327.75º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61976 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 118 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.22 |
| HSL | 327.75º | 0.78% | 0.44% | - |
| HSV(B) | 327.75º | 0.87% | 0.78% | - |
| XYZ | 26.91 | 14.01 | 18.43 | - |
| YUV | 87.33 | 145.31 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 118 | 0 | 0.87 | 0.40 | 0.22 | 327.75 | 0.78 | 0.44 |
| Hex | C6 | 19 | 76 | 0 | 57 | 28 | 16 | 148 | 4E | 2C |
| Octal | 306 | 31 | 166 | 0 | 127 | 50 | 26 | 510 | 116 | 54 |
| Binary | 11000110 | 11001 | 1110110 | 0 | 1010111 | 101000 | 10110 | 101001000 | 1001110 | 101100 |
Color Harmonies of #C61976
Complementary color
Monochromatic Colors of #C61976
Black with #C61976
Text Example
Text Example
White with #C61976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61976; }
p { color: rgb(198,25,118); }
H1.HeaderClassName
{
color: #C61976;
}
.AnyTagClassName
{
color: #C61976;
}
</style>
background-color css
<style>
a { background-color: #C61976; }
a { background-color: rgb(198,25,118); }
div.DivClassName
{
background-color: #C61976;
}
.BgClassName
{
background-color: #C61976;
}
</style>
border-color css
<style>
span { border-color: #C61976; }
span { border-color: rgb(198,25,118); }
td.TdClassName
{
border-color: #C61976;
}
.TagClassName
{
border-color: #C61976;
}
</style>