Shades of Medium Violet Red #C1058B
Tints of Medium Violet Red #C1058B
RGB
CMYK
RGB Variations
Color information
#C1058B (or 0xC1058B) is known color: Medium Violet Red. HEX triplet: C1, 05 and 8B. RGB value is (193,5,139). Sum of RGB (Red+Green+Blue) = 193+5+139=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1058B is #3EFA74. Grayscale: #4C4C4C. Windows color (decimal): -4127349 or 9110977. OLE color: 9110977.
HSL color Cylindrical-coordinate representation of color #C1058B: hue angle of 317.23º 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 #C1058B is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 139 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.24 |
| HSL | 317.23º | 0.95% | 0.39% | - |
| HSV(B) | 317.23º | 0.97% | 0.76% | - |
| XYZ | 26.71 | 13.31 | 25.59 | - |
| YUV | 76.49 | 163.28 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 139 | 0 | 0.97 | 0.28 | 0.24 | 317.23 | 0.95 | 0.39 |
| Hex | C1 | 5 | 8B | 0 | 61 | 1C | 18 | 13D | 5F | 27 |
| Octal | 301 | 5 | 213 | 0 | 141 | 34 | 30 | 475 | 137 | 47 |
| Binary | 11000001 | 101 | 10001011 | 0 | 1100001 | 11100 | 11000 | 100111101 | 1011111 | 100111 |
Color Harmonies of #C1058B
Complementary color
Monochromatic Colors of #C1058B
Black with #C1058B
Text Example
Text Example
White with #C1058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1058B; }
p { color: rgb(193,5,139); }
H1.HeaderClassName
{
color: #C1058B;
}
.AnyTagClassName
{
color: #C1058B;
}
</style>
background-color css
<style>
a { background-color: #C1058B; }
a { background-color: rgb(193,5,139); }
div.DivClassName
{
background-color: #C1058B;
}
.BgClassName
{
background-color: #C1058B;
}
</style>
border-color css
<style>
span { border-color: #C1058B; }
span { border-color: rgb(193,5,139); }
td.TdClassName
{
border-color: #C1058B;
}
.TagClassName
{
border-color: #C1058B;
}
</style>