Shades of Mulberry #C25084
Tints of Mulberry #C25084
RGB
CMYK
RGB Variations
Color information
#C25084 (or 0xC25084) is known color: Mulberry. HEX triplet: C2, 50 and 84. RGB value is (194,80,132). Sum of RGB (Red+Green+Blue) = 194+80+132=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C25084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25084 is #3DAF7B. Grayscale: #777777. Windows color (decimal): -4042620 or 8671426. OLE color: 8671426.
HSL color Cylindrical-coordinate representation of color #C25084: hue angle of 332.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 #C25084 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 132 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.24 |
| HSL | 332.63º | 0.48% | 0.54% | - |
| HSV(B) | 332.63º | 0.59% | 0.76% | - |
| XYZ | 29.28 | 18.87 | 23.93 | - |
| YUV | 120.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 132 | 0 | 0.59 | 0.32 | 0.24 | 332.63 | 0.48 | 0.54 |
| Hex | C2 | 50 | 84 | 0 | 3B | 20 | 18 | 14D | 30 | 36 |
| Octal | 302 | 120 | 204 | 0 | 73 | 40 | 30 | 515 | 60 | 66 |
| Binary | 11000010 | 1010000 | 10000100 | 0 | 111011 | 100000 | 11000 | 101001101 | 110000 | 110110 |
Color Harmonies of #C25084
Complementary color
Monochromatic Colors of #C25084
Black with #C25084
Text Example
Text Example
White with #C25084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25084; }
p { color: rgb(194,80,132); }
H1.HeaderClassName
{
color: #C25084;
}
.AnyTagClassName
{
color: #C25084;
}
</style>
background-color css
<style>
a { background-color: #C25084; }
a { background-color: rgb(194,80,132); }
div.DivClassName
{
background-color: #C25084;
}
.BgClassName
{
background-color: #C25084;
}
</style>
border-color css
<style>
span { border-color: #C25084; }
span { border-color: rgb(194,80,132); }
td.TdClassName
{
border-color: #C25084;
}
.TagClassName
{
border-color: #C25084;
}
</style>