Shades of Mulberry #C4509F
Tints of Mulberry #C4509F
RGB
CMYK
RGB Variations
Color information
#C4509F (or 0xC4509F) is known color: Mulberry. HEX triplet: C4, 50 and 9F. RGB value is (196,80,159). Sum of RGB (Red+Green+Blue) = 196+80+159=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4509F is #3BAF60. Grayscale: #7B7B7B. Windows color (decimal): -3911521 or 10440900. OLE color: 10440900.
HSL color Cylindrical-coordinate representation of color #C4509F: hue angle of 319.14º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4509F is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 159 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.23 |
| HSL | 319.14º | 0.5% | 0.54% | - |
| HSV(B) | 319.14º | 0.59% | 0.77% | - |
| XYZ | 31.89 | 19.98 | 34.98 | - |
| YUV | 123.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 159 | 0 | 0.59 | 0.19 | 0.23 | 319.14 | 0.5 | 0.54 |
| Hex | C4 | 50 | 9F | 0 | 3B | 13 | 17 | 13F | 32 | 36 |
| Octal | 304 | 120 | 237 | 0 | 73 | 23 | 27 | 477 | 62 | 66 |
| Binary | 11000100 | 1010000 | 10011111 | 0 | 111011 | 10011 | 10111 | 100111111 | 110010 | 110110 |
Color Harmonies of #C4509F
Complementary color
Monochromatic Colors of #C4509F
Black with #C4509F
Text Example
Text Example
White with #C4509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4509F; }
p { color: rgb(196,80,159); }
H1.HeaderClassName
{
color: #C4509F;
}
.AnyTagClassName
{
color: #C4509F;
}
</style>
background-color css
<style>
a { background-color: #C4509F; }
a { background-color: rgb(196,80,159); }
div.DivClassName
{
background-color: #C4509F;
}
.BgClassName
{
background-color: #C4509F;
}
</style>
border-color css
<style>
span { border-color: #C4509F; }
span { border-color: rgb(196,80,159); }
td.TdClassName
{
border-color: #C4509F;
}
.TagClassName
{
border-color: #C4509F;
}
</style>