Shades of Medium Violet Red #C1009E
Tints of Medium Violet Red #C1009E
RGB
CMYK
RGB Variations
Color information
#C1009E (or 0xC1009E) is known color: Medium Violet Red. HEX triplet: C1, 00 and 9E. RGB value is (193,0,158). Sum of RGB (Red+Green+Blue) = 193+0+158=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1009E is #3EFF61. Grayscale: #4B4B4B. Windows color (decimal): -4128610 or 10354881. OLE color: 10354881.
HSL color Cylindrical-coordinate representation of color #C1009E: hue angle of 310.88º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1009E is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.18 | 0.24 |
| HSL | 310.88º | 1% | 0.38% | - |
| HSV(B) | 310.88º | 1% | 0.76% | - |
| XYZ | 28.16 | 13.81 | 33.53 | - |
| YUV | 75.72 | 174.44 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 158 | 0 | 1 | 0.18 | 0.24 | 310.88 | 1 | 0.38 |
| Hex | C1 | 0 | 9E | 0 | 64 | 12 | 18 | 137 | 64 | 26 |
| Octal | 301 | 0 | 236 | 0 | 144 | 22 | 30 | 467 | 144 | 46 |
| Binary | 11000001 | 0 | 10011110 | 0 | 1100100 | 10010 | 11000 | 100110111 | 1100100 | 100110 |
Color Harmonies of #C1009E
Complementary color
Monochromatic Colors of #C1009E
Black with #C1009E
Text Example
Text Example
White with #C1009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1009E; }
p { color: rgb(193,0,158); }
H1.HeaderClassName
{
color: #C1009E;
}
.AnyTagClassName
{
color: #C1009E;
}
</style>
background-color css
<style>
a { background-color: #C1009E; }
a { background-color: rgb(193,0,158); }
div.DivClassName
{
background-color: #C1009E;
}
.BgClassName
{
background-color: #C1009E;
}
</style>
border-color css
<style>
span { border-color: #C1009E; }
span { border-color: rgb(193,0,158); }
td.TdClassName
{
border-color: #C1009E;
}
.TagClassName
{
border-color: #C1009E;
}
</style>