Shades of Mulberry #C44687
Tints of Mulberry #C44687
RGB
CMYK
RGB Variations
Color information
#C44687 (or 0xC44687) is known color: Mulberry. HEX triplet: C4, 46 and 87. RGB value is (196,70,135). Sum of RGB (Red+Green+Blue) = 196+70+135=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C44687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44687 is #3BB978. Grayscale: #727272. Windows color (decimal): -3914105 or 8865476. OLE color: 8865476.
HSL color Cylindrical-coordinate representation of color #C44687: hue angle of 329.05º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44687 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 135 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.23 |
| HSL | 329.05º | 0.52% | 0.52% | - |
| HSV(B) | 329.05º | 0.64% | 0.77% | - |
| XYZ | 29.33 | 17.87 | 24.82 | - |
| YUV | 115.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 135 | 0 | 0.64 | 0.31 | 0.23 | 329.05 | 0.52 | 0.52 |
| Hex | C4 | 46 | 87 | 0 | 40 | 1F | 17 | 149 | 34 | 34 |
| Octal | 304 | 106 | 207 | 0 | 100 | 37 | 27 | 511 | 64 | 64 |
| Binary | 11000100 | 1000110 | 10000111 | 0 | 1000000 | 11111 | 10111 | 101001001 | 110100 | 110100 |
Color Harmonies of #C44687
Complementary color
Monochromatic Colors of #C44687
Black with #C44687
Text Example
Text Example
White with #C44687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44687; }
p { color: rgb(196,70,135); }
H1.HeaderClassName
{
color: #C44687;
}
.AnyTagClassName
{
color: #C44687;
}
</style>
background-color css
<style>
a { background-color: #C44687; }
a { background-color: rgb(196,70,135); }
div.DivClassName
{
background-color: #C44687;
}
.BgClassName
{
background-color: #C44687;
}
</style>
border-color css
<style>
span { border-color: #C44687; }
span { border-color: rgb(196,70,135); }
td.TdClassName
{
border-color: #C44687;
}
.TagClassName
{
border-color: #C44687;
}
</style>