Shades of Medium Violet Red #C61871
Tints of Medium Violet Red #C61871
RGB
CMYK
RGB Variations
Color information
#C61871 (or 0xC61871) is known color: Medium Violet Red. HEX triplet: C6, 18 and 71. RGB value is (198,24,113). Sum of RGB (Red+Green+Blue) = 198+24+113=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C61871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61871 is #39E78E. Grayscale: #555555. Windows color (decimal): -3794831 or 7411910. OLE color: 7411910.
HSL color Cylindrical-coordinate representation of color #C61871: hue angle of 329.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61871 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 113 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.22 |
| HSL | 329.31º | 0.78% | 0.44% | - |
| HSV(B) | 329.31º | 0.88% | 0.78% | - |
| XYZ | 26.6 | 13.85 | 16.89 | - |
| YUV | 86.17 | 143.15 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 113 | 0 | 0.88 | 0.43 | 0.22 | 329.31 | 0.78 | 0.44 |
| Hex | C6 | 18 | 71 | 0 | 58 | 2B | 16 | 149 | 4E | 2C |
| Octal | 306 | 30 | 161 | 0 | 130 | 53 | 26 | 511 | 116 | 54 |
| Binary | 11000110 | 11000 | 1110001 | 0 | 1011000 | 101011 | 10110 | 101001001 | 1001110 | 101100 |
Color Harmonies of #C61871
Complementary color
Monochromatic Colors of #C61871
Black with #C61871
Text Example
Text Example
White with #C61871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61871; }
p { color: rgb(198,24,113); }
H1.HeaderClassName
{
color: #C61871;
}
.AnyTagClassName
{
color: #C61871;
}
</style>
background-color css
<style>
a { background-color: #C61871; }
a { background-color: rgb(198,24,113); }
div.DivClassName
{
background-color: #C61871;
}
.BgClassName
{
background-color: #C61871;
}
</style>
border-color css
<style>
span { border-color: #C61871; }
span { border-color: rgb(198,24,113); }
td.TdClassName
{
border-color: #C61871;
}
.TagClassName
{
border-color: #C61871;
}
</style>