Shades of Mulberry #C25091
Tints of Mulberry #C25091
RGB
CMYK
RGB Variations
Color information
#C25091 (or 0xC25091) is known color: Mulberry. HEX triplet: C2, 50 and 91. RGB value is (194,80,145). Sum of RGB (Red+Green+Blue) = 194+80+145=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C25091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25091 is #3DAF6E. Grayscale: #797979. Windows color (decimal): -4042607 or 9523394. OLE color: 9523394.
HSL color Cylindrical-coordinate representation of color #C25091: hue angle of 325.79º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25091 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 145 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.24 |
| HSL | 325.79º | 0.48% | 0.54% | - |
| HSV(B) | 325.79º | 0.59% | 0.76% | - |
| XYZ | 30.23 | 19.25 | 28.91 | - |
| YUV | 121.5 | 141.27 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 145 | 0 | 0.59 | 0.25 | 0.24 | 325.79 | 0.48 | 0.54 |
| Hex | C2 | 50 | 91 | 0 | 3B | 19 | 18 | 146 | 30 | 36 |
| Octal | 302 | 120 | 221 | 0 | 73 | 31 | 30 | 506 | 60 | 66 |
| Binary | 11000010 | 1010000 | 10010001 | 0 | 111011 | 11001 | 11000 | 101000110 | 110000 | 110110 |
Color Harmonies of #C25091
Complementary color
Monochromatic Colors of #C25091
Black with #C25091
Text Example
Text Example
White with #C25091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25091; }
p { color: rgb(194,80,145); }
H1.HeaderClassName
{
color: #C25091;
}
.AnyTagClassName
{
color: #C25091;
}
</style>
background-color css
<style>
a { background-color: #C25091; }
a { background-color: rgb(194,80,145); }
div.DivClassName
{
background-color: #C25091;
}
.BgClassName
{
background-color: #C25091;
}
</style>
border-color css
<style>
span { border-color: #C25091; }
span { border-color: rgb(194,80,145); }
td.TdClassName
{
border-color: #C25091;
}
.TagClassName
{
border-color: #C25091;
}
</style>