Shades of Mulberry #C25BA1
Tints of Mulberry #C25BA1
RGB
CMYK
RGB Variations
Color information
#C25BA1 (or 0xC25BA1) is known color: Mulberry. HEX triplet: C2, 5B and A1. RGB value is (194,91,161). Sum of RGB (Red+Green+Blue) = 194+91+161=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25BA1 is #3DA45E. Grayscale: #818181. Windows color (decimal): -4039775 or 10574786. OLE color: 10574786.
HSL color Cylindrical-coordinate representation of color #C25BA1: hue angle of 319.22º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25BA1 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 161 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.24 |
| HSL | 319.22º | 0.46% | 0.56% | - |
| HSV(B) | 319.22º | 0.53% | 0.76% | - |
| XYZ | 32.42 | 21.52 | 36.16 | - |
| YUV | 129.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 161 | 0 | 0.53 | 0.17 | 0.24 | 319.22 | 0.46 | 0.56 |
| Hex | C2 | 5B | A1 | 0 | 35 | 11 | 18 | 13F | 2E | 38 |
| Octal | 302 | 133 | 241 | 0 | 65 | 21 | 30 | 477 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10100001 | 0 | 110101 | 10001 | 11000 | 100111111 | 101110 | 111000 |
Color Harmonies of #C25BA1
Complementary color
Monochromatic Colors of #C25BA1
Black with #C25BA1
Text Example
Text Example
White with #C25BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BA1; }
p { color: rgb(194,91,161); }
H1.HeaderClassName
{
color: #C25BA1;
}
.AnyTagClassName
{
color: #C25BA1;
}
</style>
background-color css
<style>
a { background-color: #C25BA1; }
a { background-color: rgb(194,91,161); }
div.DivClassName
{
background-color: #C25BA1;
}
.BgClassName
{
background-color: #C25BA1;
}
</style>
border-color css
<style>
span { border-color: #C25BA1; }
span { border-color: rgb(194,91,161); }
td.TdClassName
{
border-color: #C25BA1;
}
.TagClassName
{
border-color: #C25BA1;
}
</style>