Shades of Mulberry #C4448B
Tints of Mulberry #C4448B
RGB
CMYK
RGB Variations
Color information
#C4448B (or 0xC4448B) is known color: Mulberry. HEX triplet: C4, 44 and 8B. RGB value is (196,68,139). Sum of RGB (Red+Green+Blue) = 196+68+139=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4448B is #3BBB74. Grayscale: #727272. Windows color (decimal): -3914613 or 9127108. OLE color: 9127108.
HSL color Cylindrical-coordinate representation of color #C4448B: hue angle of 326.72º 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 #C4448B is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 139 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.23 |
| HSL | 326.72º | 0.52% | 0.52% | - |
| HSV(B) | 326.72º | 0.65% | 0.77% | - |
| XYZ | 29.49 | 17.73 | 26.29 | - |
| YUV | 114.37 | 141.91 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 139 | 0 | 0.65 | 0.29 | 0.23 | 326.72 | 0.52 | 0.52 |
| Hex | C4 | 44 | 8B | 0 | 41 | 1D | 17 | 147 | 34 | 34 |
| Octal | 304 | 104 | 213 | 0 | 101 | 35 | 27 | 507 | 64 | 64 |
| Binary | 11000100 | 1000100 | 10001011 | 0 | 1000001 | 11101 | 10111 | 101000111 | 110100 | 110100 |
Color Harmonies of #C4448B
Complementary color
Monochromatic Colors of #C4448B
Black with #C4448B
Text Example
Text Example
White with #C4448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4448B; }
p { color: rgb(196,68,139); }
H1.HeaderClassName
{
color: #C4448B;
}
.AnyTagClassName
{
color: #C4448B;
}
</style>
background-color css
<style>
a { background-color: #C4448B; }
a { background-color: rgb(196,68,139); }
div.DivClassName
{
background-color: #C4448B;
}
.BgClassName
{
background-color: #C4448B;
}
</style>
border-color css
<style>
span { border-color: #C4448B; }
span { border-color: rgb(196,68,139); }
td.TdClassName
{
border-color: #C4448B;
}
.TagClassName
{
border-color: #C4448B;
}
</style>