Shades of Mulberry #C53BA8
Tints of Mulberry #C53BA8
RGB
CMYK
RGB Variations
Color information
#C53BA8 (or 0xC53BA8) is known color: Mulberry. HEX triplet: C5, 3B and A8. RGB value is (197,59,168). Sum of RGB (Red+Green+Blue) = 197+59+168=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C53BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53BA8 is #3AC457. Grayscale: #707070. Windows color (decimal): -3851352 or 11025349. OLE color: 11025349.
HSL color Cylindrical-coordinate representation of color #C53BA8: hue angle of 312.61º 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 #C53BA8 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 168 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.23 |
| HSL | 312.61º | 0.54% | 0.5% | - |
| HSV(B) | 312.61º | 0.7% | 0.77% | - |
| XYZ | 31.66 | 17.83 | 38.82 | - |
| YUV | 112.69 | 159.22 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 168 | 0 | 0.70 | 0.15 | 0.23 | 312.61 | 0.54 | 0.5 |
| Hex | C5 | 3B | A8 | 0 | 46 | F | 17 | 139 | 36 | 32 |
| Octal | 305 | 73 | 250 | 0 | 106 | 17 | 27 | 471 | 66 | 62 |
| Binary | 11000101 | 111011 | 10101000 | 0 | 1000110 | 1111 | 10111 | 100111001 | 110110 | 110010 |
Color Harmonies of #C53BA8
Complementary color
Monochromatic Colors of #C53BA8
Black with #C53BA8
Text Example
Text Example
White with #C53BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BA8; }
p { color: rgb(197,59,168); }
H1.HeaderClassName
{
color: #C53BA8;
}
.AnyTagClassName
{
color: #C53BA8;
}
</style>
background-color css
<style>
a { background-color: #C53BA8; }
a { background-color: rgb(197,59,168); }
div.DivClassName
{
background-color: #C53BA8;
}
.BgClassName
{
background-color: #C53BA8;
}
</style>
border-color css
<style>
span { border-color: #C53BA8; }
span { border-color: rgb(197,59,168); }
td.TdClassName
{
border-color: #C53BA8;
}
.TagClassName
{
border-color: #C53BA8;
}
</style>