Shades of Medium Violet Red #C1058E
Tints of Medium Violet Red #C1058E
RGB
CMYK
RGB Variations
Color information
#C1058E (or 0xC1058E) is known color: Medium Violet Red. HEX triplet: C1, 05 and 8E. RGB value is (193,5,142). Sum of RGB (Red+Green+Blue) = 193+5+142=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1058E is #3EFA71. Grayscale: #4C4C4C. Windows color (decimal): -4127346 or 9307585. OLE color: 9307585.
HSL color Cylindrical-coordinate representation of color #C1058E: hue angle of 316.28º 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 #C1058E is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 142 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.24 |
| HSL | 316.28º | 0.95% | 0.39% | - |
| HSV(B) | 316.28º | 0.97% | 0.76% | - |
| XYZ | 26.93 | 13.4 | 26.76 | - |
| YUV | 76.83 | 164.78 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 142 | 0 | 0.97 | 0.26 | 0.24 | 316.28 | 0.95 | 0.39 |
| Hex | C1 | 5 | 8E | 0 | 61 | 1A | 18 | 13C | 5F | 27 |
| Octal | 301 | 5 | 216 | 0 | 141 | 32 | 30 | 474 | 137 | 47 |
| Binary | 11000001 | 101 | 10001110 | 0 | 1100001 | 11010 | 11000 | 100111100 | 1011111 | 100111 |
Color Harmonies of #C1058E
Complementary color
Monochromatic Colors of #C1058E
Black with #C1058E
Text Example
Text Example
White with #C1058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1058E; }
p { color: rgb(193,5,142); }
H1.HeaderClassName
{
color: #C1058E;
}
.AnyTagClassName
{
color: #C1058E;
}
</style>
background-color css
<style>
a { background-color: #C1058E; }
a { background-color: rgb(193,5,142); }
div.DivClassName
{
background-color: #C1058E;
}
.BgClassName
{
background-color: #C1058E;
}
</style>
border-color css
<style>
span { border-color: #C1058E; }
span { border-color: rgb(193,5,142); }
td.TdClassName
{
border-color: #C1058E;
}
.TagClassName
{
border-color: #C1058E;
}
</style>