Shades of Mulberry #C53D8F
Tints of Mulberry #C53D8F
RGB
CMYK
RGB Variations
Color information
#C53D8F (or 0xC53D8F) is known color: Mulberry. HEX triplet: C5, 3D and 8F. RGB value is (197,61,143). Sum of RGB (Red+Green+Blue) = 197+61+143=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53D8F is #3AC270. Grayscale: #6E6E6E. Windows color (decimal): -3850865 or 9387461. OLE color: 9387461.
HSL color Cylindrical-coordinate representation of color #C53D8F: hue angle of 323.82º 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 #C53D8F is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 143 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.23 |
| HSL | 323.82º | 0.54% | 0.51% | - |
| HSV(B) | 323.82º | 0.69% | 0.77% | - |
| XYZ | 29.65 | 17.19 | 27.74 | - |
| YUV | 111.01 | 146.06 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 143 | 0 | 0.69 | 0.27 | 0.23 | 323.82 | 0.54 | 0.51 |
| Hex | C5 | 3D | 8F | 0 | 45 | 1B | 17 | 144 | 36 | 33 |
| Octal | 305 | 75 | 217 | 0 | 105 | 33 | 27 | 504 | 66 | 63 |
| Binary | 11000101 | 111101 | 10001111 | 0 | 1000101 | 11011 | 10111 | 101000100 | 110110 | 110011 |
Color Harmonies of #C53D8F
Complementary color
Monochromatic Colors of #C53D8F
Black with #C53D8F
Text Example
Text Example
White with #C53D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D8F; }
p { color: rgb(197,61,143); }
H1.HeaderClassName
{
color: #C53D8F;
}
.AnyTagClassName
{
color: #C53D8F;
}
</style>
background-color css
<style>
a { background-color: #C53D8F; }
a { background-color: rgb(197,61,143); }
div.DivClassName
{
background-color: #C53D8F;
}
.BgClassName
{
background-color: #C53D8F;
}
</style>
border-color css
<style>
span { border-color: #C53D8F; }
span { border-color: rgb(197,61,143); }
td.TdClassName
{
border-color: #C53D8F;
}
.TagClassName
{
border-color: #C53D8F;
}
</style>