Shades of Mulberry #C4519F
Tints of Mulberry #C4519F
RGB
CMYK
RGB Variations
Color information
#C4519F (or 0xC4519F) is known color: Mulberry. HEX triplet: C4, 51 and 9F. RGB value is (196,81,159). Sum of RGB (Red+Green+Blue) = 196+81+159=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4519F is #3BAE60. Grayscale: #7C7C7C. Windows color (decimal): -3911265 or 10441156. OLE color: 10441156.
HSL color Cylindrical-coordinate representation of color #C4519F: hue angle of 319.3º degrees, saturation: 0.49, 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 #C4519F is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 159 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.23 |
| HSL | 319.3º | 0.49% | 0.54% | - |
| HSV(B) | 319.3º | 0.59% | 0.77% | - |
| XYZ | 31.97 | 20.12 | 35 | - |
| YUV | 124.28 | 147.6 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 159 | 0 | 0.59 | 0.19 | 0.23 | 319.3 | 0.49 | 0.54 |
| Hex | C4 | 51 | 9F | 0 | 3B | 13 | 17 | 13F | 31 | 36 |
| Octal | 304 | 121 | 237 | 0 | 73 | 23 | 27 | 477 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10011111 | 0 | 111011 | 10011 | 10111 | 100111111 | 110001 | 110110 |
Color Harmonies of #C4519F
Complementary color
Monochromatic Colors of #C4519F
Black with #C4519F
Text Example
Text Example
White with #C4519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4519F; }
p { color: rgb(196,81,159); }
H1.HeaderClassName
{
color: #C4519F;
}
.AnyTagClassName
{
color: #C4519F;
}
</style>
background-color css
<style>
a { background-color: #C4519F; }
a { background-color: rgb(196,81,159); }
div.DivClassName
{
background-color: #C4519F;
}
.BgClassName
{
background-color: #C4519F;
}
</style>
border-color css
<style>
span { border-color: #C4519F; }
span { border-color: rgb(196,81,159); }
td.TdClassName
{
border-color: #C4519F;
}
.TagClassName
{
border-color: #C4519F;
}
</style>