Shades of Medium Violet Red #C6167D
Tints of Medium Violet Red #C6167D
RGB
CMYK
RGB Variations
Color information
#C6167D (or 0xC6167D) is known color: Medium Violet Red. HEX triplet: C6, 16 and 7D. RGB value is (198,22,125). Sum of RGB (Red+Green+Blue) = 198+22+125=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6167D is #39E982. Grayscale: #565656. Windows color (decimal): -3795331 or 8197830. OLE color: 8197830.
HSL color Cylindrical-coordinate representation of color #C6167D: hue angle of 324.89º 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 #C6167D is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 125 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.22 |
| HSL | 324.89º | 0.8% | 0.43% | - |
| HSV(B) | 324.89º | 0.89% | 0.78% | - |
| XYZ | 27.28 | 14.06 | 20.68 | - |
| YUV | 86.37 | 149.81 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 125 | 0 | 0.89 | 0.37 | 0.22 | 324.89 | 0.8 | 0.43 |
| Hex | C6 | 16 | 7D | 0 | 59 | 25 | 16 | 145 | 50 | 2B |
| Octal | 306 | 26 | 175 | 0 | 131 | 45 | 26 | 505 | 120 | 53 |
| Binary | 11000110 | 10110 | 1111101 | 0 | 1011001 | 100101 | 10110 | 101000101 | 1010000 | 101011 |
Color Harmonies of #C6167D
Complementary color
Monochromatic Colors of #C6167D
Black with #C6167D
Text Example
Text Example
White with #C6167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6167D; }
p { color: rgb(198,22,125); }
H1.HeaderClassName
{
color: #C6167D;
}
.AnyTagClassName
{
color: #C6167D;
}
</style>
background-color css
<style>
a { background-color: #C6167D; }
a { background-color: rgb(198,22,125); }
div.DivClassName
{
background-color: #C6167D;
}
.BgClassName
{
background-color: #C6167D;
}
</style>
border-color css
<style>
span { border-color: #C6167D; }
span { border-color: rgb(198,22,125); }
td.TdClassName
{
border-color: #C6167D;
}
.TagClassName
{
border-color: #C6167D;
}
</style>