Shades of Medium Violet Red #C1008E
Tints of Medium Violet Red #C1008E
RGB
CMYK
RGB Variations
Color information
#C1008E (or 0xC1008E) is known color: Medium Violet Red. HEX triplet: C1, 00 and 8E. RGB value is (193,0,142). Sum of RGB (Red+Green+Blue) = 193+0+142=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1008E is #3EFF71. Grayscale: #494949. Windows color (decimal): -4128626 or 9306305. OLE color: 9306305.
HSL color Cylindrical-coordinate representation of color #C1008E: hue angle of 315.85º 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 #C1008E is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.26 | 0.24 |
| HSL | 315.85º | 1% | 0.38% | - |
| HSV(B) | 315.85º | 1% | 0.76% | - |
| XYZ | 26.87 | 13.29 | 26.74 | - |
| YUV | 73.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 142 | 0 | 1 | 0.26 | 0.24 | 315.85 | 1 | 0.38 |
| Hex | C1 | 0 | 8E | 0 | 64 | 1A | 18 | 13C | 64 | 26 |
| Octal | 301 | 0 | 216 | 0 | 144 | 32 | 30 | 474 | 144 | 46 |
| Binary | 11000001 | 0 | 10001110 | 0 | 1100100 | 11010 | 11000 | 100111100 | 1100100 | 100110 |
Color Harmonies of #C1008E
Complementary color
Monochromatic Colors of #C1008E
Black with #C1008E
Text Example
Text Example
White with #C1008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1008E; }
p { color: rgb(193,0,142); }
H1.HeaderClassName
{
color: #C1008E;
}
.AnyTagClassName
{
color: #C1008E;
}
</style>
background-color css
<style>
a { background-color: #C1008E; }
a { background-color: rgb(193,0,142); }
div.DivClassName
{
background-color: #C1008E;
}
.BgClassName
{
background-color: #C1008E;
}
</style>
border-color css
<style>
span { border-color: #C1008E; }
span { border-color: rgb(193,0,142); }
td.TdClassName
{
border-color: #C1008E;
}
.TagClassName
{
border-color: #C1008E;
}
</style>