Shades of Mulberry #C53BA7
Tints of Mulberry #C53BA7
RGB
CMYK
RGB Variations
Color information
#C53BA7 (or 0xC53BA7) is known color: Mulberry. HEX triplet: C5, 3B and A7. RGB value is (197,59,167). Sum of RGB (Red+Green+Blue) = 197+59+167=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C53BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53BA7 is #3AC458. Grayscale: #707070. Windows color (decimal): -3851353 or 10959813. OLE color: 10959813.
HSL color Cylindrical-coordinate representation of color #C53BA7: hue angle of 313.04º 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 #C53BA7 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 167 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.23 |
| HSL | 313.04º | 0.54% | 0.5% | - |
| HSV(B) | 313.04º | 0.7% | 0.77% | - |
| XYZ | 31.56 | 17.79 | 38.33 | - |
| YUV | 112.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 167 | 0 | 0.70 | 0.15 | 0.23 | 313.04 | 0.54 | 0.5 |
| Hex | C5 | 3B | A7 | 0 | 46 | F | 17 | 139 | 36 | 32 |
| Octal | 305 | 73 | 247 | 0 | 106 | 17 | 27 | 471 | 66 | 62 |
| Binary | 11000101 | 111011 | 10100111 | 0 | 1000110 | 1111 | 10111 | 100111001 | 110110 | 110010 |
Color Harmonies of #C53BA7
Complementary color
Monochromatic Colors of #C53BA7
Black with #C53BA7
Text Example
Text Example
White with #C53BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BA7; }
p { color: rgb(197,59,167); }
H1.HeaderClassName
{
color: #C53BA7;
}
.AnyTagClassName
{
color: #C53BA7;
}
</style>
background-color css
<style>
a { background-color: #C53BA7; }
a { background-color: rgb(197,59,167); }
div.DivClassName
{
background-color: #C53BA7;
}
.BgClassName
{
background-color: #C53BA7;
}
</style>
border-color css
<style>
span { border-color: #C53BA7; }
span { border-color: rgb(197,59,167); }
td.TdClassName
{
border-color: #C53BA7;
}
.TagClassName
{
border-color: #C53BA7;
}
</style>