Shades of Mulberry #C4428E
Tints of Mulberry #C4428E
RGB
CMYK
RGB Variations
Color information
#C4428E (or 0xC4428E) is known color: Mulberry. HEX triplet: C4, 42 and 8E. RGB value is (196,66,142). Sum of RGB (Red+Green+Blue) = 196+66+142=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4428E is #3BBD71. Grayscale: #717171. Windows color (decimal): -3915122 or 9323204. OLE color: 9323204.
HSL color Cylindrical-coordinate representation of color #C4428E: hue angle of 324.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4428E is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 142 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.23 |
| HSL | 324.92º | 0.52% | 0.51% | - |
| HSV(B) | 324.92º | 0.66% | 0.77% | - |
| XYZ | 29.6 | 17.59 | 27.43 | - |
| YUV | 113.53 | 144.07 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 142 | 0 | 0.66 | 0.28 | 0.23 | 324.92 | 0.52 | 0.51 |
| Hex | C4 | 42 | 8E | 0 | 42 | 1C | 17 | 145 | 34 | 33 |
| Octal | 304 | 102 | 216 | 0 | 102 | 34 | 27 | 505 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10001110 | 0 | 1000010 | 11100 | 10111 | 101000101 | 110100 | 110011 |
Color Harmonies of #C4428E
Complementary color
Monochromatic Colors of #C4428E
Black with #C4428E
Text Example
Text Example
White with #C4428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4428E; }
p { color: rgb(196,66,142); }
H1.HeaderClassName
{
color: #C4428E;
}
.AnyTagClassName
{
color: #C4428E;
}
</style>
background-color css
<style>
a { background-color: #C4428E; }
a { background-color: rgb(196,66,142); }
div.DivClassName
{
background-color: #C4428E;
}
.BgClassName
{
background-color: #C4428E;
}
</style>
border-color css
<style>
span { border-color: #C4428E; }
span { border-color: rgb(196,66,142); }
td.TdClassName
{
border-color: #C4428E;
}
.TagClassName
{
border-color: #C4428E;
}
</style>