Shades of Mulberry #C25BA0
Tints of Mulberry #C25BA0
RGB
CMYK
RGB Variations
Color information
#C25BA0 (or 0xC25BA0) is known color: Mulberry. HEX triplet: C2, 5B and A0. RGB value is (194,91,160). Sum of RGB (Red+Green+Blue) = 194+91+160=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25BA0 is #3DA45F. Grayscale: #818181. Windows color (decimal): -4039776 or 10509250. OLE color: 10509250.
HSL color Cylindrical-coordinate representation of color #C25BA0: hue angle of 319.81º 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 #C25BA0 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 160 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.24 |
| HSL | 319.81º | 0.46% | 0.56% | - |
| HSV(B) | 319.81º | 0.53% | 0.76% | - |
| XYZ | 32.33 | 21.49 | 35.7 | - |
| YUV | 129.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 160 | 0 | 0.53 | 0.18 | 0.24 | 319.81 | 0.46 | 0.56 |
| Hex | C2 | 5B | A0 | 0 | 35 | 12 | 18 | 140 | 2E | 38 |
| Octal | 302 | 133 | 240 | 0 | 65 | 22 | 30 | 500 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10100000 | 0 | 110101 | 10010 | 11000 | 101000000 | 101110 | 111000 |
Color Harmonies of #C25BA0
Complementary color
Monochromatic Colors of #C25BA0
Black with #C25BA0
Text Example
Text Example
White with #C25BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BA0; }
p { color: rgb(194,91,160); }
H1.HeaderClassName
{
color: #C25BA0;
}
.AnyTagClassName
{
color: #C25BA0;
}
</style>
background-color css
<style>
a { background-color: #C25BA0; }
a { background-color: rgb(194,91,160); }
div.DivClassName
{
background-color: #C25BA0;
}
.BgClassName
{
background-color: #C25BA0;
}
</style>
border-color css
<style>
span { border-color: #C25BA0; }
span { border-color: rgb(194,91,160); }
td.TdClassName
{
border-color: #C25BA0;
}
.TagClassName
{
border-color: #C25BA0;
}
</style>