Shades of Mulberry #C53B99
Tints of Mulberry #C53B99
RGB
CMYK
RGB Variations
Color information
#C53B99 (or 0xC53B99) is known color: Mulberry. HEX triplet: C5, 3B and 99. RGB value is (197,59,153). Sum of RGB (Red+Green+Blue) = 197+59+153=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53B99 is #3AC466. Grayscale: #6E6E6E. Windows color (decimal): -3851367 or 10042309. OLE color: 10042309.
HSL color Cylindrical-coordinate representation of color #C53B99: hue angle of 319.13º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53B99 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 153 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.23 |
| HSL | 319.13º | 0.54% | 0.5% | - |
| HSV(B) | 319.13º | 0.7% | 0.77% | - |
| XYZ | 30.34 | 17.3 | 31.88 | - |
| YUV | 110.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 153 | 0 | 0.70 | 0.22 | 0.23 | 319.13 | 0.54 | 0.5 |
| Hex | C5 | 3B | 99 | 0 | 46 | 16 | 17 | 13F | 36 | 32 |
| Octal | 305 | 73 | 231 | 0 | 106 | 26 | 27 | 477 | 66 | 62 |
| Binary | 11000101 | 111011 | 10011001 | 0 | 1000110 | 10110 | 10111 | 100111111 | 110110 | 110010 |
Color Harmonies of #C53B99
Complementary color
Monochromatic Colors of #C53B99
Black with #C53B99
Text Example
Text Example
White with #C53B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B99; }
p { color: rgb(197,59,153); }
H1.HeaderClassName
{
color: #C53B99;
}
.AnyTagClassName
{
color: #C53B99;
}
</style>
background-color css
<style>
a { background-color: #C53B99; }
a { background-color: rgb(197,59,153); }
div.DivClassName
{
background-color: #C53B99;
}
.BgClassName
{
background-color: #C53B99;
}
</style>
border-color css
<style>
span { border-color: #C53B99; }
span { border-color: rgb(197,59,153); }
td.TdClassName
{
border-color: #C53B99;
}
.TagClassName
{
border-color: #C53B99;
}
</style>