Shades of Medium Violet Red #C1098E
Tints of Medium Violet Red #C1098E
RGB
CMYK
RGB Variations
Color information
#C1098E (or 0xC1098E) is known color: Medium Violet Red. HEX triplet: C1, 09 and 8E. RGB value is (193,9,142). Sum of RGB (Red+Green+Blue) = 193+9+142=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C1098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1098E is #3EF671. Grayscale: #4E4E4E. Windows color (decimal): -4126322 or 9308609. OLE color: 9308609.
HSL color Cylindrical-coordinate representation of color #C1098E: hue angle of 316.63º 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 #C1098E is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 142 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.24 |
| HSL | 316.63º | 0.91% | 0.4% | - |
| HSV(B) | 316.63º | 0.95% | 0.76% | - |
| XYZ | 26.97 | 13.49 | 26.77 | - |
| YUV | 79.18 | 163.46 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 142 | 0 | 0.95 | 0.26 | 0.24 | 316.63 | 0.91 | 0.4 |
| Hex | C1 | 9 | 8E | 0 | 5F | 1A | 18 | 13D | 5B | 28 |
| Octal | 301 | 11 | 216 | 0 | 137 | 32 | 30 | 475 | 133 | 50 |
| Binary | 11000001 | 1001 | 10001110 | 0 | 1011111 | 11010 | 11000 | 100111101 | 1011011 | 101000 |
Color Harmonies of #C1098E
Complementary color
Monochromatic Colors of #C1098E
Black with #C1098E
Text Example
Text Example
White with #C1098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1098E; }
p { color: rgb(193,9,142); }
H1.HeaderClassName
{
color: #C1098E;
}
.AnyTagClassName
{
color: #C1098E;
}
</style>
background-color css
<style>
a { background-color: #C1098E; }
a { background-color: rgb(193,9,142); }
div.DivClassName
{
background-color: #C1098E;
}
.BgClassName
{
background-color: #C1098E;
}
</style>
border-color css
<style>
span { border-color: #C1098E; }
span { border-color: rgb(193,9,142); }
td.TdClassName
{
border-color: #C1098E;
}
.TagClassName
{
border-color: #C1098E;
}
</style>