Shades of Mulberry #C53AA6
Tints of Mulberry #C53AA6
RGB
CMYK
RGB Variations
Color information
#C53AA6 (or 0xC53AA6) is known color: Mulberry. HEX triplet: C5, 3A and A6. RGB value is (197,58,166). Sum of RGB (Red+Green+Blue) = 197+58+166=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C53AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53AA6 is #3AC559. Grayscale: #6F6F6F. Windows color (decimal): -3851610 or 10894021. OLE color: 10894021.
HSL color Cylindrical-coordinate representation of color #C53AA6: hue angle of 313.38º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53AA6 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 166 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.23 |
| HSL | 313.38º | 0.55% | 0.5% | - |
| HSV(B) | 313.38º | 0.71% | 0.77% | - |
| XYZ | 31.42 | 17.65 | 37.83 | - |
| YUV | 111.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 166 | 0 | 0.71 | 0.16 | 0.23 | 313.38 | 0.55 | 0.5 |
| Hex | C5 | 3A | A6 | 0 | 47 | 10 | 17 | 139 | 37 | 32 |
| Octal | 305 | 72 | 246 | 0 | 107 | 20 | 27 | 471 | 67 | 62 |
| Binary | 11000101 | 111010 | 10100110 | 0 | 1000111 | 10000 | 10111 | 100111001 | 110111 | 110010 |
Color Harmonies of #C53AA6
Complementary color
Monochromatic Colors of #C53AA6
Black with #C53AA6
Text Example
Text Example
White with #C53AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53AA6; }
p { color: rgb(197,58,166); }
H1.HeaderClassName
{
color: #C53AA6;
}
.AnyTagClassName
{
color: #C53AA6;
}
</style>
background-color css
<style>
a { background-color: #C53AA6; }
a { background-color: rgb(197,58,166); }
div.DivClassName
{
background-color: #C53AA6;
}
.BgClassName
{
background-color: #C53AA6;
}
</style>
border-color css
<style>
span { border-color: #C53AA6; }
span { border-color: rgb(197,58,166); }
td.TdClassName
{
border-color: #C53AA6;
}
.TagClassName
{
border-color: #C53AA6;
}
</style>