Shades of Mulberry #C4588B
Tints of Mulberry #C4588B
RGB
CMYK
RGB Variations
Color information
#C4588B (or 0xC4588B) is known color: Mulberry. HEX triplet: C4, 58 and 8B. RGB value is (196,88,139). Sum of RGB (Red+Green+Blue) = 196+88+139=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4588B is #3BA774. Grayscale: #7E7E7E. Windows color (decimal): -3909493 or 9132228. OLE color: 9132228.
HSL color Cylindrical-coordinate representation of color #C4588B: hue angle of 331.67º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4588B is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 139 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.23 |
| HSL | 331.67º | 0.48% | 0.56% | - |
| HSV(B) | 331.67º | 0.55% | 0.77% | - |
| XYZ | 30.91 | 20.58 | 26.77 | - |
| YUV | 126.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 139 | 0 | 0.55 | 0.29 | 0.23 | 331.67 | 0.48 | 0.56 |
| Hex | C4 | 58 | 8B | 0 | 37 | 1D | 17 | 14C | 30 | 38 |
| Octal | 304 | 130 | 213 | 0 | 67 | 35 | 27 | 514 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10001011 | 0 | 110111 | 11101 | 10111 | 101001100 | 110000 | 111000 |
Color Harmonies of #C4588B
Complementary color
Monochromatic Colors of #C4588B
Black with #C4588B
Text Example
Text Example
White with #C4588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4588B; }
p { color: rgb(196,88,139); }
H1.HeaderClassName
{
color: #C4588B;
}
.AnyTagClassName
{
color: #C4588B;
}
</style>
background-color css
<style>
a { background-color: #C4588B; }
a { background-color: rgb(196,88,139); }
div.DivClassName
{
background-color: #C4588B;
}
.BgClassName
{
background-color: #C4588B;
}
</style>
border-color css
<style>
span { border-color: #C4588B; }
span { border-color: rgb(196,88,139); }
td.TdClassName
{
border-color: #C4588B;
}
.TagClassName
{
border-color: #C4588B;
}
</style>