Shades of Medium Violet Red #C7098E
Tints of Medium Violet Red #C7098E
RGB
CMYK
RGB Variations
Color information
#C7098E (or 0xC7098E) is known color: Medium Violet Red. HEX triplet: C7, 09 and 8E. RGB value is (199,9,142). Sum of RGB (Red+Green+Blue) = 199+9+142=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C7098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7098E is #38F671. Grayscale: #505050. Windows color (decimal): -3733106 or 9308615. OLE color: 9308615.
HSL color Cylindrical-coordinate representation of color #C7098E: hue angle of 318º 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 #C7098E is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 142 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.22 |
| HSL | 318º | 0.91% | 0.41% | - |
| HSV(B) | 318º | 0.95% | 0.78% | - |
| XYZ | 28.53 | 14.29 | 26.85 | - |
| YUV | 80.97 | 162.45 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 142 | 0 | 0.95 | 0.29 | 0.22 | 318 | 0.91 | 0.41 |
| Hex | C7 | 9 | 8E | 0 | 5F | 1D | 16 | 13E | 5B | 29 |
| Octal | 307 | 11 | 216 | 0 | 137 | 35 | 26 | 476 | 133 | 51 |
| Binary | 11000111 | 1001 | 10001110 | 0 | 1011111 | 11101 | 10110 | 100111110 | 1011011 | 101001 |
Color Harmonies of #C7098E
Complementary color
Monochromatic Colors of #C7098E
Black with #C7098E
Text Example
Text Example
White with #C7098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7098E; }
p { color: rgb(199,9,142); }
H1.HeaderClassName
{
color: #C7098E;
}
.AnyTagClassName
{
color: #C7098E;
}
</style>
background-color css
<style>
a { background-color: #C7098E; }
a { background-color: rgb(199,9,142); }
div.DivClassName
{
background-color: #C7098E;
}
.BgClassName
{
background-color: #C7098E;
}
</style>
border-color css
<style>
span { border-color: #C7098E; }
span { border-color: rgb(199,9,142); }
td.TdClassName
{
border-color: #C7098E;
}
.TagClassName
{
border-color: #C7098E;
}
</style>