Shades of Medium Violet Red #C2098E
Tints of Medium Violet Red #C2098E
RGB
CMYK
RGB Variations
Color information
#C2098E (or 0xC2098E) is known color: Medium Violet Red. HEX triplet: C2, 09 and 8E. RGB value is (194,9,142). Sum of RGB (Red+Green+Blue) = 194+9+142=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2098E is #3DF671. Grayscale: #4F4F4F. Windows color (decimal): -4060786 or 9308610. OLE color: 9308610.
HSL color Cylindrical-coordinate representation of color #C2098E: hue angle of 316.86º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2098E is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 142 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.24 |
| HSL | 316.86º | 0.91% | 0.4% | - |
| HSV(B) | 316.86º | 0.95% | 0.76% | - |
| XYZ | 27.23 | 13.62 | 26.78 | - |
| YUV | 79.48 | 163.29 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 142 | 0 | 0.95 | 0.27 | 0.24 | 316.86 | 0.91 | 0.4 |
| Hex | C2 | 9 | 8E | 0 | 5F | 1B | 18 | 13D | 5B | 28 |
| Octal | 302 | 11 | 216 | 0 | 137 | 33 | 30 | 475 | 133 | 50 |
| Binary | 11000010 | 1001 | 10001110 | 0 | 1011111 | 11011 | 11000 | 100111101 | 1011011 | 101000 |
Color Harmonies of #C2098E
Complementary color
Monochromatic Colors of #C2098E
Black with #C2098E
Text Example
Text Example
White with #C2098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2098E; }
p { color: rgb(194,9,142); }
H1.HeaderClassName
{
color: #C2098E;
}
.AnyTagClassName
{
color: #C2098E;
}
</style>
background-color css
<style>
a { background-color: #C2098E; }
a { background-color: rgb(194,9,142); }
div.DivClassName
{
background-color: #C2098E;
}
.BgClassName
{
background-color: #C2098E;
}
</style>
border-color css
<style>
span { border-color: #C2098E; }
span { border-color: rgb(194,9,142); }
td.TdClassName
{
border-color: #C2098E;
}
.TagClassName
{
border-color: #C2098E;
}
</style>