Shades of Mulberry #C95BA1
Tints of Mulberry #C95BA1
RGB
CMYK
RGB Variations
Color information
#C95BA1 (or 0xC95BA1) is known color: Mulberry. HEX triplet: C9, 5B and A1. RGB value is (201,91,161). Sum of RGB (Red+Green+Blue) = 201+91+161=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95BA1 is #36A45E. Grayscale: #838383. Windows color (decimal): -3581023 or 10574793. OLE color: 10574793.
HSL color Cylindrical-coordinate representation of color #C95BA1: hue angle of 321.82º degrees, saturation: 0.5, 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 #C95BA1 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 161 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.21 |
| HSL | 321.82º | 0.5% | 0.57% | - |
| HSV(B) | 321.82º | 0.55% | 0.79% | - |
| XYZ | 34.26 | 22.47 | 36.25 | - |
| YUV | 131.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 161 | 0 | 0.55 | 0.20 | 0.21 | 321.82 | 0.5 | 0.57 |
| Hex | C9 | 5B | A1 | 0 | 37 | 14 | 15 | 142 | 32 | 39 |
| Octal | 311 | 133 | 241 | 0 | 67 | 24 | 25 | 502 | 62 | 71 |
| Binary | 11001001 | 1011011 | 10100001 | 0 | 110111 | 10100 | 10101 | 101000010 | 110010 | 111001 |
Color Harmonies of #C95BA1
Complementary color
Monochromatic Colors of #C95BA1
Black with #C95BA1
Text Example
Text Example
White with #C95BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BA1; }
p { color: rgb(201,91,161); }
H1.HeaderClassName
{
color: #C95BA1;
}
.AnyTagClassName
{
color: #C95BA1;
}
</style>
background-color css
<style>
a { background-color: #C95BA1; }
a { background-color: rgb(201,91,161); }
div.DivClassName
{
background-color: #C95BA1;
}
.BgClassName
{
background-color: #C95BA1;
}
</style>
border-color css
<style>
span { border-color: #C95BA1; }
span { border-color: rgb(201,91,161); }
td.TdClassName
{
border-color: #C95BA1;
}
.TagClassName
{
border-color: #C95BA1;
}
</style>