Shades of Medium Violet Red #C6167A
Tints of Medium Violet Red #C6167A
RGB
CMYK
RGB Variations
Color information
#C6167A (or 0xC6167A) is known color: Medium Violet Red. HEX triplet: C6, 16 and 7A. RGB value is (198,22,122). Sum of RGB (Red+Green+Blue) = 198+22+122=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6167A is #39E985. Grayscale: #555555. Windows color (decimal): -3795334 or 8001222. OLE color: 8001222.
HSL color Cylindrical-coordinate representation of color #C6167A: hue angle of 325.91º 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 #C6167A is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 122 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.22 |
| HSL | 325.91º | 0.8% | 0.43% | - |
| HSV(B) | 325.91º | 0.89% | 0.78% | - |
| XYZ | 27.09 | 13.98 | 19.68 | - |
| YUV | 86.02 | 148.31 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 122 | 0 | 0.89 | 0.38 | 0.22 | 325.91 | 0.8 | 0.43 |
| Hex | C6 | 16 | 7A | 0 | 59 | 26 | 16 | 146 | 50 | 2B |
| Octal | 306 | 26 | 172 | 0 | 131 | 46 | 26 | 506 | 120 | 53 |
| Binary | 11000110 | 10110 | 1111010 | 0 | 1011001 | 100110 | 10110 | 101000110 | 1010000 | 101011 |
Color Harmonies of #C6167A
Complementary color
Monochromatic Colors of #C6167A
Black with #C6167A
Text Example
Text Example
White with #C6167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6167A; }
p { color: rgb(198,22,122); }
H1.HeaderClassName
{
color: #C6167A;
}
.AnyTagClassName
{
color: #C6167A;
}
</style>
background-color css
<style>
a { background-color: #C6167A; }
a { background-color: rgb(198,22,122); }
div.DivClassName
{
background-color: #C6167A;
}
.BgClassName
{
background-color: #C6167A;
}
</style>
border-color css
<style>
span { border-color: #C6167A; }
span { border-color: rgb(198,22,122); }
td.TdClassName
{
border-color: #C6167A;
}
.TagClassName
{
border-color: #C6167A;
}
</style>