Shades of Mulberry #C44EA1
Tints of Mulberry #C44EA1
RGB
CMYK
RGB Variations
Color information
#C44EA1 (or 0xC44EA1) is known color: Mulberry. HEX triplet: C4, 4E and A1. RGB value is (196,78,161). Sum of RGB (Red+Green+Blue) = 196+78+161=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C44EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44EA1 is #3BB15E. Grayscale: #7A7A7A. Windows color (decimal): -3912031 or 10571460. OLE color: 10571460.
HSL color Cylindrical-coordinate representation of color #C44EA1: hue angle of 317.8º 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 #C44EA1 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 161 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.23 |
| HSL | 317.8º | 0.5% | 0.54% | - |
| HSV(B) | 317.8º | 0.6% | 0.77% | - |
| XYZ | 31.92 | 19.76 | 35.85 | - |
| YUV | 122.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 161 | 0 | 0.60 | 0.18 | 0.23 | 317.8 | 0.5 | 0.54 |
| Hex | C4 | 4E | A1 | 0 | 3C | 12 | 17 | 13E | 32 | 36 |
| Octal | 304 | 116 | 241 | 0 | 74 | 22 | 27 | 476 | 62 | 66 |
| Binary | 11000100 | 1001110 | 10100001 | 0 | 111100 | 10010 | 10111 | 100111110 | 110010 | 110110 |
Color Harmonies of #C44EA1
Complementary color
Monochromatic Colors of #C44EA1
Black with #C44EA1
Text Example
Text Example
White with #C44EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44EA1; }
p { color: rgb(196,78,161); }
H1.HeaderClassName
{
color: #C44EA1;
}
.AnyTagClassName
{
color: #C44EA1;
}
</style>
background-color css
<style>
a { background-color: #C44EA1; }
a { background-color: rgb(196,78,161); }
div.DivClassName
{
background-color: #C44EA1;
}
.BgClassName
{
background-color: #C44EA1;
}
</style>
border-color css
<style>
span { border-color: #C44EA1; }
span { border-color: rgb(196,78,161); }
td.TdClassName
{
border-color: #C44EA1;
}
.TagClassName
{
border-color: #C44EA1;
}
</style>