Shades of Mulberry #C54B8F
Tints of Mulberry #C54B8F
RGB
CMYK
RGB Variations
Color information
#C54B8F (or 0xC54B8F) is known color: Mulberry. HEX triplet: C5, 4B and 8F. RGB value is (197,75,143). Sum of RGB (Red+Green+Blue) = 197+75+143=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54B8F is #3AB470. Grayscale: #777777. Windows color (decimal): -3847281 or 9391045. OLE color: 9391045.
HSL color Cylindrical-coordinate representation of color #C54B8F: hue angle of 326.56º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54B8F is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 143 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.23 |
| HSL | 326.56º | 0.51% | 0.53% | - |
| HSV(B) | 326.56º | 0.62% | 0.77% | - |
| XYZ | 30.5 | 18.89 | 28.02 | - |
| YUV | 119.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 143 | 0 | 0.62 | 0.27 | 0.23 | 326.56 | 0.51 | 0.53 |
| Hex | C5 | 4B | 8F | 0 | 3E | 1B | 17 | 147 | 33 | 35 |
| Octal | 305 | 113 | 217 | 0 | 76 | 33 | 27 | 507 | 63 | 65 |
| Binary | 11000101 | 1001011 | 10001111 | 0 | 111110 | 11011 | 10111 | 101000111 | 110011 | 110101 |
Color Harmonies of #C54B8F
Complementary color
Monochromatic Colors of #C54B8F
Black with #C54B8F
Text Example
Text Example
White with #C54B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B8F; }
p { color: rgb(197,75,143); }
H1.HeaderClassName
{
color: #C54B8F;
}
.AnyTagClassName
{
color: #C54B8F;
}
</style>
background-color css
<style>
a { background-color: #C54B8F; }
a { background-color: rgb(197,75,143); }
div.DivClassName
{
background-color: #C54B8F;
}
.BgClassName
{
background-color: #C54B8F;
}
</style>
border-color css
<style>
span { border-color: #C54B8F; }
span { border-color: rgb(197,75,143); }
td.TdClassName
{
border-color: #C54B8F;
}
.TagClassName
{
border-color: #C54B8F;
}
</style>