Shades of Medium Violet Red #C7087E
Tints of Medium Violet Red #C7087E
RGB
CMYK
RGB Variations
Color information
#C7087E (or 0xC7087E) is known color: Medium Violet Red. HEX triplet: C7, 08 and 7E. RGB value is (199,8,126). Sum of RGB (Red+Green+Blue) = 199+8+126=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C7087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7087E is #38F781. Grayscale: #4E4E4E. Windows color (decimal): -3733378 or 8259783. OLE color: 8259783.
HSL color Cylindrical-coordinate representation of color #C7087E: hue angle of 322.93º 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 #C7087E is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 126 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.22 |
| HSL | 322.93º | 0.92% | 0.41% | - |
| HSV(B) | 322.93º | 0.96% | 0.78% | - |
| XYZ | 27.41 | 13.82 | 20.96 | - |
| YUV | 78.56 | 154.78 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 126 | 0 | 0.96 | 0.37 | 0.22 | 322.93 | 0.92 | 0.41 |
| Hex | C7 | 8 | 7E | 0 | 60 | 25 | 16 | 143 | 5C | 29 |
| Octal | 307 | 10 | 176 | 0 | 140 | 45 | 26 | 503 | 134 | 51 |
| Binary | 11000111 | 1000 | 1111110 | 0 | 1100000 | 100101 | 10110 | 101000011 | 1011100 | 101001 |
Color Harmonies of #C7087E
Complementary color
Monochromatic Colors of #C7087E
Black with #C7087E
Text Example
Text Example
White with #C7087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7087E; }
p { color: rgb(199,8,126); }
H1.HeaderClassName
{
color: #C7087E;
}
.AnyTagClassName
{
color: #C7087E;
}
</style>
background-color css
<style>
a { background-color: #C7087E; }
a { background-color: rgb(199,8,126); }
div.DivClassName
{
background-color: #C7087E;
}
.BgClassName
{
background-color: #C7087E;
}
</style>
border-color css
<style>
span { border-color: #C7087E; }
span { border-color: rgb(199,8,126); }
td.TdClassName
{
border-color: #C7087E;
}
.TagClassName
{
border-color: #C7087E;
}
</style>