Shades of Mulberry #C4409F
Tints of Mulberry #C4409F
RGB
CMYK
RGB Variations
Color information
#C4409F (or 0xC4409F) is known color: Mulberry. HEX triplet: C4, 40 and 9F. RGB value is (196,64,159). Sum of RGB (Red+Green+Blue) = 196+64+159=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4409F is #3BBF60. Grayscale: #727272. Windows color (decimal): -3915617 or 10436804. OLE color: 10436804.
HSL color Cylindrical-coordinate representation of color #C4409F: hue angle of 316.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4409F is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 159 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.23 |
| HSL | 316.82º | 0.53% | 0.51% | - |
| HSV(B) | 316.82º | 0.67% | 0.77% | - |
| XYZ | 30.86 | 17.91 | 34.63 | - |
| YUV | 114.3 | 153.23 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 159 | 0 | 0.67 | 0.19 | 0.23 | 316.82 | 0.53 | 0.51 |
| Hex | C4 | 40 | 9F | 0 | 43 | 13 | 17 | 13D | 35 | 33 |
| Octal | 304 | 100 | 237 | 0 | 103 | 23 | 27 | 475 | 65 | 63 |
| Binary | 11000100 | 1000000 | 10011111 | 0 | 1000011 | 10011 | 10111 | 100111101 | 110101 | 110011 |
Color Harmonies of #C4409F
Complementary color
Monochromatic Colors of #C4409F
Black with #C4409F
Text Example
Text Example
White with #C4409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4409F; }
p { color: rgb(196,64,159); }
H1.HeaderClassName
{
color: #C4409F;
}
.AnyTagClassName
{
color: #C4409F;
}
</style>
background-color css
<style>
a { background-color: #C4409F; }
a { background-color: rgb(196,64,159); }
div.DivClassName
{
background-color: #C4409F;
}
.BgClassName
{
background-color: #C4409F;
}
</style>
border-color css
<style>
span { border-color: #C4409F; }
span { border-color: rgb(196,64,159); }
td.TdClassName
{
border-color: #C4409F;
}
.TagClassName
{
border-color: #C4409F;
}
</style>