Shades of Mulberry #C53B9D
Tints of Mulberry #C53B9D
RGB
CMYK
RGB Variations
Color information
#C53B9D (or 0xC53B9D) is known color: Mulberry. HEX triplet: C5, 3B and 9D. RGB value is (197,59,157). Sum of RGB (Red+Green+Blue) = 197+59+157=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53B9D is #3AC462. Grayscale: #6F6F6F. Windows color (decimal): -3851363 or 10304453. OLE color: 10304453.
HSL color Cylindrical-coordinate representation of color #C53B9D: hue angle of 317.39º 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 #C53B9D is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 157 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.23 |
| HSL | 317.39º | 0.54% | 0.5% | - |
| HSV(B) | 317.39º | 0.7% | 0.77% | - |
| XYZ | 30.68 | 17.43 | 33.65 | - |
| YUV | 111.43 | 153.72 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 157 | 0 | 0.70 | 0.20 | 0.23 | 317.39 | 0.54 | 0.5 |
| Hex | C5 | 3B | 9D | 0 | 46 | 14 | 17 | 13D | 36 | 32 |
| Octal | 305 | 73 | 235 | 0 | 106 | 24 | 27 | 475 | 66 | 62 |
| Binary | 11000101 | 111011 | 10011101 | 0 | 1000110 | 10100 | 10111 | 100111101 | 110110 | 110010 |
Color Harmonies of #C53B9D
Complementary color
Monochromatic Colors of #C53B9D
Black with #C53B9D
Text Example
Text Example
White with #C53B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B9D; }
p { color: rgb(197,59,157); }
H1.HeaderClassName
{
color: #C53B9D;
}
.AnyTagClassName
{
color: #C53B9D;
}
</style>
background-color css
<style>
a { background-color: #C53B9D; }
a { background-color: rgb(197,59,157); }
div.DivClassName
{
background-color: #C53B9D;
}
.BgClassName
{
background-color: #C53B9D;
}
</style>
border-color css
<style>
span { border-color: #C53B9D; }
span { border-color: rgb(197,59,157); }
td.TdClassName
{
border-color: #C53B9D;
}
.TagClassName
{
border-color: #C53B9D;
}
</style>