Shades of Mulberry #C44394
Tints of Mulberry #C44394
RGB
CMYK
RGB Variations
Color information
#C44394 (or 0xC44394) is known color: Mulberry. HEX triplet: C4, 43 and 94. RGB value is (196,67,148). Sum of RGB (Red+Green+Blue) = 196+67+148=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C44394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44394 is #3BBC6B. Grayscale: #727272. Windows color (decimal): -3914860 or 9716676. OLE color: 9716676.
HSL color Cylindrical-coordinate representation of color #C44394: hue angle of 322.33º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44394 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 148 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.23 |
| HSL | 322.33º | 0.52% | 0.52% | - |
| HSV(B) | 322.33º | 0.66% | 0.77% | - |
| XYZ | 30.12 | 17.89 | 29.88 | - |
| YUV | 114.81 | 146.74 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 148 | 0 | 0.66 | 0.24 | 0.23 | 322.33 | 0.52 | 0.52 |
| Hex | C4 | 43 | 94 | 0 | 42 | 18 | 17 | 142 | 34 | 34 |
| Octal | 304 | 103 | 224 | 0 | 102 | 30 | 27 | 502 | 64 | 64 |
| Binary | 11000100 | 1000011 | 10010100 | 0 | 1000010 | 11000 | 10111 | 101000010 | 110100 | 110100 |
Color Harmonies of #C44394
Complementary color
Monochromatic Colors of #C44394
Black with #C44394
Text Example
Text Example
White with #C44394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44394; }
p { color: rgb(196,67,148); }
H1.HeaderClassName
{
color: #C44394;
}
.AnyTagClassName
{
color: #C44394;
}
</style>
background-color css
<style>
a { background-color: #C44394; }
a { background-color: rgb(196,67,148); }
div.DivClassName
{
background-color: #C44394;
}
.BgClassName
{
background-color: #C44394;
}
</style>
border-color css
<style>
span { border-color: #C44394; }
span { border-color: rgb(196,67,148); }
td.TdClassName
{
border-color: #C44394;
}
.TagClassName
{
border-color: #C44394;
}
</style>