Shades of Mulberry #C1589E
Tints of Mulberry #C1589E
RGB
CMYK
RGB Variations
Color information
#C1589E (or 0xC1589E) is known color: Mulberry. HEX triplet: C1, 58 and 9E. RGB value is (193,88,158). Sum of RGB (Red+Green+Blue) = 193+88+158=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C1589E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1589E is #3EA761. Grayscale: #7F7F7F. Windows color (decimal): -4106082 or 10377409. OLE color: 10377409.
HSL color Cylindrical-coordinate representation of color #C1589E: hue angle of 320º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1589E is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 158 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.24 |
| HSL | 320º | 0.46% | 0.55% | - |
| HSV(B) | 320º | 0.54% | 0.76% | - |
| XYZ | 31.65 | 20.79 | 34.69 | - |
| YUV | 127.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 158 | 0 | 0.54 | 0.18 | 0.24 | 320 | 0.46 | 0.55 |
| Hex | C1 | 58 | 9E | 0 | 36 | 12 | 18 | 140 | 2E | 37 |
| Octal | 301 | 130 | 236 | 0 | 66 | 22 | 30 | 500 | 56 | 67 |
| Binary | 11000001 | 1011000 | 10011110 | 0 | 110110 | 10010 | 11000 | 101000000 | 101110 | 110111 |
Color Harmonies of #C1589E
Complementary color
Monochromatic Colors of #C1589E
Black with #C1589E
Text Example
Text Example
White with #C1589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1589E; }
p { color: rgb(193,88,158); }
H1.HeaderClassName
{
color: #C1589E;
}
.AnyTagClassName
{
color: #C1589E;
}
</style>
background-color css
<style>
a { background-color: #C1589E; }
a { background-color: rgb(193,88,158); }
div.DivClassName
{
background-color: #C1589E;
}
.BgClassName
{
background-color: #C1589E;
}
</style>
border-color css
<style>
span { border-color: #C1589E; }
span { border-color: rgb(193,88,158); }
td.TdClassName
{
border-color: #C1589E;
}
.TagClassName
{
border-color: #C1589E;
}
</style>