Shades of Medium Violet Red #C7086C
Tints of Medium Violet Red #C7086C
RGB
CMYK
RGB Variations
Color information
#C7086C (or 0xC7086C) is known color: Medium Violet Red. HEX triplet: C7, 08 and 6C. RGB value is (199,8,108). Sum of RGB (Red+Green+Blue) = 199+8+108=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7086C is #38F793. Grayscale: #4C4C4C. Windows color (decimal): -3733396 or 7080135. OLE color: 7080135.
HSL color Cylindrical-coordinate representation of color #C7086C: hue angle of 328.59º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7086C is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 108 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.22 |
| HSL | 328.59º | 0.92% | 0.41% | - |
| HSV(B) | 328.59º | 0.96% | 0.78% | - |
| XYZ | 26.35 | 13.4 | 15.38 | - |
| YUV | 76.51 | 145.78 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 108 | 0 | 0.96 | 0.46 | 0.22 | 328.59 | 0.92 | 0.41 |
| Hex | C7 | 8 | 6C | 0 | 60 | 2E | 16 | 149 | 5C | 29 |
| Octal | 307 | 10 | 154 | 0 | 140 | 56 | 26 | 511 | 134 | 51 |
| Binary | 11000111 | 1000 | 1101100 | 0 | 1100000 | 101110 | 10110 | 101001001 | 1011100 | 101001 |
Color Harmonies of #C7086C
Complementary color
Monochromatic Colors of #C7086C
Black with #C7086C
Text Example
Text Example
White with #C7086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7086C; }
p { color: rgb(199,8,108); }
H1.HeaderClassName
{
color: #C7086C;
}
.AnyTagClassName
{
color: #C7086C;
}
</style>
background-color css
<style>
a { background-color: #C7086C; }
a { background-color: rgb(199,8,108); }
div.DivClassName
{
background-color: #C7086C;
}
.BgClassName
{
background-color: #C7086C;
}
</style>
border-color css
<style>
span { border-color: #C7086C; }
span { border-color: rgb(199,8,108); }
td.TdClassName
{
border-color: #C7086C;
}
.TagClassName
{
border-color: #C7086C;
}
</style>