Shades of Mulberry #C54E8A
Tints of Mulberry #C54E8A
RGB
CMYK
RGB Variations
Color information
#C54E8A (or 0xC54E8A) is known color: Mulberry. HEX triplet: C5, 4E and 8A. RGB value is (197,78,138). Sum of RGB (Red+Green+Blue) = 197+78+138=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54E8A is #3AB175. Grayscale: #787878. Windows color (decimal): -3846518 or 9064133. OLE color: 9064133.
HSL color Cylindrical-coordinate representation of color #C54E8A: hue angle of 329.75º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54E8A is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 138 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.23 |
| HSL | 329.75º | 0.51% | 0.54% | - |
| HSV(B) | 329.75º | 0.6% | 0.77% | - |
| XYZ | 30.34 | 19.15 | 26.14 | - |
| YUV | 120.42 | 137.92 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 138 | 0 | 0.60 | 0.30 | 0.23 | 329.75 | 0.51 | 0.54 |
| Hex | C5 | 4E | 8A | 0 | 3C | 1E | 17 | 14A | 33 | 36 |
| Octal | 305 | 116 | 212 | 0 | 74 | 36 | 27 | 512 | 63 | 66 |
| Binary | 11000101 | 1001110 | 10001010 | 0 | 111100 | 11110 | 10111 | 101001010 | 110011 | 110110 |
Color Harmonies of #C54E8A
Complementary color
Monochromatic Colors of #C54E8A
Black with #C54E8A
Text Example
Text Example
White with #C54E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E8A; }
p { color: rgb(197,78,138); }
H1.HeaderClassName
{
color: #C54E8A;
}
.AnyTagClassName
{
color: #C54E8A;
}
</style>
background-color css
<style>
a { background-color: #C54E8A; }
a { background-color: rgb(197,78,138); }
div.DivClassName
{
background-color: #C54E8A;
}
.BgClassName
{
background-color: #C54E8A;
}
</style>
border-color css
<style>
span { border-color: #C54E8A; }
span { border-color: rgb(197,78,138); }
td.TdClassName
{
border-color: #C54E8A;
}
.TagClassName
{
border-color: #C54E8A;
}
</style>