Shades of Medium Violet Red #C6167E
Tints of Medium Violet Red #C6167E
RGB
CMYK
RGB Variations
Color information
#C6167E (or 0xC6167E) is known color: Medium Violet Red. HEX triplet: C6, 16 and 7E. RGB value is (198,22,126). Sum of RGB (Red+Green+Blue) = 198+22+126=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6167E is #39E981. Grayscale: #565656. Windows color (decimal): -3795330 or 8263366. OLE color: 8263366.
HSL color Cylindrical-coordinate representation of color #C6167E: hue angle of 324.55º 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 #C6167E is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 126 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.22 |
| HSL | 324.55º | 0.8% | 0.43% | - |
| HSV(B) | 324.55º | 0.89% | 0.78% | - |
| XYZ | 27.34 | 14.09 | 21.02 | - |
| YUV | 86.48 | 150.31 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 126 | 0 | 0.89 | 0.36 | 0.22 | 324.55 | 0.8 | 0.43 |
| Hex | C6 | 16 | 7E | 0 | 59 | 24 | 16 | 145 | 50 | 2B |
| Octal | 306 | 26 | 176 | 0 | 131 | 44 | 26 | 505 | 120 | 53 |
| Binary | 11000110 | 10110 | 1111110 | 0 | 1011001 | 100100 | 10110 | 101000101 | 1010000 | 101011 |
Color Harmonies of #C6167E
Complementary color
Monochromatic Colors of #C6167E
Black with #C6167E
Text Example
Text Example
White with #C6167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6167E; }
p { color: rgb(198,22,126); }
H1.HeaderClassName
{
color: #C6167E;
}
.AnyTagClassName
{
color: #C6167E;
}
</style>
background-color css
<style>
a { background-color: #C6167E; }
a { background-color: rgb(198,22,126); }
div.DivClassName
{
background-color: #C6167E;
}
.BgClassName
{
background-color: #C6167E;
}
</style>
border-color css
<style>
span { border-color: #C6167E; }
span { border-color: rgb(198,22,126); }
td.TdClassName
{
border-color: #C6167E;
}
.TagClassName
{
border-color: #C6167E;
}
</style>