Shades of Mulberry #C459A1
Tints of Mulberry #C459A1
RGB
CMYK
RGB Variations
Color information
#C459A1 (or 0xC459A1) is known color: Mulberry. HEX triplet: C4, 59 and A1. RGB value is (196,89,161). Sum of RGB (Red+Green+Blue) = 196+89+161=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C459A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C459A1 is #3BA65E. Grayscale: #818181. Windows color (decimal): -3909215 or 10574276. OLE color: 10574276.
HSL color Cylindrical-coordinate representation of color #C459A1: hue angle of 319.63º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C459A1 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 161 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.23 |
| HSL | 319.63º | 0.48% | 0.56% | - |
| HSV(B) | 319.63º | 0.55% | 0.77% | - |
| XYZ | 32.77 | 21.45 | 36.13 | - |
| YUV | 129.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 161 | 0 | 0.55 | 0.18 | 0.23 | 319.63 | 0.48 | 0.56 |
| Hex | C4 | 59 | A1 | 0 | 37 | 12 | 17 | 140 | 30 | 38 |
| Octal | 304 | 131 | 241 | 0 | 67 | 22 | 27 | 500 | 60 | 70 |
| Binary | 11000100 | 1011001 | 10100001 | 0 | 110111 | 10010 | 10111 | 101000000 | 110000 | 111000 |
Color Harmonies of #C459A1
Complementary color
Monochromatic Colors of #C459A1
Black with #C459A1
Text Example
Text Example
White with #C459A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C459A1; }
p { color: rgb(196,89,161); }
H1.HeaderClassName
{
color: #C459A1;
}
.AnyTagClassName
{
color: #C459A1;
}
</style>
background-color css
<style>
a { background-color: #C459A1; }
a { background-color: rgb(196,89,161); }
div.DivClassName
{
background-color: #C459A1;
}
.BgClassName
{
background-color: #C459A1;
}
</style>
border-color css
<style>
span { border-color: #C459A1; }
span { border-color: rgb(196,89,161); }
td.TdClassName
{
border-color: #C459A1;
}
.TagClassName
{
border-color: #C459A1;
}
</style>