Shades of Medium Violet Red #C61071
Tints of Medium Violet Red #C61071
RGB
CMYK
RGB Variations
Color information
#C61071 (or 0xC61071) is known color: Medium Violet Red. HEX triplet: C6, 10 and 71. RGB value is (198,16,113). Sum of RGB (Red+Green+Blue) = 198+16+113=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C61071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61071 is #39EF8E. Grayscale: #515151. Windows color (decimal): -3796879 or 7409862. OLE color: 7409862.
HSL color Cylindrical-coordinate representation of color #C61071: hue angle of 328.02º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61071 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 113 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.22 |
| HSL | 328.02º | 0.85% | 0.42% | - |
| HSV(B) | 328.02º | 0.92% | 0.78% | - |
| XYZ | 26.45 | 13.57 | 16.85 | - |
| YUV | 81.48 | 145.8 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 113 | 0 | 0.92 | 0.43 | 0.22 | 328.02 | 0.85 | 0.42 |
| Hex | C6 | 10 | 71 | 0 | 5C | 2B | 16 | 148 | 55 | 2A |
| Octal | 306 | 20 | 161 | 0 | 134 | 53 | 26 | 510 | 125 | 52 |
| Binary | 11000110 | 10000 | 1110001 | 0 | 1011100 | 101011 | 10110 | 101001000 | 1010101 | 101010 |
Color Harmonies of #C61071
Complementary color
Monochromatic Colors of #C61071
Black with #C61071
Text Example
Text Example
White with #C61071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61071; }
p { color: rgb(198,16,113); }
H1.HeaderClassName
{
color: #C61071;
}
.AnyTagClassName
{
color: #C61071;
}
</style>
background-color css
<style>
a { background-color: #C61071; }
a { background-color: rgb(198,16,113); }
div.DivClassName
{
background-color: #C61071;
}
.BgClassName
{
background-color: #C61071;
}
</style>
border-color css
<style>
span { border-color: #C61071; }
span { border-color: rgb(198,16,113); }
td.TdClassName
{
border-color: #C61071;
}
.TagClassName
{
border-color: #C61071;
}
</style>