Shades of Mulberry #C4538E
Tints of Mulberry #C4538E
RGB
CMYK
RGB Variations
Color information
#C4538E (or 0xC4538E) is known color: Mulberry. HEX triplet: C4, 53 and 8E. RGB value is (196,83,142). Sum of RGB (Red+Green+Blue) = 196+83+142=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4538E is #3BAC71. Grayscale: #7B7B7B. Windows color (decimal): -3910770 or 9327556. OLE color: 9327556.
HSL color Cylindrical-coordinate representation of color #C4538E: hue angle of 328.67º 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 #C4538E is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 142 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.23 |
| HSL | 328.67º | 0.49% | 0.55% | - |
| HSV(B) | 328.67º | 0.58% | 0.77% | - |
| XYZ | 30.74 | 19.88 | 27.81 | - |
| YUV | 123.51 | 138.44 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 142 | 0 | 0.58 | 0.28 | 0.23 | 328.67 | 0.49 | 0.55 |
| Hex | C4 | 53 | 8E | 0 | 3A | 1C | 17 | 149 | 31 | 37 |
| Octal | 304 | 123 | 216 | 0 | 72 | 34 | 27 | 511 | 61 | 67 |
| Binary | 11000100 | 1010011 | 10001110 | 0 | 111010 | 11100 | 10111 | 101001001 | 110001 | 110111 |
Color Harmonies of #C4538E
Complementary color
Monochromatic Colors of #C4538E
Black with #C4538E
Text Example
Text Example
White with #C4538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4538E; }
p { color: rgb(196,83,142); }
H1.HeaderClassName
{
color: #C4538E;
}
.AnyTagClassName
{
color: #C4538E;
}
</style>
background-color css
<style>
a { background-color: #C4538E; }
a { background-color: rgb(196,83,142); }
div.DivClassName
{
background-color: #C4538E;
}
.BgClassName
{
background-color: #C4538E;
}
</style>
border-color css
<style>
span { border-color: #C4538E; }
span { border-color: rgb(196,83,142); }
td.TdClassName
{
border-color: #C4538E;
}
.TagClassName
{
border-color: #C4538E;
}
</style>