Shades of Mulberry #C44E8B
Tints of Mulberry #C44E8B
RGB
CMYK
RGB Variations
Color information
#C44E8B (or 0xC44E8B) is known color: Mulberry. HEX triplet: C4, 4E and 8B. RGB value is (196,78,139). Sum of RGB (Red+Green+Blue) = 196+78+139=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44E8B is #3BB174. Grayscale: #787878. Windows color (decimal): -3912053 or 9129668. OLE color: 9129668.
HSL color Cylindrical-coordinate representation of color #C44E8B: hue angle of 328.98º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44E8B is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 139 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.23 |
| HSL | 328.98º | 0.5% | 0.54% | - |
| HSV(B) | 328.98º | 0.6% | 0.77% | - |
| XYZ | 30.15 | 19.05 | 26.51 | - |
| YUV | 120.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 139 | 0 | 0.60 | 0.29 | 0.23 | 328.98 | 0.5 | 0.54 |
| Hex | C4 | 4E | 8B | 0 | 3C | 1D | 17 | 149 | 32 | 36 |
| Octal | 304 | 116 | 213 | 0 | 74 | 35 | 27 | 511 | 62 | 66 |
| Binary | 11000100 | 1001110 | 10001011 | 0 | 111100 | 11101 | 10111 | 101001001 | 110010 | 110110 |
Color Harmonies of #C44E8B
Complementary color
Monochromatic Colors of #C44E8B
Black with #C44E8B
Text Example
Text Example
White with #C44E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E8B; }
p { color: rgb(196,78,139); }
H1.HeaderClassName
{
color: #C44E8B;
}
.AnyTagClassName
{
color: #C44E8B;
}
</style>
background-color css
<style>
a { background-color: #C44E8B; }
a { background-color: rgb(196,78,139); }
div.DivClassName
{
background-color: #C44E8B;
}
.BgClassName
{
background-color: #C44E8B;
}
</style>
border-color css
<style>
span { border-color: #C44E8B; }
span { border-color: rgb(196,78,139); }
td.TdClassName
{
border-color: #C44E8B;
}
.TagClassName
{
border-color: #C44E8B;
}
</style>