Shades of Mulberry #C4488E
Tints of Mulberry #C4488E
RGB
CMYK
RGB Variations
Color information
#C4488E (or 0xC4488E) is known color: Mulberry. HEX triplet: C4, 48 and 8E. RGB value is (196,72,142). Sum of RGB (Red+Green+Blue) = 196+72+142=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C4488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4488E is #3BB771. Grayscale: #747474. Windows color (decimal): -3913586 or 9324740. OLE color: 9324740.
HSL color Cylindrical-coordinate representation of color #C4488E: hue angle of 326.13º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4488E is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 142 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.23 |
| HSL | 326.13º | 0.51% | 0.53% | - |
| HSV(B) | 326.13º | 0.63% | 0.77% | - |
| XYZ | 29.96 | 18.32 | 27.55 | - |
| YUV | 117.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 142 | 0 | 0.63 | 0.28 | 0.23 | 326.13 | 0.51 | 0.53 |
| Hex | C4 | 48 | 8E | 0 | 3F | 1C | 17 | 146 | 33 | 35 |
| Octal | 304 | 110 | 216 | 0 | 77 | 34 | 27 | 506 | 63 | 65 |
| Binary | 11000100 | 1001000 | 10001110 | 0 | 111111 | 11100 | 10111 | 101000110 | 110011 | 110101 |
Color Harmonies of #C4488E
Complementary color
Monochromatic Colors of #C4488E
Black with #C4488E
Text Example
Text Example
White with #C4488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4488E; }
p { color: rgb(196,72,142); }
H1.HeaderClassName
{
color: #C4488E;
}
.AnyTagClassName
{
color: #C4488E;
}
</style>
background-color css
<style>
a { background-color: #C4488E; }
a { background-color: rgb(196,72,142); }
div.DivClassName
{
background-color: #C4488E;
}
.BgClassName
{
background-color: #C4488E;
}
</style>
border-color css
<style>
span { border-color: #C4488E; }
span { border-color: rgb(196,72,142); }
td.TdClassName
{
border-color: #C4488E;
}
.TagClassName
{
border-color: #C4488E;
}
</style>