Shades of Mulberry #C4539B
Tints of Mulberry #C4539B
RGB
CMYK
RGB Variations
Color information
#C4539B (or 0xC4539B) is known color: Mulberry. HEX triplet: C4, 53 and 9B. RGB value is (196,83,155). Sum of RGB (Red+Green+Blue) = 196+83+155=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4539B is #3BAC64. Grayscale: #7C7C7C. Windows color (decimal): -3910757 or 10179524. OLE color: 10179524.
HSL color Cylindrical-coordinate representation of color #C4539B: hue angle of 321.77º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4539B is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 155 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.23 |
| HSL | 321.77º | 0.49% | 0.55% | - |
| HSV(B) | 321.77º | 0.58% | 0.77% | - |
| XYZ | 31.77 | 20.29 | 33.25 | - |
| YUV | 125 | 144.94 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 155 | 0 | 0.58 | 0.21 | 0.23 | 321.77 | 0.49 | 0.55 |
| Hex | C4 | 53 | 9B | 0 | 3A | 15 | 17 | 142 | 31 | 37 |
| Octal | 304 | 123 | 233 | 0 | 72 | 25 | 27 | 502 | 61 | 67 |
| Binary | 11000100 | 1010011 | 10011011 | 0 | 111010 | 10101 | 10111 | 101000010 | 110001 | 110111 |
Color Harmonies of #C4539B
Complementary color
Monochromatic Colors of #C4539B
Black with #C4539B
Text Example
Text Example
White with #C4539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4539B; }
p { color: rgb(196,83,155); }
H1.HeaderClassName
{
color: #C4539B;
}
.AnyTagClassName
{
color: #C4539B;
}
</style>
background-color css
<style>
a { background-color: #C4539B; }
a { background-color: rgb(196,83,155); }
div.DivClassName
{
background-color: #C4539B;
}
.BgClassName
{
background-color: #C4539B;
}
</style>
border-color css
<style>
span { border-color: #C4539B; }
span { border-color: rgb(196,83,155); }
td.TdClassName
{
border-color: #C4539B;
}
.TagClassName
{
border-color: #C4539B;
}
</style>