Shades of Medium Violet Red #C6167F
Tints of Medium Violet Red #C6167F
RGB
CMYK
RGB Variations
Color information
#C6167F (or 0xC6167F) is known color: Medium Violet Red. HEX triplet: C6, 16 and 7F. RGB value is (198,22,127). Sum of RGB (Red+Green+Blue) = 198+22+127=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6167F is #39E980. Grayscale: #565656. Windows color (decimal): -3795329 or 8328902. OLE color: 8328902.
HSL color Cylindrical-coordinate representation of color #C6167F: hue angle of 324.2º 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 #C6167F is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 127 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.22 |
| HSL | 324.2º | 0.8% | 0.43% | - |
| HSV(B) | 324.2º | 0.89% | 0.78% | - |
| XYZ | 27.41 | 14.11 | 21.36 | - |
| YUV | 86.59 | 150.81 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 127 | 0 | 0.89 | 0.36 | 0.22 | 324.2 | 0.8 | 0.43 |
| Hex | C6 | 16 | 7F | 0 | 59 | 24 | 16 | 144 | 50 | 2B |
| Octal | 306 | 26 | 177 | 0 | 131 | 44 | 26 | 504 | 120 | 53 |
| Binary | 11000110 | 10110 | 1111111 | 0 | 1011001 | 100100 | 10110 | 101000100 | 1010000 | 101011 |
Color Harmonies of #C6167F
Complementary color
Monochromatic Colors of #C6167F
Black with #C6167F
Text Example
Text Example
White with #C6167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6167F; }
p { color: rgb(198,22,127); }
H1.HeaderClassName
{
color: #C6167F;
}
.AnyTagClassName
{
color: #C6167F;
}
</style>
background-color css
<style>
a { background-color: #C6167F; }
a { background-color: rgb(198,22,127); }
div.DivClassName
{
background-color: #C6167F;
}
.BgClassName
{
background-color: #C6167F;
}
</style>
border-color css
<style>
span { border-color: #C6167F; }
span { border-color: rgb(198,22,127); }
td.TdClassName
{
border-color: #C6167F;
}
.TagClassName
{
border-color: #C6167F;
}
</style>