Shades of Mulberry #C54790
Tints of Mulberry #C54790
RGB
CMYK
RGB Variations
Color information
#C54790 (or 0xC54790) is known color: Mulberry. HEX triplet: C5, 47 and 90. RGB value is (197,71,144). Sum of RGB (Red+Green+Blue) = 197+71+144=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C54790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54790 is #3AB86F. Grayscale: #747474. Windows color (decimal): -3848304 or 9455557. OLE color: 9455557.
HSL color Cylindrical-coordinate representation of color #C54790: hue angle of 325.24º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54790 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 144 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.23 |
| HSL | 325.24º | 0.52% | 0.53% | - |
| HSV(B) | 325.24º | 0.64% | 0.77% | - |
| XYZ | 30.31 | 18.39 | 28.34 | - |
| YUV | 117 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 144 | 0 | 0.64 | 0.27 | 0.23 | 325.24 | 0.52 | 0.53 |
| Hex | C5 | 47 | 90 | 0 | 40 | 1B | 17 | 145 | 34 | 35 |
| Octal | 305 | 107 | 220 | 0 | 100 | 33 | 27 | 505 | 64 | 65 |
| Binary | 11000101 | 1000111 | 10010000 | 0 | 1000000 | 11011 | 10111 | 101000101 | 110100 | 110101 |
Color Harmonies of #C54790
Complementary color
Monochromatic Colors of #C54790
Black with #C54790
Text Example
Text Example
White with #C54790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54790; }
p { color: rgb(197,71,144); }
H1.HeaderClassName
{
color: #C54790;
}
.AnyTagClassName
{
color: #C54790;
}
</style>
background-color css
<style>
a { background-color: #C54790; }
a { background-color: rgb(197,71,144); }
div.DivClassName
{
background-color: #C54790;
}
.BgClassName
{
background-color: #C54790;
}
</style>
border-color css
<style>
span { border-color: #C54790; }
span { border-color: rgb(197,71,144); }
td.TdClassName
{
border-color: #C54790;
}
.TagClassName
{
border-color: #C54790;
}
</style>