Shades of Mulberry #C954A1
Tints of Mulberry #C954A1
RGB
CMYK
RGB Variations
Color information
#C954A1 (or 0xC954A1) is known color: Mulberry. HEX triplet: C9, 54 and A1. RGB value is (201,84,161). Sum of RGB (Red+Green+Blue) = 201+84+161=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C954A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C954A1 is #36AB5E. Grayscale: #7F7F7F. Windows color (decimal): -3582815 or 10573001. OLE color: 10573001.
HSL color Cylindrical-coordinate representation of color #C954A1: hue angle of 320.51º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C954A1 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 161 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.21 |
| HSL | 320.51º | 0.52% | 0.56% | - |
| HSV(B) | 320.51º | 0.58% | 0.79% | - |
| XYZ | 33.69 | 21.33 | 36.06 | - |
| YUV | 127.76 | 146.76 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 161 | 0 | 0.58 | 0.20 | 0.21 | 320.51 | 0.52 | 0.56 |
| Hex | C9 | 54 | A1 | 0 | 3A | 14 | 15 | 141 | 34 | 38 |
| Octal | 311 | 124 | 241 | 0 | 72 | 24 | 25 | 501 | 64 | 70 |
| Binary | 11001001 | 1010100 | 10100001 | 0 | 111010 | 10100 | 10101 | 101000001 | 110100 | 111000 |
Color Harmonies of #C954A1
Complementary color
Monochromatic Colors of #C954A1
Black with #C954A1
Text Example
Text Example
White with #C954A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954A1; }
p { color: rgb(201,84,161); }
H1.HeaderClassName
{
color: #C954A1;
}
.AnyTagClassName
{
color: #C954A1;
}
</style>
background-color css
<style>
a { background-color: #C954A1; }
a { background-color: rgb(201,84,161); }
div.DivClassName
{
background-color: #C954A1;
}
.BgClassName
{
background-color: #C954A1;
}
</style>
border-color css
<style>
span { border-color: #C954A1; }
span { border-color: rgb(201,84,161); }
td.TdClassName
{
border-color: #C954A1;
}
.TagClassName
{
border-color: #C954A1;
}
</style>