Shades of Medium Violet Red #C60871
Tints of Medium Violet Red #C60871
RGB
CMYK
RGB Variations
Color information
#C60871 (or 0xC60871) is known color: Medium Violet Red. HEX triplet: C6, 08 and 71. RGB value is (198,8,113). Sum of RGB (Red+Green+Blue) = 198+8+113=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C60871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60871 is #39F78E. Grayscale: #4C4C4C. Windows color (decimal): -3798927 or 7407814. OLE color: 7407814.
HSL color Cylindrical-coordinate representation of color #C60871: hue angle of 326.84º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60871 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 113 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.22 |
| HSL | 326.84º | 0.92% | 0.4% | - |
| HSV(B) | 326.84º | 0.96% | 0.78% | - |
| XYZ | 26.36 | 13.37 | 16.81 | - |
| YUV | 76.78 | 148.45 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 113 | 0 | 0.96 | 0.43 | 0.22 | 326.84 | 0.92 | 0.4 |
| Hex | C6 | 8 | 71 | 0 | 60 | 2B | 16 | 147 | 5C | 28 |
| Octal | 306 | 10 | 161 | 0 | 140 | 53 | 26 | 507 | 134 | 50 |
| Binary | 11000110 | 1000 | 1110001 | 0 | 1100000 | 101011 | 10110 | 101000111 | 1011100 | 101000 |
Color Harmonies of #C60871
Complementary color
Monochromatic Colors of #C60871
Black with #C60871
Text Example
Text Example
White with #C60871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60871; }
p { color: rgb(198,8,113); }
H1.HeaderClassName
{
color: #C60871;
}
.AnyTagClassName
{
color: #C60871;
}
</style>
background-color css
<style>
a { background-color: #C60871; }
a { background-color: rgb(198,8,113); }
div.DivClassName
{
background-color: #C60871;
}
.BgClassName
{
background-color: #C60871;
}
</style>
border-color css
<style>
span { border-color: #C60871; }
span { border-color: rgb(198,8,113); }
td.TdClassName
{
border-color: #C60871;
}
.TagClassName
{
border-color: #C60871;
}
</style>