Shades of Mulberry #C4447C
Tints of Mulberry #C4447C
RGB
CMYK
RGB Variations
Color information
#C4447C (or 0xC4447C) is known color: Mulberry. HEX triplet: C4, 44 and 7C. RGB value is (196,68,124). Sum of RGB (Red+Green+Blue) = 196+68+124=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4447C is #3BBB83. Grayscale: #707070. Windows color (decimal): -3914628 or 8144068. OLE color: 8144068.
HSL color Cylindrical-coordinate representation of color #C4447C: hue angle of 333.75º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4447C is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 124 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.23 |
| HSL | 333.75º | 0.52% | 0.52% | - |
| HSV(B) | 333.75º | 0.65% | 0.77% | - |
| XYZ | 28.47 | 17.33 | 20.91 | - |
| YUV | 112.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 124 | 0 | 0.65 | 0.37 | 0.23 | 333.75 | 0.52 | 0.52 |
| Hex | C4 | 44 | 7C | 0 | 41 | 25 | 17 | 14E | 34 | 34 |
| Octal | 304 | 104 | 174 | 0 | 101 | 45 | 27 | 516 | 64 | 64 |
| Binary | 11000100 | 1000100 | 1111100 | 0 | 1000001 | 100101 | 10111 | 101001110 | 110100 | 110100 |
Color Harmonies of #C4447C
Complementary color
Monochromatic Colors of #C4447C
Black with #C4447C
Text Example
Text Example
White with #C4447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4447C; }
p { color: rgb(196,68,124); }
H1.HeaderClassName
{
color: #C4447C;
}
.AnyTagClassName
{
color: #C4447C;
}
</style>
background-color css
<style>
a { background-color: #C4447C; }
a { background-color: rgb(196,68,124); }
div.DivClassName
{
background-color: #C4447C;
}
.BgClassName
{
background-color: #C4447C;
}
</style>
border-color css
<style>
span { border-color: #C4447C; }
span { border-color: rgb(196,68,124); }
td.TdClassName
{
border-color: #C4447C;
}
.TagClassName
{
border-color: #C4447C;
}
</style>