Shades of Mulberry #C44E8F
Tints of Mulberry #C44E8F
RGB
CMYK
RGB Variations
Color information
#C44E8F (or 0xC44E8F) is known color: Mulberry. HEX triplet: C4, 4E and 8F. RGB value is (196,78,143). Sum of RGB (Red+Green+Blue) = 196+78+143=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44E8F is #3BB170. Grayscale: #787878. Windows color (decimal): -3912049 or 9391812. OLE color: 9391812.
HSL color Cylindrical-coordinate representation of color #C44E8F: hue angle of 326.95º 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 #C44E8F is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 143 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.23 |
| HSL | 326.95º | 0.5% | 0.54% | - |
| HSV(B) | 326.95º | 0.6% | 0.77% | - |
| XYZ | 30.45 | 19.17 | 28.08 | - |
| YUV | 120.69 | 140.59 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 143 | 0 | 0.60 | 0.27 | 0.23 | 326.95 | 0.5 | 0.54 |
| Hex | C4 | 4E | 8F | 0 | 3C | 1B | 17 | 147 | 32 | 36 |
| Octal | 304 | 116 | 217 | 0 | 74 | 33 | 27 | 507 | 62 | 66 |
| Binary | 11000100 | 1001110 | 10001111 | 0 | 111100 | 11011 | 10111 | 101000111 | 110010 | 110110 |
Color Harmonies of #C44E8F
Complementary color
Monochromatic Colors of #C44E8F
Black with #C44E8F
Text Example
Text Example
White with #C44E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E8F; }
p { color: rgb(196,78,143); }
H1.HeaderClassName
{
color: #C44E8F;
}
.AnyTagClassName
{
color: #C44E8F;
}
</style>
background-color css
<style>
a { background-color: #C44E8F; }
a { background-color: rgb(196,78,143); }
div.DivClassName
{
background-color: #C44E8F;
}
.BgClassName
{
background-color: #C44E8F;
}
</style>
border-color css
<style>
span { border-color: #C44E8F; }
span { border-color: rgb(196,78,143); }
td.TdClassName
{
border-color: #C44E8F;
}
.TagClassName
{
border-color: #C44E8F;
}
</style>