Shades of Medium Violet Red #C7186B
Tints of Medium Violet Red #C7186B
RGB
CMYK
RGB Variations
Color information
#C7186B (or 0xC7186B) is known color: Medium Violet Red. HEX triplet: C7, 18 and 6B. RGB value is (199,24,107). Sum of RGB (Red+Green+Blue) = 199+24+107=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7186B is #38E794. Grayscale: #555555. Windows color (decimal): -3729301 or 7018695. OLE color: 7018695.
HSL color Cylindrical-coordinate representation of color #C7186B: hue angle of 331.54º 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 #C7186B is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 107 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.22 |
| HSL | 331.54º | 0.78% | 0.44% | - |
| HSV(B) | 331.54º | 0.88% | 0.78% | - |
| XYZ | 26.53 | 13.86 | 15.19 | - |
| YUV | 85.79 | 139.98 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 107 | 0 | 0.88 | 0.46 | 0.22 | 331.54 | 0.78 | 0.44 |
| Hex | C7 | 18 | 6B | 0 | 58 | 2E | 16 | 14C | 4E | 2C |
| Octal | 307 | 30 | 153 | 0 | 130 | 56 | 26 | 514 | 116 | 54 |
| Binary | 11000111 | 11000 | 1101011 | 0 | 1011000 | 101110 | 10110 | 101001100 | 1001110 | 101100 |
Color Harmonies of #C7186B
Complementary color
Monochromatic Colors of #C7186B
Black with #C7186B
Text Example
Text Example
White with #C7186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7186B; }
p { color: rgb(199,24,107); }
H1.HeaderClassName
{
color: #C7186B;
}
.AnyTagClassName
{
color: #C7186B;
}
</style>
background-color css
<style>
a { background-color: #C7186B; }
a { background-color: rgb(199,24,107); }
div.DivClassName
{
background-color: #C7186B;
}
.BgClassName
{
background-color: #C7186B;
}
</style>
border-color css
<style>
span { border-color: #C7186B; }
span { border-color: rgb(199,24,107); }
td.TdClassName
{
border-color: #C7186B;
}
.TagClassName
{
border-color: #C7186B;
}
</style>