Shades of Mulberry #C53EA3
Tints of Mulberry #C53EA3
RGB
CMYK
RGB Variations
Color information
#C53EA3 (or 0xC53EA3) is known color: Mulberry. HEX triplet: C5, 3E and A3. RGB value is (197,62,163). Sum of RGB (Red+Green+Blue) = 197+62+163=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C53EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53EA3 is #3AC15C. Grayscale: #717171. Windows color (decimal): -3850589 or 10698437. OLE color: 10698437.
HSL color Cylindrical-coordinate representation of color #C53EA3: hue angle of 315.11º 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 #C53EA3 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 62 | 163 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.23 |
| HSL | 315.11º | 0.54% | 0.51% | - |
| HSV(B) | 315.11º | 0.69% | 0.77% | - |
| XYZ | 31.36 | 17.96 | 36.46 | - |
| YUV | 113.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 163 | 0 | 0.69 | 0.17 | 0.23 | 315.11 | 0.54 | 0.51 |
| Hex | C5 | 3E | A3 | 0 | 45 | 11 | 17 | 13B | 36 | 33 |
| Octal | 305 | 76 | 243 | 0 | 105 | 21 | 27 | 473 | 66 | 63 |
| Binary | 11000101 | 111110 | 10100011 | 0 | 1000101 | 10001 | 10111 | 100111011 | 110110 | 110011 |
Color Harmonies of #C53EA3
Complementary color
Monochromatic Colors of #C53EA3
Black with #C53EA3
Text Example
Text Example
White with #C53EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EA3; }
p { color: rgb(197,62,163); }
H1.HeaderClassName
{
color: #C53EA3;
}
.AnyTagClassName
{
color: #C53EA3;
}
</style>
background-color css
<style>
a { background-color: #C53EA3; }
a { background-color: rgb(197,62,163); }
div.DivClassName
{
background-color: #C53EA3;
}
.BgClassName
{
background-color: #C53EA3;
}
</style>
border-color css
<style>
span { border-color: #C53EA3; }
span { border-color: rgb(197,62,163); }
td.TdClassName
{
border-color: #C53EA3;
}
.TagClassName
{
border-color: #C53EA3;
}
</style>