Shades of Medium Violet Red #C7089E
Tints of Medium Violet Red #C7089E
RGB
CMYK
RGB Variations
Color information
#C7089E (or 0xC7089E) is known color: Medium Violet Red. HEX triplet: C7, 08 and 9E. RGB value is (199,8,158). Sum of RGB (Red+Green+Blue) = 199+8+158=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7089E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7089E is #38F761. Grayscale: #515151. Windows color (decimal): -3733346 or 10356935. OLE color: 10356935.
HSL color Cylindrical-coordinate representation of color #C7089E: hue angle of 312.88º 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 #C7089E is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 158 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.22 |
| HSL | 312.88º | 0.92% | 0.41% | - |
| HSV(B) | 312.88º | 0.96% | 0.78% | - |
| XYZ | 29.81 | 14.78 | 33.63 | - |
| YUV | 82.21 | 170.78 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 158 | 0 | 0.96 | 0.21 | 0.22 | 312.88 | 0.92 | 0.41 |
| Hex | C7 | 8 | 9E | 0 | 60 | 15 | 16 | 139 | 5C | 29 |
| Octal | 307 | 10 | 236 | 0 | 140 | 25 | 26 | 471 | 134 | 51 |
| Binary | 11000111 | 1000 | 10011110 | 0 | 1100000 | 10101 | 10110 | 100111001 | 1011100 | 101001 |
Color Harmonies of #C7089E
Complementary color
Monochromatic Colors of #C7089E
Black with #C7089E
Text Example
Text Example
White with #C7089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7089E; }
p { color: rgb(199,8,158); }
H1.HeaderClassName
{
color: #C7089E;
}
.AnyTagClassName
{
color: #C7089E;
}
</style>
background-color css
<style>
a { background-color: #C7089E; }
a { background-color: rgb(199,8,158); }
div.DivClassName
{
background-color: #C7089E;
}
.BgClassName
{
background-color: #C7089E;
}
</style>
border-color css
<style>
span { border-color: #C7089E; }
span { border-color: rgb(199,8,158); }
td.TdClassName
{
border-color: #C7089E;
}
.TagClassName
{
border-color: #C7089E;
}
</style>