Shades of Mulberry #C44C94
Tints of Mulberry #C44C94
RGB
CMYK
RGB Variations
Color information
#C44C94 (or 0xC44C94) is known color: Mulberry. HEX triplet: C4, 4C and 94. RGB value is (196,76,148). Sum of RGB (Red+Green+Blue) = 196+76+148=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44C94 is #3BB36B. Grayscale: #777777. Windows color (decimal): -3912556 or 9718980. OLE color: 9718980.
HSL color Cylindrical-coordinate representation of color #C44C94: hue angle of 324º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44C94 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 148 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.23 |
| HSL | 324º | 0.5% | 0.53% | - |
| HSV(B) | 324º | 0.61% | 0.77% | - |
| XYZ | 30.69 | 19.04 | 30.07 | - |
| YUV | 120.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 148 | 0 | 0.61 | 0.24 | 0.23 | 324 | 0.5 | 0.53 |
| Hex | C4 | 4C | 94 | 0 | 3D | 18 | 17 | 144 | 32 | 35 |
| Octal | 304 | 114 | 224 | 0 | 75 | 30 | 27 | 504 | 62 | 65 |
| Binary | 11000100 | 1001100 | 10010100 | 0 | 111101 | 11000 | 10111 | 101000100 | 110010 | 110101 |
Color Harmonies of #C44C94
Complementary color
Monochromatic Colors of #C44C94
Black with #C44C94
Text Example
Text Example
White with #C44C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C94; }
p { color: rgb(196,76,148); }
H1.HeaderClassName
{
color: #C44C94;
}
.AnyTagClassName
{
color: #C44C94;
}
</style>
background-color css
<style>
a { background-color: #C44C94; }
a { background-color: rgb(196,76,148); }
div.DivClassName
{
background-color: #C44C94;
}
.BgClassName
{
background-color: #C44C94;
}
</style>
border-color css
<style>
span { border-color: #C44C94; }
span { border-color: rgb(196,76,148); }
td.TdClassName
{
border-color: #C44C94;
}
.TagClassName
{
border-color: #C44C94;
}
</style>