Shades of Mulberry #C44C9E
Tints of Mulberry #C44C9E
RGB
CMYK
RGB Variations
Color information
#C44C9E (or 0xC44C9E) is known color: Mulberry. HEX triplet: C4, 4C and 9E. RGB value is (196,76,158). Sum of RGB (Red+Green+Blue) = 196+76+158=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44C9E is #3BB361. Grayscale: #797979. Windows color (decimal): -3912546 or 10374340. OLE color: 10374340.
HSL color Cylindrical-coordinate representation of color #C44C9E: hue angle of 319º 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 #C44C9E is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 158 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.23 |
| HSL | 319º | 0.5% | 0.53% | - |
| HSV(B) | 319º | 0.61% | 0.77% | - |
| XYZ | 31.52 | 19.37 | 34.43 | - |
| YUV | 121.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 158 | 0 | 0.61 | 0.19 | 0.23 | 319 | 0.5 | 0.53 |
| Hex | C4 | 4C | 9E | 0 | 3D | 13 | 17 | 13F | 32 | 35 |
| Octal | 304 | 114 | 236 | 0 | 75 | 23 | 27 | 477 | 62 | 65 |
| Binary | 11000100 | 1001100 | 10011110 | 0 | 111101 | 10011 | 10111 | 100111111 | 110010 | 110101 |
Color Harmonies of #C44C9E
Complementary color
Monochromatic Colors of #C44C9E
Black with #C44C9E
Text Example
Text Example
White with #C44C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C9E; }
p { color: rgb(196,76,158); }
H1.HeaderClassName
{
color: #C44C9E;
}
.AnyTagClassName
{
color: #C44C9E;
}
</style>
background-color css
<style>
a { background-color: #C44C9E; }
a { background-color: rgb(196,76,158); }
div.DivClassName
{
background-color: #C44C9E;
}
.BgClassName
{
background-color: #C44C9E;
}
</style>
border-color css
<style>
span { border-color: #C44C9E; }
span { border-color: rgb(196,76,158); }
td.TdClassName
{
border-color: #C44C9E;
}
.TagClassName
{
border-color: #C44C9E;
}
</style>