Shades of Mulberry #C53E90
Tints of Mulberry #C53E90
RGB
CMYK
RGB Variations
Color information
#C53E90 (or 0xC53E90) is known color: Mulberry. HEX triplet: C5, 3E and 90. RGB value is (197,62,144). Sum of RGB (Red+Green+Blue) = 197+62+144=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53E90 is #3AC16F. Grayscale: #6F6F6F. Windows color (decimal): -3850608 or 9453253. OLE color: 9453253.
HSL color Cylindrical-coordinate representation of color #C53E90: hue angle of 323.56º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53E90 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 62 | 144 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.23 |
| HSL | 323.56º | 0.54% | 0.51% | - |
| HSV(B) | 323.56º | 0.69% | 0.77% | - |
| XYZ | 29.78 | 17.33 | 28.16 | - |
| YUV | 111.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 144 | 0 | 0.69 | 0.27 | 0.23 | 323.56 | 0.54 | 0.51 |
| Hex | C5 | 3E | 90 | 0 | 45 | 1B | 17 | 144 | 36 | 33 |
| Octal | 305 | 76 | 220 | 0 | 105 | 33 | 27 | 504 | 66 | 63 |
| Binary | 11000101 | 111110 | 10010000 | 0 | 1000101 | 11011 | 10111 | 101000100 | 110110 | 110011 |
Color Harmonies of #C53E90
Complementary color
Monochromatic Colors of #C53E90
Black with #C53E90
Text Example
Text Example
White with #C53E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53E90; }
p { color: rgb(197,62,144); }
H1.HeaderClassName
{
color: #C53E90;
}
.AnyTagClassName
{
color: #C53E90;
}
</style>
background-color css
<style>
a { background-color: #C53E90; }
a { background-color: rgb(197,62,144); }
div.DivClassName
{
background-color: #C53E90;
}
.BgClassName
{
background-color: #C53E90;
}
</style>
border-color css
<style>
span { border-color: #C53E90; }
span { border-color: rgb(197,62,144); }
td.TdClassName
{
border-color: #C53E90;
}
.TagClassName
{
border-color: #C53E90;
}
</style>