Shades of Mulberry #C53D8D
Tints of Mulberry #C53D8D
RGB
CMYK
RGB Variations
Color information
#C53D8D (or 0xC53D8D) is known color: Mulberry. HEX triplet: C5, 3D and 8D. RGB value is (197,61,141). Sum of RGB (Red+Green+Blue) = 197+61+141=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53D8D is #3AC272. Grayscale: #6E6E6E. Windows color (decimal): -3850867 or 9256389. OLE color: 9256389.
HSL color Cylindrical-coordinate representation of color #C53D8D: hue angle of 324.71º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53D8D is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 141 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.23 |
| HSL | 324.71º | 0.54% | 0.51% | - |
| HSV(B) | 324.71º | 0.69% | 0.77% | - |
| XYZ | 29.5 | 17.13 | 26.95 | - |
| YUV | 110.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 141 | 0 | 0.69 | 0.28 | 0.23 | 324.71 | 0.54 | 0.51 |
| Hex | C5 | 3D | 8D | 0 | 45 | 1C | 17 | 145 | 36 | 33 |
| Octal | 305 | 75 | 215 | 0 | 105 | 34 | 27 | 505 | 66 | 63 |
| Binary | 11000101 | 111101 | 10001101 | 0 | 1000101 | 11100 | 10111 | 101000101 | 110110 | 110011 |
Color Harmonies of #C53D8D
Complementary color
Monochromatic Colors of #C53D8D
Black with #C53D8D
Text Example
Text Example
White with #C53D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D8D; }
p { color: rgb(197,61,141); }
H1.HeaderClassName
{
color: #C53D8D;
}
.AnyTagClassName
{
color: #C53D8D;
}
</style>
background-color css
<style>
a { background-color: #C53D8D; }
a { background-color: rgb(197,61,141); }
div.DivClassName
{
background-color: #C53D8D;
}
.BgClassName
{
background-color: #C53D8D;
}
</style>
border-color css
<style>
span { border-color: #C53D8D; }
span { border-color: rgb(197,61,141); }
td.TdClassName
{
border-color: #C53D8D;
}
.TagClassName
{
border-color: #C53D8D;
}
</style>