Shades of Mulberry #C53DA0
Tints of Mulberry #C53DA0
RGB
CMYK
RGB Variations
Color information
#C53DA0 (or 0xC53DA0) is known color: Mulberry. HEX triplet: C5, 3D and A0. RGB value is (197,61,160). Sum of RGB (Red+Green+Blue) = 197+61+160=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53DA0 is #3AC25F. Grayscale: #707070. Windows color (decimal): -3850848 or 10501573. OLE color: 10501573.
HSL color Cylindrical-coordinate representation of color #C53DA0: hue angle of 316.32º 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 #C53DA0 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 160 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.23 |
| HSL | 316.32º | 0.54% | 0.51% | - |
| HSV(B) | 316.32º | 0.69% | 0.77% | - |
| XYZ | 31.04 | 17.75 | 35.05 | - |
| YUV | 112.95 | 154.56 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 160 | 0 | 0.69 | 0.19 | 0.23 | 316.32 | 0.54 | 0.51 |
| Hex | C5 | 3D | A0 | 0 | 45 | 13 | 17 | 13C | 36 | 33 |
| Octal | 305 | 75 | 240 | 0 | 105 | 23 | 27 | 474 | 66 | 63 |
| Binary | 11000101 | 111101 | 10100000 | 0 | 1000101 | 10011 | 10111 | 100111100 | 110110 | 110011 |
Color Harmonies of #C53DA0
Complementary color
Monochromatic Colors of #C53DA0
Black with #C53DA0
Text Example
Text Example
White with #C53DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DA0; }
p { color: rgb(197,61,160); }
H1.HeaderClassName
{
color: #C53DA0;
}
.AnyTagClassName
{
color: #C53DA0;
}
</style>
background-color css
<style>
a { background-color: #C53DA0; }
a { background-color: rgb(197,61,160); }
div.DivClassName
{
background-color: #C53DA0;
}
.BgClassName
{
background-color: #C53DA0;
}
</style>
border-color css
<style>
span { border-color: #C53DA0; }
span { border-color: rgb(197,61,160); }
td.TdClassName
{
border-color: #C53DA0;
}
.TagClassName
{
border-color: #C53DA0;
}
</style>