Shades of Mulberry #C4549E
Tints of Mulberry #C4549E
RGB
CMYK
RGB Variations
Color information
#C4549E (or 0xC4549E) is known color: Mulberry. HEX triplet: C4, 54 and 9E. RGB value is (196,84,158). Sum of RGB (Red+Green+Blue) = 196+84+158=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4549E is #3BAB61. Grayscale: #7D7D7D. Windows color (decimal): -3910498 or 10376388. OLE color: 10376388.
HSL color Cylindrical-coordinate representation of color #C4549E: hue angle of 320.36º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4549E is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 158 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.23 |
| HSL | 320.36º | 0.49% | 0.55% | - |
| HSV(B) | 320.36º | 0.57% | 0.77% | - |
| XYZ | 32.11 | 20.55 | 34.62 | - |
| YUV | 125.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 158 | 0 | 0.57 | 0.19 | 0.23 | 320.36 | 0.49 | 0.55 |
| Hex | C4 | 54 | 9E | 0 | 39 | 13 | 17 | 140 | 31 | 37 |
| Octal | 304 | 124 | 236 | 0 | 71 | 23 | 27 | 500 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10011110 | 0 | 111001 | 10011 | 10111 | 101000000 | 110001 | 110111 |
Color Harmonies of #C4549E
Complementary color
Monochromatic Colors of #C4549E
Black with #C4549E
Text Example
Text Example
White with #C4549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4549E; }
p { color: rgb(196,84,158); }
H1.HeaderClassName
{
color: #C4549E;
}
.AnyTagClassName
{
color: #C4549E;
}
</style>
background-color css
<style>
a { background-color: #C4549E; }
a { background-color: rgb(196,84,158); }
div.DivClassName
{
background-color: #C4549E;
}
.BgClassName
{
background-color: #C4549E;
}
</style>
border-color css
<style>
span { border-color: #C4549E; }
span { border-color: rgb(196,84,158); }
td.TdClassName
{
border-color: #C4549E;
}
.TagClassName
{
border-color: #C4549E;
}
</style>