Shades of Mulberry #C53F90
Tints of Mulberry #C53F90
RGB
CMYK
RGB Variations
Color information
#C53F90 (or 0xC53F90) is known color: Mulberry. HEX triplet: C5, 3F and 90. RGB value is (197,63,144). Sum of RGB (Red+Green+Blue) = 197+63+144=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53F90 is #3AC06F. Grayscale: #707070. Windows color (decimal): -3850352 or 9453509. OLE color: 9453509.
HSL color Cylindrical-coordinate representation of color #C53F90: hue angle of 323.73º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53F90 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 144 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.23 |
| HSL | 323.73º | 0.54% | 0.51% | - |
| HSV(B) | 323.73º | 0.68% | 0.77% | - |
| XYZ | 29.84 | 17.44 | 28.18 | - |
| YUV | 112.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 144 | 0 | 0.68 | 0.27 | 0.23 | 323.73 | 0.54 | 0.51 |
| Hex | C5 | 3F | 90 | 0 | 44 | 1B | 17 | 144 | 36 | 33 |
| Octal | 305 | 77 | 220 | 0 | 104 | 33 | 27 | 504 | 66 | 63 |
| Binary | 11000101 | 111111 | 10010000 | 0 | 1000100 | 11011 | 10111 | 101000100 | 110110 | 110011 |
Color Harmonies of #C53F90
Complementary color
Monochromatic Colors of #C53F90
Black with #C53F90
Text Example
Text Example
White with #C53F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F90; }
p { color: rgb(197,63,144); }
H1.HeaderClassName
{
color: #C53F90;
}
.AnyTagClassName
{
color: #C53F90;
}
</style>
background-color css
<style>
a { background-color: #C53F90; }
a { background-color: rgb(197,63,144); }
div.DivClassName
{
background-color: #C53F90;
}
.BgClassName
{
background-color: #C53F90;
}
</style>
border-color css
<style>
span { border-color: #C53F90; }
span { border-color: rgb(197,63,144); }
td.TdClassName
{
border-color: #C53F90;
}
.TagClassName
{
border-color: #C53F90;
}
</style>