Shades of Mulberry #C54F89
Tints of Mulberry #C54F89
RGB
CMYK
RGB Variations
Color information
#C54F89 (or 0xC54F89) is known color: Mulberry. HEX triplet: C5, 4F and 89. RGB value is (197,79,137). Sum of RGB (Red+Green+Blue) = 197+79+137=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54F89 is #3AB076. Grayscale: #787878. Windows color (decimal): -3846263 or 8998853. OLE color: 8998853.
HSL color Cylindrical-coordinate representation of color #C54F89: hue angle of 330.51º degrees, saturation: 0.5, 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 #C54F89 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 137 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.23 |
| HSL | 330.51º | 0.5% | 0.54% | - |
| HSV(B) | 330.51º | 0.6% | 0.77% | - |
| XYZ | 30.34 | 19.27 | 25.79 | - |
| YUV | 120.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 137 | 0 | 0.60 | 0.30 | 0.23 | 330.51 | 0.5 | 0.54 |
| Hex | C5 | 4F | 89 | 0 | 3C | 1E | 17 | 14B | 32 | 36 |
| Octal | 305 | 117 | 211 | 0 | 74 | 36 | 27 | 513 | 62 | 66 |
| Binary | 11000101 | 1001111 | 10001001 | 0 | 111100 | 11110 | 10111 | 101001011 | 110010 | 110110 |
Color Harmonies of #C54F89
Complementary color
Monochromatic Colors of #C54F89
Black with #C54F89
Text Example
Text Example
White with #C54F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F89; }
p { color: rgb(197,79,137); }
H1.HeaderClassName
{
color: #C54F89;
}
.AnyTagClassName
{
color: #C54F89;
}
</style>
background-color css
<style>
a { background-color: #C54F89; }
a { background-color: rgb(197,79,137); }
div.DivClassName
{
background-color: #C54F89;
}
.BgClassName
{
background-color: #C54F89;
}
</style>
border-color css
<style>
span { border-color: #C54F89; }
span { border-color: rgb(197,79,137); }
td.TdClassName
{
border-color: #C54F89;
}
.TagClassName
{
border-color: #C54F89;
}
</style>