Shades of Medium Violet Red #C7096C
Tints of Medium Violet Red #C7096C
RGB
CMYK
RGB Variations
Color information
#C7096C (or 0xC7096C) is known color: Medium Violet Red. HEX triplet: C7, 09 and 6C. RGB value is (199,9,108). Sum of RGB (Red+Green+Blue) = 199+9+108=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C7096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7096C is #38F693. Grayscale: #4C4C4C. Windows color (decimal): -3733140 or 7080391. OLE color: 7080391.
HSL color Cylindrical-coordinate representation of color #C7096C: hue angle of 328.74º 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 #C7096C is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 108 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.22 |
| HSL | 328.74º | 0.91% | 0.41% | - |
| HSV(B) | 328.74º | 0.95% | 0.78% | - |
| XYZ | 26.36 | 13.42 | 15.39 | - |
| YUV | 77.1 | 145.45 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 108 | 0 | 0.95 | 0.46 | 0.22 | 328.74 | 0.91 | 0.41 |
| Hex | C7 | 9 | 6C | 0 | 5F | 2E | 16 | 149 | 5B | 29 |
| Octal | 307 | 11 | 154 | 0 | 137 | 56 | 26 | 511 | 133 | 51 |
| Binary | 11000111 | 1001 | 1101100 | 0 | 1011111 | 101110 | 10110 | 101001001 | 1011011 | 101001 |
Color Harmonies of #C7096C
Complementary color
Monochromatic Colors of #C7096C
Black with #C7096C
Text Example
Text Example
White with #C7096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7096C; }
p { color: rgb(199,9,108); }
H1.HeaderClassName
{
color: #C7096C;
}
.AnyTagClassName
{
color: #C7096C;
}
</style>
background-color css
<style>
a { background-color: #C7096C; }
a { background-color: rgb(199,9,108); }
div.DivClassName
{
background-color: #C7096C;
}
.BgClassName
{
background-color: #C7096C;
}
</style>
border-color css
<style>
span { border-color: #C7096C; }
span { border-color: rgb(199,9,108); }
td.TdClassName
{
border-color: #C7096C;
}
.TagClassName
{
border-color: #C7096C;
}
</style>