Shades of Mulberry #C54EA7
Tints of Mulberry #C54EA7
RGB
CMYK
RGB Variations
Color information
#C54EA7 (or 0xC54EA7) is known color: Mulberry. HEX triplet: C5, 4E and A7. RGB value is (197,78,167). Sum of RGB (Red+Green+Blue) = 197+78+167=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C54EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54EA7 is #3AB158. Grayscale: #7B7B7B. Windows color (decimal): -3846489 or 10964677. OLE color: 10964677.
HSL color Cylindrical-coordinate representation of color #C54EA7: hue angle of 315.13º 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 #C54EA7 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 167 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.23 |
| HSL | 315.13º | 0.51% | 0.54% | - |
| HSV(B) | 315.13º | 0.6% | 0.77% | - |
| XYZ | 32.73 | 20.11 | 38.72 | - |
| YUV | 123.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 167 | 0 | 0.60 | 0.15 | 0.23 | 315.13 | 0.51 | 0.54 |
| Hex | C5 | 4E | A7 | 0 | 3C | F | 17 | 13B | 33 | 36 |
| Octal | 305 | 116 | 247 | 0 | 74 | 17 | 27 | 473 | 63 | 66 |
| Binary | 11000101 | 1001110 | 10100111 | 0 | 111100 | 1111 | 10111 | 100111011 | 110011 | 110110 |
Color Harmonies of #C54EA7
Complementary color
Monochromatic Colors of #C54EA7
Black with #C54EA7
Text Example
Text Example
White with #C54EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EA7; }
p { color: rgb(197,78,167); }
H1.HeaderClassName
{
color: #C54EA7;
}
.AnyTagClassName
{
color: #C54EA7;
}
</style>
background-color css
<style>
a { background-color: #C54EA7; }
a { background-color: rgb(197,78,167); }
div.DivClassName
{
background-color: #C54EA7;
}
.BgClassName
{
background-color: #C54EA7;
}
</style>
border-color css
<style>
span { border-color: #C54EA7; }
span { border-color: rgb(197,78,167); }
td.TdClassName
{
border-color: #C54EA7;
}
.TagClassName
{
border-color: #C54EA7;
}
</style>