Shades of Mulberry #C54EA1
Tints of Mulberry #C54EA1
RGB
CMYK
RGB Variations
Color information
#C54EA1 (or 0xC54EA1) is known color: Mulberry. HEX triplet: C5, 4E and A1. RGB value is (197,78,161). Sum of RGB (Red+Green+Blue) = 197+78+161=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C54EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54EA1 is #3AB15E. Grayscale: #7A7A7A. Windows color (decimal): -3846495 or 10571461. OLE color: 10571461.
HSL color Cylindrical-coordinate representation of color #C54EA1: hue angle of 318.15º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54EA1 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 161 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.23 |
| HSL | 318.15º | 0.51% | 0.54% | - |
| HSV(B) | 318.15º | 0.6% | 0.77% | - |
| XYZ | 32.18 | 19.89 | 35.86 | - |
| YUV | 123.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 161 | 0 | 0.60 | 0.18 | 0.23 | 318.15 | 0.51 | 0.54 |
| Hex | C5 | 4E | A1 | 0 | 3C | 12 | 17 | 13E | 33 | 36 |
| Octal | 305 | 116 | 241 | 0 | 74 | 22 | 27 | 476 | 63 | 66 |
| Binary | 11000101 | 1001110 | 10100001 | 0 | 111100 | 10010 | 10111 | 100111110 | 110011 | 110110 |
Color Harmonies of #C54EA1
Complementary color
Monochromatic Colors of #C54EA1
Black with #C54EA1
Text Example
Text Example
White with #C54EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EA1; }
p { color: rgb(197,78,161); }
H1.HeaderClassName
{
color: #C54EA1;
}
.AnyTagClassName
{
color: #C54EA1;
}
</style>
background-color css
<style>
a { background-color: #C54EA1; }
a { background-color: rgb(197,78,161); }
div.DivClassName
{
background-color: #C54EA1;
}
.BgClassName
{
background-color: #C54EA1;
}
</style>
border-color css
<style>
span { border-color: #C54EA1; }
span { border-color: rgb(197,78,161); }
td.TdClassName
{
border-color: #C54EA1;
}
.TagClassName
{
border-color: #C54EA1;
}
</style>