Shades of Mulberry #C5489D
Tints of Mulberry #C5489D
RGB
CMYK
RGB Variations
Color information
#C5489D (or 0xC5489D) is known color: Mulberry. HEX triplet: C5, 48 and 9D. RGB value is (197,72,157). Sum of RGB (Red+Green+Blue) = 197+72+157=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C5489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5489D is #3AB762. Grayscale: #767676. Windows color (decimal): -3848035 or 10307781. OLE color: 10307781.
HSL color Cylindrical-coordinate representation of color #C5489D: hue angle of 319.2º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5489D is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 157 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.23 |
| HSL | 319.2º | 0.52% | 0.53% | - |
| HSV(B) | 319.2º | 0.63% | 0.77% | - |
| XYZ | 31.43 | 18.94 | 33.9 | - |
| YUV | 119.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 157 | 0 | 0.63 | 0.20 | 0.23 | 319.2 | 0.52 | 0.53 |
| Hex | C5 | 48 | 9D | 0 | 3F | 14 | 17 | 13F | 34 | 35 |
| Octal | 305 | 110 | 235 | 0 | 77 | 24 | 27 | 477 | 64 | 65 |
| Binary | 11000101 | 1001000 | 10011101 | 0 | 111111 | 10100 | 10111 | 100111111 | 110100 | 110101 |
Color Harmonies of #C5489D
Complementary color
Monochromatic Colors of #C5489D
Black with #C5489D
Text Example
Text Example
White with #C5489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5489D; }
p { color: rgb(197,72,157); }
H1.HeaderClassName
{
color: #C5489D;
}
.AnyTagClassName
{
color: #C5489D;
}
</style>
background-color css
<style>
a { background-color: #C5489D; }
a { background-color: rgb(197,72,157); }
div.DivClassName
{
background-color: #C5489D;
}
.BgClassName
{
background-color: #C5489D;
}
</style>
border-color css
<style>
span { border-color: #C5489D; }
span { border-color: rgb(197,72,157); }
td.TdClassName
{
border-color: #C5489D;
}
.TagClassName
{
border-color: #C5489D;
}
</style>