Shades of Medium Violet Red #C60671
Tints of Medium Violet Red #C60671
RGB
CMYK
RGB Variations
Color information
#C60671 (or 0xC60671) is known color: Medium Violet Red. HEX triplet: C6, 06 and 71. RGB value is (198,6,113). Sum of RGB (Red+Green+Blue) = 198+6+113=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C60671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60671 is #39F98E. Grayscale: #4B4B4B. Windows color (decimal): -3799439 or 7407302. OLE color: 7407302.
HSL color Cylindrical-coordinate representation of color #C60671: hue angle of 326.56º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60671 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 113 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.22 |
| HSL | 326.56º | 0.94% | 0.4% | - |
| HSV(B) | 326.56º | 0.97% | 0.78% | - |
| XYZ | 26.33 | 13.33 | 16.81 | - |
| YUV | 75.61 | 149.11 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 113 | 0 | 0.97 | 0.43 | 0.22 | 326.56 | 0.94 | 0.4 |
| Hex | C6 | 6 | 71 | 0 | 61 | 2B | 16 | 147 | 5E | 28 |
| Octal | 306 | 6 | 161 | 0 | 141 | 53 | 26 | 507 | 136 | 50 |
| Binary | 11000110 | 110 | 1110001 | 0 | 1100001 | 101011 | 10110 | 101000111 | 1011110 | 101000 |
Color Harmonies of #C60671
Complementary color
Monochromatic Colors of #C60671
Black with #C60671
Text Example
Text Example
White with #C60671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60671; }
p { color: rgb(198,6,113); }
H1.HeaderClassName
{
color: #C60671;
}
.AnyTagClassName
{
color: #C60671;
}
</style>
background-color css
<style>
a { background-color: #C60671; }
a { background-color: rgb(198,6,113); }
div.DivClassName
{
background-color: #C60671;
}
.BgClassName
{
background-color: #C60671;
}
</style>
border-color css
<style>
span { border-color: #C60671; }
span { border-color: rgb(198,6,113); }
td.TdClassName
{
border-color: #C60671;
}
.TagClassName
{
border-color: #C60671;
}
</style>