Shades of Medium Violet Red #C6176C
Tints of Medium Violet Red #C6176C
RGB
CMYK
RGB Variations
Color information
#C6176C (or 0xC6176C) is known color: Medium Violet Red. HEX triplet: C6, 17 and 6C. RGB value is (198,23,108). Sum of RGB (Red+Green+Blue) = 198+23+108=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6176C is #39E893. Grayscale: #545454. Windows color (decimal): -3795092 or 7083974. OLE color: 7083974.
HSL color Cylindrical-coordinate representation of color #C6176C: hue angle of 330.86º 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 #C6176C is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 108 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.22 |
| HSL | 330.86º | 0.79% | 0.43% | - |
| HSV(B) | 330.86º | 0.88% | 0.78% | - |
| XYZ | 26.3 | 13.7 | 15.45 | - |
| YUV | 85.02 | 140.98 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 108 | 0 | 0.88 | 0.45 | 0.22 | 330.86 | 0.79 | 0.43 |
| Hex | C6 | 17 | 6C | 0 | 58 | 2D | 16 | 14B | 4F | 2B |
| Octal | 306 | 27 | 154 | 0 | 130 | 55 | 26 | 513 | 117 | 53 |
| Binary | 11000110 | 10111 | 1101100 | 0 | 1011000 | 101101 | 10110 | 101001011 | 1001111 | 101011 |
Color Harmonies of #C6176C
Complementary color
Monochromatic Colors of #C6176C
Black with #C6176C
Text Example
Text Example
White with #C6176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6176C; }
p { color: rgb(198,23,108); }
H1.HeaderClassName
{
color: #C6176C;
}
.AnyTagClassName
{
color: #C6176C;
}
</style>
background-color css
<style>
a { background-color: #C6176C; }
a { background-color: rgb(198,23,108); }
div.DivClassName
{
background-color: #C6176C;
}
.BgClassName
{
background-color: #C6176C;
}
</style>
border-color css
<style>
span { border-color: #C6176C; }
span { border-color: rgb(198,23,108); }
td.TdClassName
{
border-color: #C6176C;
}
.TagClassName
{
border-color: #C6176C;
}
</style>