Shades of Mulberry #C53F8C
Tints of Mulberry #C53F8C
RGB
CMYK
RGB Variations
Color information
#C53F8C (or 0xC53F8C) is known color: Mulberry. HEX triplet: C5, 3F and 8C. RGB value is (197,63,140). Sum of RGB (Red+Green+Blue) = 197+63+140=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53F8C is #3AC073. Grayscale: #6F6F6F. Windows color (decimal): -3850356 or 9191365. OLE color: 9191365.
HSL color Cylindrical-coordinate representation of color #C53F8C: hue angle of 325.52º 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 #C53F8C is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 140 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.23 |
| HSL | 325.52º | 0.54% | 0.51% | - |
| HSV(B) | 325.52º | 0.68% | 0.77% | - |
| XYZ | 29.54 | 17.32 | 26.6 | - |
| YUV | 111.84 | 143.89 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 140 | 0 | 0.68 | 0.29 | 0.23 | 325.52 | 0.54 | 0.51 |
| Hex | C5 | 3F | 8C | 0 | 44 | 1D | 17 | 146 | 36 | 33 |
| Octal | 305 | 77 | 214 | 0 | 104 | 35 | 27 | 506 | 66 | 63 |
| Binary | 11000101 | 111111 | 10001100 | 0 | 1000100 | 11101 | 10111 | 101000110 | 110110 | 110011 |
Color Harmonies of #C53F8C
Complementary color
Monochromatic Colors of #C53F8C
Black with #C53F8C
Text Example
Text Example
White with #C53F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F8C; }
p { color: rgb(197,63,140); }
H1.HeaderClassName
{
color: #C53F8C;
}
.AnyTagClassName
{
color: #C53F8C;
}
</style>
background-color css
<style>
a { background-color: #C53F8C; }
a { background-color: rgb(197,63,140); }
div.DivClassName
{
background-color: #C53F8C;
}
.BgClassName
{
background-color: #C53F8C;
}
</style>
border-color css
<style>
span { border-color: #C53F8C; }
span { border-color: rgb(197,63,140); }
td.TdClassName
{
border-color: #C53F8C;
}
.TagClassName
{
border-color: #C53F8C;
}
</style>