Shades of Mulberry #C4438B
Tints of Mulberry #C4438B
RGB
CMYK
RGB Variations
Color information
#C4438B (or 0xC4438B) is known color: Mulberry. HEX triplet: C4, 43 and 8B. RGB value is (196,67,139). Sum of RGB (Red+Green+Blue) = 196+67+139=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4438B is #3BBC74. Grayscale: #717171. Windows color (decimal): -3914869 or 9126852. OLE color: 9126852.
HSL color Cylindrical-coordinate representation of color #C4438B: hue angle of 326.51º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4438B is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 139 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.23 |
| HSL | 326.51º | 0.52% | 0.52% | - |
| HSV(B) | 326.51º | 0.66% | 0.77% | - |
| XYZ | 29.43 | 17.61 | 26.27 | - |
| YUV | 113.78 | 142.24 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 139 | 0 | 0.66 | 0.29 | 0.23 | 326.51 | 0.52 | 0.52 |
| Hex | C4 | 43 | 8B | 0 | 42 | 1D | 17 | 147 | 34 | 34 |
| Octal | 304 | 103 | 213 | 0 | 102 | 35 | 27 | 507 | 64 | 64 |
| Binary | 11000100 | 1000011 | 10001011 | 0 | 1000010 | 11101 | 10111 | 101000111 | 110100 | 110100 |
Color Harmonies of #C4438B
Complementary color
Monochromatic Colors of #C4438B
Black with #C4438B
Text Example
Text Example
White with #C4438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4438B; }
p { color: rgb(196,67,139); }
H1.HeaderClassName
{
color: #C4438B;
}
.AnyTagClassName
{
color: #C4438B;
}
</style>
background-color css
<style>
a { background-color: #C4438B; }
a { background-color: rgb(196,67,139); }
div.DivClassName
{
background-color: #C4438B;
}
.BgClassName
{
background-color: #C4438B;
}
</style>
border-color css
<style>
span { border-color: #C4438B; }
span { border-color: rgb(196,67,139); }
td.TdClassName
{
border-color: #C4438B;
}
.TagClassName
{
border-color: #C4438B;
}
</style>