Shades of Mulberry #C53EA7
Tints of Mulberry #C53EA7
RGB
CMYK
RGB Variations
Color information
#C53EA7 (or 0xC53EA7) is known color: Mulberry. HEX triplet: C5, 3E and A7. RGB value is (197,62,167). Sum of RGB (Red+Green+Blue) = 197+62+167=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C53EA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53EA7 is #3AC158. Grayscale: #727272. Windows color (decimal): -3850585 or 10960581. OLE color: 10960581.
HSL color Cylindrical-coordinate representation of color #C53EA7: hue angle of 313.33º 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 #C53EA7 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 62 | 167 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.23 |
| HSL | 313.33º | 0.54% | 0.51% | - |
| HSV(B) | 313.33º | 0.69% | 0.77% | - |
| XYZ | 31.72 | 18.11 | 38.38 | - |
| YUV | 114.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 167 | 0 | 0.69 | 0.15 | 0.23 | 313.33 | 0.54 | 0.51 |
| Hex | C5 | 3E | A7 | 0 | 45 | F | 17 | 139 | 36 | 33 |
| Octal | 305 | 76 | 247 | 0 | 105 | 17 | 27 | 471 | 66 | 63 |
| Binary | 11000101 | 111110 | 10100111 | 0 | 1000101 | 1111 | 10111 | 100111001 | 110110 | 110011 |
Color Harmonies of #C53EA7
Complementary color
Monochromatic Colors of #C53EA7
Black with #C53EA7
Text Example
Text Example
White with #C53EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EA7; }
p { color: rgb(197,62,167); }
H1.HeaderClassName
{
color: #C53EA7;
}
.AnyTagClassName
{
color: #C53EA7;
}
</style>
background-color css
<style>
a { background-color: #C53EA7; }
a { background-color: rgb(197,62,167); }
div.DivClassName
{
background-color: #C53EA7;
}
.BgClassName
{
background-color: #C53EA7;
}
</style>
border-color css
<style>
span { border-color: #C53EA7; }
span { border-color: rgb(197,62,167); }
td.TdClassName
{
border-color: #C53EA7;
}
.TagClassName
{
border-color: #C53EA7;
}
</style>