Shades of Mulberry #C4519D
Tints of Mulberry #C4519D
RGB
CMYK
RGB Variations
Color information
#C4519D (or 0xC4519D) is known color: Mulberry. HEX triplet: C4, 51 and 9D. RGB value is (196,81,157). Sum of RGB (Red+Green+Blue) = 196+81+157=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4519D is #3BAE62. Grayscale: #7B7B7B. Windows color (decimal): -3911267 or 10310084. OLE color: 10310084.
HSL color Cylindrical-coordinate representation of color #C4519D: hue angle of 320.35º 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 #C4519D is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 157 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.23 |
| HSL | 320.35º | 0.49% | 0.54% | - |
| HSV(B) | 320.35º | 0.59% | 0.77% | - |
| XYZ | 31.79 | 20.05 | 34.09 | - |
| YUV | 124.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 157 | 0 | 0.59 | 0.20 | 0.23 | 320.35 | 0.49 | 0.54 |
| Hex | C4 | 51 | 9D | 0 | 3B | 14 | 17 | 140 | 31 | 36 |
| Octal | 304 | 121 | 235 | 0 | 73 | 24 | 27 | 500 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10011101 | 0 | 111011 | 10100 | 10111 | 101000000 | 110001 | 110110 |
Color Harmonies of #C4519D
Complementary color
Monochromatic Colors of #C4519D
Black with #C4519D
Text Example
Text Example
White with #C4519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4519D; }
p { color: rgb(196,81,157); }
H1.HeaderClassName
{
color: #C4519D;
}
.AnyTagClassName
{
color: #C4519D;
}
</style>
background-color css
<style>
a { background-color: #C4519D; }
a { background-color: rgb(196,81,157); }
div.DivClassName
{
background-color: #C4519D;
}
.BgClassName
{
background-color: #C4519D;
}
</style>
border-color css
<style>
span { border-color: #C4519D; }
span { border-color: rgb(196,81,157); }
td.TdClassName
{
border-color: #C4519D;
}
.TagClassName
{
border-color: #C4519D;
}
</style>