Shades of Mulberry #C3588B
Tints of Mulberry #C3588B
RGB
CMYK
RGB Variations
Color information
#C3588B (or 0xC3588B) is known color: Mulberry. HEX triplet: C3, 58 and 8B. RGB value is (195,88,139). Sum of RGB (Red+Green+Blue) = 195+88+139=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3588B is #3CA774. Grayscale: #7D7D7D. Windows color (decimal): -3975029 or 9132227. OLE color: 9132227.
HSL color Cylindrical-coordinate representation of color #C3588B: hue angle of 331.4º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3588B is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 139 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.24 |
| HSL | 331.4º | 0.47% | 0.55% | - |
| HSV(B) | 331.4º | 0.55% | 0.76% | - |
| XYZ | 30.66 | 20.45 | 26.76 | - |
| YUV | 125.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 139 | 0 | 0.55 | 0.29 | 0.24 | 331.4 | 0.47 | 0.55 |
| Hex | C3 | 58 | 8B | 0 | 37 | 1D | 18 | 14B | 2F | 37 |
| Octal | 303 | 130 | 213 | 0 | 67 | 35 | 30 | 513 | 57 | 67 |
| Binary | 11000011 | 1011000 | 10001011 | 0 | 110111 | 11101 | 11000 | 101001011 | 101111 | 110111 |
Color Harmonies of #C3588B
Complementary color
Monochromatic Colors of #C3588B
Black with #C3588B
Text Example
Text Example
White with #C3588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3588B; }
p { color: rgb(195,88,139); }
H1.HeaderClassName
{
color: #C3588B;
}
.AnyTagClassName
{
color: #C3588B;
}
</style>
background-color css
<style>
a { background-color: #C3588B; }
a { background-color: rgb(195,88,139); }
div.DivClassName
{
background-color: #C3588B;
}
.BgClassName
{
background-color: #C3588B;
}
</style>
border-color css
<style>
span { border-color: #C3588B; }
span { border-color: rgb(195,88,139); }
td.TdClassName
{
border-color: #C3588B;
}
.TagClassName
{
border-color: #C3588B;
}
</style>