Shades of Medium Violet Red #C1059A
Tints of Medium Violet Red #C1059A
RGB
CMYK
RGB Variations
Color information
#C1059A (or 0xC1059A) is known color: Medium Violet Red. HEX triplet: C1, 05 and 9A. RGB value is (193,5,154). Sum of RGB (Red+Green+Blue) = 193+5+154=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1059A is #3EFA65. Grayscale: #4D4D4D. Windows color (decimal): -4127334 or 10094017. OLE color: 10094017.
HSL color Cylindrical-coordinate representation of color #C1059A: hue angle of 312.45º 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 #C1059A is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 154 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.24 |
| HSL | 312.45º | 0.95% | 0.39% | - |
| HSV(B) | 312.45º | 0.97% | 0.76% | - |
| XYZ | 27.88 | 13.78 | 31.76 | - |
| YUV | 78.2 | 170.78 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 154 | 0 | 0.97 | 0.20 | 0.24 | 312.45 | 0.95 | 0.39 |
| Hex | C1 | 5 | 9A | 0 | 61 | 14 | 18 | 138 | 5F | 27 |
| Octal | 301 | 5 | 232 | 0 | 141 | 24 | 30 | 470 | 137 | 47 |
| Binary | 11000001 | 101 | 10011010 | 0 | 1100001 | 10100 | 11000 | 100111000 | 1011111 | 100111 |
Color Harmonies of #C1059A
Complementary color
Monochromatic Colors of #C1059A
Black with #C1059A
Text Example
Text Example
White with #C1059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1059A; }
p { color: rgb(193,5,154); }
H1.HeaderClassName
{
color: #C1059A;
}
.AnyTagClassName
{
color: #C1059A;
}
</style>
background-color css
<style>
a { background-color: #C1059A; }
a { background-color: rgb(193,5,154); }
div.DivClassName
{
background-color: #C1059A;
}
.BgClassName
{
background-color: #C1059A;
}
</style>
border-color css
<style>
span { border-color: #C1059A; }
span { border-color: rgb(193,5,154); }
td.TdClassName
{
border-color: #C1059A;
}
.TagClassName
{
border-color: #C1059A;
}
</style>