Shades of Medium Violet Red #C6176B
Tints of Medium Violet Red #C6176B
RGB
CMYK
RGB Variations
Color information
#C6176B (or 0xC6176B) is known color: Medium Violet Red. HEX triplet: C6, 17 and 6B. RGB value is (198,23,107). Sum of RGB (Red+Green+Blue) = 198+23+107=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6176B is #39E894. Grayscale: #545454. Windows color (decimal): -3795093 or 7018438. OLE color: 7018438.
HSL color Cylindrical-coordinate representation of color #C6176B: hue angle of 331.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 #C6176B is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 107 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.22 |
| HSL | 331.2º | 0.79% | 0.43% | - |
| HSV(B) | 331.2º | 0.88% | 0.78% | - |
| XYZ | 26.25 | 13.68 | 15.17 | - |
| YUV | 84.9 | 140.48 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 107 | 0 | 0.88 | 0.46 | 0.22 | 331.2 | 0.79 | 0.43 |
| Hex | C6 | 17 | 6B | 0 | 58 | 2E | 16 | 14B | 4F | 2B |
| Octal | 306 | 27 | 153 | 0 | 130 | 56 | 26 | 513 | 117 | 53 |
| Binary | 11000110 | 10111 | 1101011 | 0 | 1011000 | 101110 | 10110 | 101001011 | 1001111 | 101011 |
Color Harmonies of #C6176B
Complementary color
Monochromatic Colors of #C6176B
Black with #C6176B
Text Example
Text Example
White with #C6176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6176B; }
p { color: rgb(198,23,107); }
H1.HeaderClassName
{
color: #C6176B;
}
.AnyTagClassName
{
color: #C6176B;
}
</style>
background-color css
<style>
a { background-color: #C6176B; }
a { background-color: rgb(198,23,107); }
div.DivClassName
{
background-color: #C6176B;
}
.BgClassName
{
background-color: #C6176B;
}
</style>
border-color css
<style>
span { border-color: #C6176B; }
span { border-color: rgb(198,23,107); }
td.TdClassName
{
border-color: #C6176B;
}
.TagClassName
{
border-color: #C6176B;
}
</style>