Shades of Mulberry #C44C8F
Tints of Mulberry #C44C8F
RGB
CMYK
RGB Variations
Color information
#C44C8F (or 0xC44C8F) is known color: Mulberry. HEX triplet: C4, 4C and 8F. RGB value is (196,76,143). Sum of RGB (Red+Green+Blue) = 196+76+143=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44C8F is #3BB370. Grayscale: #777777. Windows color (decimal): -3912561 or 9391300. OLE color: 9391300.
HSL color Cylindrical-coordinate representation of color #C44C8F: hue angle of 326.5º 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 #C44C8F is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 143 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.23 |
| HSL | 326.5º | 0.5% | 0.53% | - |
| HSV(B) | 326.5º | 0.61% | 0.77% | - |
| XYZ | 30.31 | 18.89 | 28.03 | - |
| YUV | 119.52 | 141.26 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 143 | 0 | 0.61 | 0.27 | 0.23 | 326.5 | 0.5 | 0.53 |
| Hex | C4 | 4C | 8F | 0 | 3D | 1B | 17 | 146 | 32 | 35 |
| Octal | 304 | 114 | 217 | 0 | 75 | 33 | 27 | 506 | 62 | 65 |
| Binary | 11000100 | 1001100 | 10001111 | 0 | 111101 | 11011 | 10111 | 101000110 | 110010 | 110101 |
Color Harmonies of #C44C8F
Complementary color
Monochromatic Colors of #C44C8F
Black with #C44C8F
Text Example
Text Example
White with #C44C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C8F; }
p { color: rgb(196,76,143); }
H1.HeaderClassName
{
color: #C44C8F;
}
.AnyTagClassName
{
color: #C44C8F;
}
</style>
background-color css
<style>
a { background-color: #C44C8F; }
a { background-color: rgb(196,76,143); }
div.DivClassName
{
background-color: #C44C8F;
}
.BgClassName
{
background-color: #C44C8F;
}
</style>
border-color css
<style>
span { border-color: #C44C8F; }
span { border-color: rgb(196,76,143); }
td.TdClassName
{
border-color: #C44C8F;
}
.TagClassName
{
border-color: #C44C8F;
}
</style>