Shades of Mulberry #C54D9B
Tints of Mulberry #C54D9B
RGB
CMYK
RGB Variations
Color information
#C54D9B (or 0xC54D9B) is known color: Mulberry. HEX triplet: C5, 4D and 9B. RGB value is (197,77,155). Sum of RGB (Red+Green+Blue) = 197+77+155=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54D9B is #3AB264. Grayscale: #797979. Windows color (decimal): -3846757 or 10177989. OLE color: 10177989.
HSL color Cylindrical-coordinate representation of color #C54D9B: hue angle of 321º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54D9B is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 155 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.23 |
| HSL | 321º | 0.51% | 0.54% | - |
| HSV(B) | 321º | 0.61% | 0.77% | - |
| XYZ | 31.6 | 19.54 | 33.12 | - |
| YUV | 121.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 155 | 0 | 0.61 | 0.21 | 0.23 | 321 | 0.51 | 0.54 |
| Hex | C5 | 4D | 9B | 0 | 3D | 15 | 17 | 141 | 33 | 36 |
| Octal | 305 | 115 | 233 | 0 | 75 | 25 | 27 | 501 | 63 | 66 |
| Binary | 11000101 | 1001101 | 10011011 | 0 | 111101 | 10101 | 10111 | 101000001 | 110011 | 110110 |
Color Harmonies of #C54D9B
Complementary color
Monochromatic Colors of #C54D9B
Black with #C54D9B
Text Example
Text Example
White with #C54D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D9B; }
p { color: rgb(197,77,155); }
H1.HeaderClassName
{
color: #C54D9B;
}
.AnyTagClassName
{
color: #C54D9B;
}
</style>
background-color css
<style>
a { background-color: #C54D9B; }
a { background-color: rgb(197,77,155); }
div.DivClassName
{
background-color: #C54D9B;
}
.BgClassName
{
background-color: #C54D9B;
}
</style>
border-color css
<style>
span { border-color: #C54D9B; }
span { border-color: rgb(197,77,155); }
td.TdClassName
{
border-color: #C54D9B;
}
.TagClassName
{
border-color: #C54D9B;
}
</style>