Shades of Mulberry #C4428B
Tints of Mulberry #C4428B
RGB
CMYK
RGB Variations
Color information
#C4428B (or 0xC4428B) is known color: Mulberry. HEX triplet: C4, 42 and 8B. RGB value is (196,66,139). Sum of RGB (Red+Green+Blue) = 196+66+139=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4428B is #3BBD74. Grayscale: #717171. Windows color (decimal): -3915125 or 9126596. OLE color: 9126596.
HSL color Cylindrical-coordinate representation of color #C4428B: hue angle of 326.31º 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 #C4428B is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 139 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.23 |
| HSL | 326.31º | 0.52% | 0.51% | - |
| HSV(B) | 326.31º | 0.66% | 0.77% | - |
| XYZ | 29.37 | 17.5 | 26.26 | - |
| YUV | 113.19 | 142.57 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 139 | 0 | 0.66 | 0.29 | 0.23 | 326.31 | 0.52 | 0.51 |
| Hex | C4 | 42 | 8B | 0 | 42 | 1D | 17 | 146 | 34 | 33 |
| Octal | 304 | 102 | 213 | 0 | 102 | 35 | 27 | 506 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10001011 | 0 | 1000010 | 11101 | 10111 | 101000110 | 110100 | 110011 |
Color Harmonies of #C4428B
Complementary color
Monochromatic Colors of #C4428B
Black with #C4428B
Text Example
Text Example
White with #C4428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4428B; }
p { color: rgb(196,66,139); }
H1.HeaderClassName
{
color: #C4428B;
}
.AnyTagClassName
{
color: #C4428B;
}
</style>
background-color css
<style>
a { background-color: #C4428B; }
a { background-color: rgb(196,66,139); }
div.DivClassName
{
background-color: #C4428B;
}
.BgClassName
{
background-color: #C4428B;
}
</style>
border-color css
<style>
span { border-color: #C4428B; }
span { border-color: rgb(196,66,139); }
td.TdClassName
{
border-color: #C4428B;
}
.TagClassName
{
border-color: #C4428B;
}
</style>