Shades of Mulberry #C3588A
Tints of Mulberry #C3588A
RGB
CMYK
RGB Variations
Color information
#C3588A (or 0xC3588A) is known color: Mulberry. HEX triplet: C3, 58 and 8A. RGB value is (195,88,138). Sum of RGB (Red+Green+Blue) = 195+88+138=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3588A is #3CA775. Grayscale: #7D7D7D. Windows color (decimal): -3975030 or 9066691. OLE color: 9066691.
HSL color Cylindrical-coordinate representation of color #C3588A: hue angle of 331.96º 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 #C3588A is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 138 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.24 |
| HSL | 331.96º | 0.47% | 0.55% | - |
| HSV(B) | 331.96º | 0.55% | 0.76% | - |
| XYZ | 30.58 | 20.42 | 26.37 | - |
| YUV | 125.69 | 134.95 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 138 | 0 | 0.55 | 0.29 | 0.24 | 331.96 | 0.47 | 0.55 |
| Hex | C3 | 58 | 8A | 0 | 37 | 1D | 18 | 14C | 2F | 37 |
| Octal | 303 | 130 | 212 | 0 | 67 | 35 | 30 | 514 | 57 | 67 |
| Binary | 11000011 | 1011000 | 10001010 | 0 | 110111 | 11101 | 11000 | 101001100 | 101111 | 110111 |
Color Harmonies of #C3588A
Complementary color
Monochromatic Colors of #C3588A
Black with #C3588A
Text Example
Text Example
White with #C3588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3588A; }
p { color: rgb(195,88,138); }
H1.HeaderClassName
{
color: #C3588A;
}
.AnyTagClassName
{
color: #C3588A;
}
</style>
background-color css
<style>
a { background-color: #C3588A; }
a { background-color: rgb(195,88,138); }
div.DivClassName
{
background-color: #C3588A;
}
.BgClassName
{
background-color: #C3588A;
}
</style>
border-color css
<style>
span { border-color: #C3588A; }
span { border-color: rgb(195,88,138); }
td.TdClassName
{
border-color: #C3588A;
}
.TagClassName
{
border-color: #C3588A;
}
</style>