Shades of Mulberry #C44F93
Tints of Mulberry #C44F93
RGB
CMYK
RGB Variations
Color information
#C44F93 (or 0xC44F93) is known color: Mulberry. HEX triplet: C4, 4F and 93. RGB value is (196,79,147). Sum of RGB (Red+Green+Blue) = 196+79+147=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44F93 is #3BB06C. Grayscale: #797979. Windows color (decimal): -3911789 or 9654212. OLE color: 9654212.
HSL color Cylindrical-coordinate representation of color #C44F93: hue angle of 325.13º 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 #C44F93 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 147 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.23 |
| HSL | 325.13º | 0.5% | 0.54% | - |
| HSV(B) | 325.13º | 0.6% | 0.77% | - |
| XYZ | 30.83 | 19.43 | 29.73 | - |
| YUV | 121.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 147 | 0 | 0.60 | 0.25 | 0.23 | 325.13 | 0.5 | 0.54 |
| Hex | C4 | 4F | 93 | 0 | 3C | 19 | 17 | 145 | 32 | 36 |
| Octal | 304 | 117 | 223 | 0 | 74 | 31 | 27 | 505 | 62 | 66 |
| Binary | 11000100 | 1001111 | 10010011 | 0 | 111100 | 11001 | 10111 | 101000101 | 110010 | 110110 |
Color Harmonies of #C44F93
Complementary color
Monochromatic Colors of #C44F93
Black with #C44F93
Text Example
Text Example
White with #C44F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F93; }
p { color: rgb(196,79,147); }
H1.HeaderClassName
{
color: #C44F93;
}
.AnyTagClassName
{
color: #C44F93;
}
</style>
background-color css
<style>
a { background-color: #C44F93; }
a { background-color: rgb(196,79,147); }
div.DivClassName
{
background-color: #C44F93;
}
.BgClassName
{
background-color: #C44F93;
}
</style>
border-color css
<style>
span { border-color: #C44F93; }
span { border-color: rgb(196,79,147); }
td.TdClassName
{
border-color: #C44F93;
}
.TagClassName
{
border-color: #C44F93;
}
</style>