Shades of Medium Violet Red #C7186C
Tints of Medium Violet Red #C7186C
RGB
CMYK
RGB Variations
Color information
#C7186C (or 0xC7186C) is known color: Medium Violet Red. HEX triplet: C7, 18 and 6C. RGB value is (199,24,108). Sum of RGB (Red+Green+Blue) = 199+24+108=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C7186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7186C is #38E793. Grayscale: #555555. Windows color (decimal): -3729300 or 7084231. OLE color: 7084231.
HSL color Cylindrical-coordinate representation of color #C7186C: hue angle of 331.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7186C is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 108 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.22 |
| HSL | 331.2º | 0.78% | 0.44% | - |
| HSV(B) | 331.2º | 0.88% | 0.78% | - |
| XYZ | 26.59 | 13.88 | 15.46 | - |
| YUV | 85.9 | 140.48 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 108 | 0 | 0.88 | 0.46 | 0.22 | 331.2 | 0.78 | 0.44 |
| Hex | C7 | 18 | 6C | 0 | 58 | 2E | 16 | 14B | 4E | 2C |
| Octal | 307 | 30 | 154 | 0 | 130 | 56 | 26 | 513 | 116 | 54 |
| Binary | 11000111 | 11000 | 1101100 | 0 | 1011000 | 101110 | 10110 | 101001011 | 1001110 | 101100 |
Color Harmonies of #C7186C
Complementary color
Monochromatic Colors of #C7186C
Black with #C7186C
Text Example
Text Example
White with #C7186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7186C; }
p { color: rgb(199,24,108); }
H1.HeaderClassName
{
color: #C7186C;
}
.AnyTagClassName
{
color: #C7186C;
}
</style>
background-color css
<style>
a { background-color: #C7186C; }
a { background-color: rgb(199,24,108); }
div.DivClassName
{
background-color: #C7186C;
}
.BgClassName
{
background-color: #C7186C;
}
</style>
border-color css
<style>
span { border-color: #C7186C; }
span { border-color: rgb(199,24,108); }
td.TdClassName
{
border-color: #C7186C;
}
.TagClassName
{
border-color: #C7186C;
}
</style>