Shades of Medium Violet Red #C7096E
Tints of Medium Violet Red #C7096E
RGB
CMYK
RGB Variations
Color information
#C7096E (or 0xC7096E) is known color: Medium Violet Red. HEX triplet: C7, 09 and 6E. RGB value is (199,9,110). Sum of RGB (Red+Green+Blue) = 199+9+110=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C7096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7096E is #38F691. Grayscale: #4D4D4D. Windows color (decimal): -3733138 or 7211463. OLE color: 7211463.
HSL color Cylindrical-coordinate representation of color #C7096E: hue angle of 328.11º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7096E is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 110 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.22 |
| HSL | 328.11º | 0.91% | 0.41% | - |
| HSV(B) | 328.11º | 0.95% | 0.78% | - |
| XYZ | 26.47 | 13.46 | 15.96 | - |
| YUV | 77.32 | 146.45 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 110 | 0 | 0.95 | 0.45 | 0.22 | 328.11 | 0.91 | 0.41 |
| Hex | C7 | 9 | 6E | 0 | 5F | 2D | 16 | 148 | 5B | 29 |
| Octal | 307 | 11 | 156 | 0 | 137 | 55 | 26 | 510 | 133 | 51 |
| Binary | 11000111 | 1001 | 1101110 | 0 | 1011111 | 101101 | 10110 | 101001000 | 1011011 | 101001 |
Color Harmonies of #C7096E
Complementary color
Monochromatic Colors of #C7096E
Black with #C7096E
Text Example
Text Example
White with #C7096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7096E; }
p { color: rgb(199,9,110); }
H1.HeaderClassName
{
color: #C7096E;
}
.AnyTagClassName
{
color: #C7096E;
}
</style>
background-color css
<style>
a { background-color: #C7096E; }
a { background-color: rgb(199,9,110); }
div.DivClassName
{
background-color: #C7096E;
}
.BgClassName
{
background-color: #C7096E;
}
</style>
border-color css
<style>
span { border-color: #C7096E; }
span { border-color: rgb(199,9,110); }
td.TdClassName
{
border-color: #C7096E;
}
.TagClassName
{
border-color: #C7096E;
}
</style>