Shades of Medium Violet Red #C1059E
Tints of Medium Violet Red #C1059E
RGB
CMYK
RGB Variations
Color information
#C1059E (or 0xC1059E) is known color: Medium Violet Red. HEX triplet: C1, 05 and 9E. RGB value is (193,5,158). Sum of RGB (Red+Green+Blue) = 193+5+158=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1059E is #3EFA61. Grayscale: #4E4E4E. Windows color (decimal): -4127330 or 10356161. OLE color: 10356161.
HSL color Cylindrical-coordinate representation of color #C1059E: hue angle of 311.17º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1059E is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 158 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.24 |
| HSL | 311.17º | 0.95% | 0.39% | - |
| HSV(B) | 311.17º | 0.97% | 0.76% | - |
| XYZ | 28.22 | 13.91 | 33.55 | - |
| YUV | 78.65 | 172.78 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 158 | 0 | 0.97 | 0.18 | 0.24 | 311.17 | 0.95 | 0.39 |
| Hex | C1 | 5 | 9E | 0 | 61 | 12 | 18 | 137 | 5F | 27 |
| Octal | 301 | 5 | 236 | 0 | 141 | 22 | 30 | 467 | 137 | 47 |
| Binary | 11000001 | 101 | 10011110 | 0 | 1100001 | 10010 | 11000 | 100110111 | 1011111 | 100111 |
Color Harmonies of #C1059E
Complementary color
Monochromatic Colors of #C1059E
Black with #C1059E
Text Example
Text Example
White with #C1059E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1059E; }
p { color: rgb(193,5,158); }
H1.HeaderClassName
{
color: #C1059E;
}
.AnyTagClassName
{
color: #C1059E;
}
</style>
background-color css
<style>
a { background-color: #C1059E; }
a { background-color: rgb(193,5,158); }
div.DivClassName
{
background-color: #C1059E;
}
.BgClassName
{
background-color: #C1059E;
}
</style>
border-color css
<style>
span { border-color: #C1059E; }
span { border-color: rgb(193,5,158); }
td.TdClassName
{
border-color: #C1059E;
}
.TagClassName
{
border-color: #C1059E;
}
</style>