Shades of Mulberry #C95AA1
Tints of Mulberry #C95AA1
RGB
CMYK
RGB Variations
Color information
#C95AA1 (or 0xC95AA1) is known color: Mulberry. HEX triplet: C9, 5A and A1. RGB value is (201,90,161). Sum of RGB (Red+Green+Blue) = 201+90+161=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C95AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95AA1 is #36A55E. Grayscale: #838383. Windows color (decimal): -3581279 or 10574537. OLE color: 10574537.
HSL color Cylindrical-coordinate representation of color #C95AA1: hue angle of 321.62º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95AA1 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 161 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.21 |
| HSL | 321.62º | 0.51% | 0.57% | - |
| HSV(B) | 321.62º | 0.55% | 0.79% | - |
| XYZ | 34.18 | 22.3 | 36.22 | - |
| YUV | 131.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 161 | 0 | 0.55 | 0.20 | 0.21 | 321.62 | 0.51 | 0.57 |
| Hex | C9 | 5A | A1 | 0 | 37 | 14 | 15 | 142 | 33 | 39 |
| Octal | 311 | 132 | 241 | 0 | 67 | 24 | 25 | 502 | 63 | 71 |
| Binary | 11001001 | 1011010 | 10100001 | 0 | 110111 | 10100 | 10101 | 101000010 | 110011 | 111001 |
Color Harmonies of #C95AA1
Complementary color
Monochromatic Colors of #C95AA1
Black with #C95AA1
Text Example
Text Example
White with #C95AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95AA1; }
p { color: rgb(201,90,161); }
H1.HeaderClassName
{
color: #C95AA1;
}
.AnyTagClassName
{
color: #C95AA1;
}
</style>
background-color css
<style>
a { background-color: #C95AA1; }
a { background-color: rgb(201,90,161); }
div.DivClassName
{
background-color: #C95AA1;
}
.BgClassName
{
background-color: #C95AA1;
}
</style>
border-color css
<style>
span { border-color: #C95AA1; }
span { border-color: rgb(201,90,161); }
td.TdClassName
{
border-color: #C95AA1;
}
.TagClassName
{
border-color: #C95AA1;
}
</style>