Shades of Mulberry #C45E9E
Tints of Mulberry #C45E9E
RGB
CMYK
RGB Variations
Color information
#C45E9E (or 0xC45E9E) is known color: Mulberry. HEX triplet: C4, 5E and 9E. RGB value is (196,94,158). Sum of RGB (Red+Green+Blue) = 196+94+158=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45E9E is #3BA161. Grayscale: #838383. Windows color (decimal): -3907938 or 10378948. OLE color: 10378948.
HSL color Cylindrical-coordinate representation of color #C45E9E: hue angle of 322.35º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45E9E is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 94 | 158 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.23 |
| HSL | 322.35º | 0.46% | 0.57% | - |
| HSV(B) | 322.35º | 0.52% | 0.77% | - |
| XYZ | 32.94 | 22.21 | 34.9 | - |
| YUV | 131.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 158 | 0 | 0.52 | 0.19 | 0.23 | 322.35 | 0.46 | 0.57 |
| Hex | C4 | 5E | 9E | 0 | 34 | 13 | 17 | 142 | 2E | 39 |
| Octal | 304 | 136 | 236 | 0 | 64 | 23 | 27 | 502 | 56 | 71 |
| Binary | 11000100 | 1011110 | 10011110 | 0 | 110100 | 10011 | 10111 | 101000010 | 101110 | 111001 |
Color Harmonies of #C45E9E
Complementary color
Monochromatic Colors of #C45E9E
Black with #C45E9E
Text Example
Text Example
White with #C45E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45E9E; }
p { color: rgb(196,94,158); }
H1.HeaderClassName
{
color: #C45E9E;
}
.AnyTagClassName
{
color: #C45E9E;
}
</style>
background-color css
<style>
a { background-color: #C45E9E; }
a { background-color: rgb(196,94,158); }
div.DivClassName
{
background-color: #C45E9E;
}
.BgClassName
{
background-color: #C45E9E;
}
</style>
border-color css
<style>
span { border-color: #C45E9E; }
span { border-color: rgb(196,94,158); }
td.TdClassName
{
border-color: #C45E9E;
}
.TagClassName
{
border-color: #C45E9E;
}
</style>