Shades of Mulberry #C4438C
Tints of Mulberry #C4438C
RGB
CMYK
RGB Variations
Color information
#C4438C (or 0xC4438C) is known color: Mulberry. HEX triplet: C4, 43 and 8C. RGB value is (196,67,140). Sum of RGB (Red+Green+Blue) = 196+67+140=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4438C is #3BBC73. Grayscale: #717171. Windows color (decimal): -3914868 or 9192388. OLE color: 9192388.
HSL color Cylindrical-coordinate representation of color #C4438C: hue angle of 326.05º 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 #C4438C is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 140 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.23 |
| HSL | 326.05º | 0.52% | 0.52% | - |
| HSV(B) | 326.05º | 0.66% | 0.77% | - |
| XYZ | 29.51 | 17.64 | 26.66 | - |
| YUV | 113.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 140 | 0 | 0.66 | 0.29 | 0.23 | 326.05 | 0.52 | 0.52 |
| Hex | C4 | 43 | 8C | 0 | 42 | 1D | 17 | 146 | 34 | 34 |
| Octal | 304 | 103 | 214 | 0 | 102 | 35 | 27 | 506 | 64 | 64 |
| Binary | 11000100 | 1000011 | 10001100 | 0 | 1000010 | 11101 | 10111 | 101000110 | 110100 | 110100 |
Color Harmonies of #C4438C
Complementary color
Monochromatic Colors of #C4438C
Black with #C4438C
Text Example
Text Example
White with #C4438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4438C; }
p { color: rgb(196,67,140); }
H1.HeaderClassName
{
color: #C4438C;
}
.AnyTagClassName
{
color: #C4438C;
}
</style>
background-color css
<style>
a { background-color: #C4438C; }
a { background-color: rgb(196,67,140); }
div.DivClassName
{
background-color: #C4438C;
}
.BgClassName
{
background-color: #C4438C;
}
</style>
border-color css
<style>
span { border-color: #C4438C; }
span { border-color: rgb(196,67,140); }
td.TdClassName
{
border-color: #C4438C;
}
.TagClassName
{
border-color: #C4438C;
}
</style>