Shades of Mulberry #C4519C
Tints of Mulberry #C4519C
RGB
CMYK
RGB Variations
Color information
#C4519C (or 0xC4519C) is known color: Mulberry. HEX triplet: C4, 51 and 9C. RGB value is (196,81,156). Sum of RGB (Red+Green+Blue) = 196+81+156=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4519C is #3BAE63. Grayscale: #7B7B7B. Windows color (decimal): -3911268 or 10244548. OLE color: 10244548.
HSL color Cylindrical-coordinate representation of color #C4519C: hue angle of 320.87º 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 #C4519C is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 156 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.23 |
| HSL | 320.87º | 0.49% | 0.54% | - |
| HSV(B) | 320.87º | 0.59% | 0.77% | - |
| XYZ | 31.71 | 20.02 | 33.65 | - |
| YUV | 123.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 156 | 0 | 0.59 | 0.20 | 0.23 | 320.87 | 0.49 | 0.54 |
| Hex | C4 | 51 | 9C | 0 | 3B | 14 | 17 | 141 | 31 | 36 |
| Octal | 304 | 121 | 234 | 0 | 73 | 24 | 27 | 501 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10011100 | 0 | 111011 | 10100 | 10111 | 101000001 | 110001 | 110110 |
Color Harmonies of #C4519C
Complementary color
Monochromatic Colors of #C4519C
Black with #C4519C
Text Example
Text Example
White with #C4519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4519C; }
p { color: rgb(196,81,156); }
H1.HeaderClassName
{
color: #C4519C;
}
.AnyTagClassName
{
color: #C4519C;
}
</style>
background-color css
<style>
a { background-color: #C4519C; }
a { background-color: rgb(196,81,156); }
div.DivClassName
{
background-color: #C4519C;
}
.BgClassName
{
background-color: #C4519C;
}
</style>
border-color css
<style>
span { border-color: #C4519C; }
span { border-color: rgb(196,81,156); }
td.TdClassName
{
border-color: #C4519C;
}
.TagClassName
{
border-color: #C4519C;
}
</style>