Shades of Mulberry #C25097
Tints of Mulberry #C25097
RGB
CMYK
RGB Variations
Color information
#C25097 (or 0xC25097) is known color: Mulberry. HEX triplet: C2, 50 and 97. RGB value is (194,80,151). Sum of RGB (Red+Green+Blue) = 194+80+151=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C25097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25097 is #3DAF68. Grayscale: #7A7A7A. Windows color (decimal): -4042601 or 9916610. OLE color: 9916610.
HSL color Cylindrical-coordinate representation of color #C25097: hue angle of 322.63º 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 #C25097 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 151 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.24 |
| HSL | 322.63º | 0.48% | 0.54% | - |
| HSV(B) | 322.63º | 0.59% | 0.76% | - |
| XYZ | 30.7 | 19.44 | 31.41 | - |
| YUV | 122.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 151 | 0 | 0.59 | 0.22 | 0.24 | 322.63 | 0.48 | 0.54 |
| Hex | C2 | 50 | 97 | 0 | 3B | 16 | 18 | 143 | 30 | 36 |
| Octal | 302 | 120 | 227 | 0 | 73 | 26 | 30 | 503 | 60 | 66 |
| Binary | 11000010 | 1010000 | 10010111 | 0 | 111011 | 10110 | 11000 | 101000011 | 110000 | 110110 |
Color Harmonies of #C25097
Complementary color
Monochromatic Colors of #C25097
Black with #C25097
Text Example
Text Example
White with #C25097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25097; }
p { color: rgb(194,80,151); }
H1.HeaderClassName
{
color: #C25097;
}
.AnyTagClassName
{
color: #C25097;
}
</style>
background-color css
<style>
a { background-color: #C25097; }
a { background-color: rgb(194,80,151); }
div.DivClassName
{
background-color: #C25097;
}
.BgClassName
{
background-color: #C25097;
}
</style>
border-color css
<style>
span { border-color: #C25097; }
span { border-color: rgb(194,80,151); }
td.TdClassName
{
border-color: #C25097;
}
.TagClassName
{
border-color: #C25097;
}
</style>