Shades of Medium Violet Red #C6178E
Tints of Medium Violet Red #C6178E
RGB
CMYK
RGB Variations
Color information
#C6178E (or 0xC6178E) is known color: Medium Violet Red. HEX triplet: C6, 17 and 8E. RGB value is (198,23,142). Sum of RGB (Red+Green+Blue) = 198+23+142=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C6178E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6178E is #39E871. Grayscale: #585858. Windows color (decimal): -3795058 or 9312198. OLE color: 9312198.
HSL color Cylindrical-coordinate representation of color #C6178E: hue angle of 319.2º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6178E is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 142 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.22 |
| HSL | 319.2º | 0.79% | 0.43% | - |
| HSV(B) | 319.2º | 0.88% | 0.78% | - |
| XYZ | 28.48 | 14.57 | 26.9 | - |
| YUV | 88.89 | 157.98 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 142 | 0 | 0.88 | 0.28 | 0.22 | 319.2 | 0.79 | 0.43 |
| Hex | C6 | 17 | 8E | 0 | 58 | 1C | 16 | 13F | 4F | 2B |
| Octal | 306 | 27 | 216 | 0 | 130 | 34 | 26 | 477 | 117 | 53 |
| Binary | 11000110 | 10111 | 10001110 | 0 | 1011000 | 11100 | 10110 | 100111111 | 1001111 | 101011 |
Color Harmonies of #C6178E
Complementary color
Monochromatic Colors of #C6178E
Black with #C6178E
Text Example
Text Example
White with #C6178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6178E; }
p { color: rgb(198,23,142); }
H1.HeaderClassName
{
color: #C6178E;
}
.AnyTagClassName
{
color: #C6178E;
}
</style>
background-color css
<style>
a { background-color: #C6178E; }
a { background-color: rgb(198,23,142); }
div.DivClassName
{
background-color: #C6178E;
}
.BgClassName
{
background-color: #C6178E;
}
</style>
border-color css
<style>
span { border-color: #C6178E; }
span { border-color: rgb(198,23,142); }
td.TdClassName
{
border-color: #C6178E;
}
.TagClassName
{
border-color: #C6178E;
}
</style>