Shades of Medium Violet Red #C7087B
Tints of Medium Violet Red #C7087B
RGB
CMYK
RGB Variations
Color information
#C7087B (or 0xC7087B) is known color: Medium Violet Red. HEX triplet: C7, 08 and 7B. RGB value is (199,8,123). Sum of RGB (Red+Green+Blue) = 199+8+123=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7087B is #38F784. Grayscale: #4D4D4D. Windows color (decimal): -3733381 or 8063175. OLE color: 8063175.
HSL color Cylindrical-coordinate representation of color #C7087B: hue angle of 323.87º 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 #C7087B is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 123 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.22 |
| HSL | 323.87º | 0.92% | 0.41% | - |
| HSV(B) | 323.87º | 0.96% | 0.78% | - |
| XYZ | 27.22 | 13.75 | 19.96 | - |
| YUV | 78.22 | 153.28 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 123 | 0 | 0.96 | 0.38 | 0.22 | 323.87 | 0.92 | 0.41 |
| Hex | C7 | 8 | 7B | 0 | 60 | 26 | 16 | 144 | 5C | 29 |
| Octal | 307 | 10 | 173 | 0 | 140 | 46 | 26 | 504 | 134 | 51 |
| Binary | 11000111 | 1000 | 1111011 | 0 | 1100000 | 100110 | 10110 | 101000100 | 1011100 | 101001 |
Color Harmonies of #C7087B
Complementary color
Monochromatic Colors of #C7087B
Black with #C7087B
Text Example
Text Example
White with #C7087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7087B; }
p { color: rgb(199,8,123); }
H1.HeaderClassName
{
color: #C7087B;
}
.AnyTagClassName
{
color: #C7087B;
}
</style>
background-color css
<style>
a { background-color: #C7087B; }
a { background-color: rgb(199,8,123); }
div.DivClassName
{
background-color: #C7087B;
}
.BgClassName
{
background-color: #C7087B;
}
</style>
border-color css
<style>
span { border-color: #C7087B; }
span { border-color: rgb(199,8,123); }
td.TdClassName
{
border-color: #C7087B;
}
.TagClassName
{
border-color: #C7087B;
}
</style>