Shades of Mulberry #C455A0
Tints of Mulberry #C455A0
RGB
CMYK
RGB Variations
Color information
#C455A0 (or 0xC455A0) is known color: Mulberry. HEX triplet: C4, 55 and A0. RGB value is (196,85,160). Sum of RGB (Red+Green+Blue) = 196+85+160=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C455A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455A0 is #3BAA5F. Grayscale: #7E7E7E. Windows color (decimal): -3910240 or 10507716. OLE color: 10507716.
HSL color Cylindrical-coordinate representation of color #C455A0: hue angle of 319.46º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C455A0 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 160 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.23 |
| HSL | 319.46º | 0.48% | 0.55% | - |
| HSV(B) | 319.46º | 0.57% | 0.77% | - |
| XYZ | 32.36 | 20.77 | 35.56 | - |
| YUV | 126.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 160 | 0 | 0.57 | 0.18 | 0.23 | 319.46 | 0.48 | 0.55 |
| Hex | C4 | 55 | A0 | 0 | 39 | 12 | 17 | 13F | 30 | 37 |
| Octal | 304 | 125 | 240 | 0 | 71 | 22 | 27 | 477 | 60 | 67 |
| Binary | 11000100 | 1010101 | 10100000 | 0 | 111001 | 10010 | 10111 | 100111111 | 110000 | 110111 |
Color Harmonies of #C455A0
Complementary color
Monochromatic Colors of #C455A0
Black with #C455A0
Text Example
Text Example
White with #C455A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455A0; }
p { color: rgb(196,85,160); }
H1.HeaderClassName
{
color: #C455A0;
}
.AnyTagClassName
{
color: #C455A0;
}
</style>
background-color css
<style>
a { background-color: #C455A0; }
a { background-color: rgb(196,85,160); }
div.DivClassName
{
background-color: #C455A0;
}
.BgClassName
{
background-color: #C455A0;
}
</style>
border-color css
<style>
span { border-color: #C455A0; }
span { border-color: rgb(196,85,160); }
td.TdClassName
{
border-color: #C455A0;
}
.TagClassName
{
border-color: #C455A0;
}
</style>