Shades of Mulberry #C54FA7
Tints of Mulberry #C54FA7
RGB
CMYK
RGB Variations
Color information
#C54FA7 (or 0xC54FA7) is known color: Mulberry. HEX triplet: C5, 4F and A7. RGB value is (197,79,167). Sum of RGB (Red+Green+Blue) = 197+79+167=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54FA7 is #3AB058. Grayscale: #7C7C7C. Windows color (decimal): -3846233 or 10964933. OLE color: 10964933.
HSL color Cylindrical-coordinate representation of color #C54FA7: hue angle of 315.25º degrees, saturation: 0.5, 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 #C54FA7 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 167 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.23 |
| HSL | 315.25º | 0.5% | 0.54% | - |
| HSV(B) | 315.25º | 0.6% | 0.77% | - |
| XYZ | 32.8 | 20.25 | 38.74 | - |
| YUV | 124.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 167 | 0 | 0.60 | 0.15 | 0.23 | 315.25 | 0.5 | 0.54 |
| Hex | C5 | 4F | A7 | 0 | 3C | F | 17 | 13B | 32 | 36 |
| Octal | 305 | 117 | 247 | 0 | 74 | 17 | 27 | 473 | 62 | 66 |
| Binary | 11000101 | 1001111 | 10100111 | 0 | 111100 | 1111 | 10111 | 100111011 | 110010 | 110110 |
Color Harmonies of #C54FA7
Complementary color
Monochromatic Colors of #C54FA7
Black with #C54FA7
Text Example
Text Example
White with #C54FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FA7; }
p { color: rgb(197,79,167); }
H1.HeaderClassName
{
color: #C54FA7;
}
.AnyTagClassName
{
color: #C54FA7;
}
</style>
background-color css
<style>
a { background-color: #C54FA7; }
a { background-color: rgb(197,79,167); }
div.DivClassName
{
background-color: #C54FA7;
}
.BgClassName
{
background-color: #C54FA7;
}
</style>
border-color css
<style>
span { border-color: #C54FA7; }
span { border-color: rgb(197,79,167); }
td.TdClassName
{
border-color: #C54FA7;
}
.TagClassName
{
border-color: #C54FA7;
}
</style>