Shades of Medium Violet Red #C6166D
Tints of Medium Violet Red #C6166D
RGB
CMYK
RGB Variations
Color information
#C6166D (or 0xC6166D) is known color: Medium Violet Red. HEX triplet: C6, 16 and 6D. RGB value is (198,22,109). Sum of RGB (Red+Green+Blue) = 198+22+109=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6166D is #39E992. Grayscale: #545454. Windows color (decimal): -3795347 or 7149254. OLE color: 7149254.
HSL color Cylindrical-coordinate representation of color #C6166D: hue angle of 330.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6166D is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 109 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.22 |
| HSL | 330.34º | 0.8% | 0.43% | - |
| HSV(B) | 330.34º | 0.89% | 0.78% | - |
| XYZ | 26.34 | 13.68 | 15.72 | - |
| YUV | 84.54 | 141.81 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 109 | 0 | 0.89 | 0.45 | 0.22 | 330.34 | 0.8 | 0.43 |
| Hex | C6 | 16 | 6D | 0 | 59 | 2D | 16 | 14A | 50 | 2B |
| Octal | 306 | 26 | 155 | 0 | 131 | 55 | 26 | 512 | 120 | 53 |
| Binary | 11000110 | 10110 | 1101101 | 0 | 1011001 | 101101 | 10110 | 101001010 | 1010000 | 101011 |
Color Harmonies of #C6166D
Complementary color
Monochromatic Colors of #C6166D
Black with #C6166D
Text Example
Text Example
White with #C6166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6166D; }
p { color: rgb(198,22,109); }
H1.HeaderClassName
{
color: #C6166D;
}
.AnyTagClassName
{
color: #C6166D;
}
</style>
background-color css
<style>
a { background-color: #C6166D; }
a { background-color: rgb(198,22,109); }
div.DivClassName
{
background-color: #C6166D;
}
.BgClassName
{
background-color: #C6166D;
}
</style>
border-color css
<style>
span { border-color: #C6166D; }
span { border-color: rgb(198,22,109); }
td.TdClassName
{
border-color: #C6166D;
}
.TagClassName
{
border-color: #C6166D;
}
</style>