Shades of Mulberry #C54FA1
Tints of Mulberry #C54FA1
RGB
CMYK
RGB Variations
Color information
#C54FA1 (or 0xC54FA1) is known color: Mulberry. HEX triplet: C5, 4F and A1. RGB value is (197,79,161). Sum of RGB (Red+Green+Blue) = 197+79+161=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54FA1 is #3AB05E. Grayscale: #7B7B7B. Windows color (decimal): -3846239 or 10571717. OLE color: 10571717.
HSL color Cylindrical-coordinate representation of color #C54FA1: hue angle of 318.31º 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 #C54FA1 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 161 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.23 |
| HSL | 318.31º | 0.5% | 0.54% | - |
| HSV(B) | 318.31º | 0.6% | 0.77% | - |
| XYZ | 32.25 | 20.04 | 35.89 | - |
| YUV | 123.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 161 | 0 | 0.60 | 0.18 | 0.23 | 318.31 | 0.5 | 0.54 |
| Hex | C5 | 4F | A1 | 0 | 3C | 12 | 17 | 13E | 32 | 36 |
| Octal | 305 | 117 | 241 | 0 | 74 | 22 | 27 | 476 | 62 | 66 |
| Binary | 11000101 | 1001111 | 10100001 | 0 | 111100 | 10010 | 10111 | 100111110 | 110010 | 110110 |
Color Harmonies of #C54FA1
Complementary color
Monochromatic Colors of #C54FA1
Black with #C54FA1
Text Example
Text Example
White with #C54FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FA1; }
p { color: rgb(197,79,161); }
H1.HeaderClassName
{
color: #C54FA1;
}
.AnyTagClassName
{
color: #C54FA1;
}
</style>
background-color css
<style>
a { background-color: #C54FA1; }
a { background-color: rgb(197,79,161); }
div.DivClassName
{
background-color: #C54FA1;
}
.BgClassName
{
background-color: #C54FA1;
}
</style>
border-color css
<style>
span { border-color: #C54FA1; }
span { border-color: rgb(197,79,161); }
td.TdClassName
{
border-color: #C54FA1;
}
.TagClassName
{
border-color: #C54FA1;
}
</style>