Shades of Mulberry #C25098
Tints of Mulberry #C25098
RGB
CMYK
RGB Variations
Color information
#C25098 (or 0xC25098) is known color: Mulberry. HEX triplet: C2, 50 and 98. RGB value is (194,80,152). Sum of RGB (Red+Green+Blue) = 194+80+152=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C25098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25098 is #3DAF67. Grayscale: #7A7A7A. Windows color (decimal): -4042600 or 9982146. OLE color: 9982146.
HSL color Cylindrical-coordinate representation of color #C25098: hue angle of 322.11º 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 #C25098 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 152 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.24 |
| HSL | 322.11º | 0.48% | 0.54% | - |
| HSV(B) | 322.11º | 0.59% | 0.76% | - |
| XYZ | 30.78 | 19.47 | 31.84 | - |
| YUV | 122.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 152 | 0 | 0.59 | 0.22 | 0.24 | 322.11 | 0.48 | 0.54 |
| Hex | C2 | 50 | 98 | 0 | 3B | 16 | 18 | 142 | 30 | 36 |
| Octal | 302 | 120 | 230 | 0 | 73 | 26 | 30 | 502 | 60 | 66 |
| Binary | 11000010 | 1010000 | 10011000 | 0 | 111011 | 10110 | 11000 | 101000010 | 110000 | 110110 |
Color Harmonies of #C25098
Complementary color
Monochromatic Colors of #C25098
Black with #C25098
Text Example
Text Example
White with #C25098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25098; }
p { color: rgb(194,80,152); }
H1.HeaderClassName
{
color: #C25098;
}
.AnyTagClassName
{
color: #C25098;
}
</style>
background-color css
<style>
a { background-color: #C25098; }
a { background-color: rgb(194,80,152); }
div.DivClassName
{
background-color: #C25098;
}
.BgClassName
{
background-color: #C25098;
}
</style>
border-color css
<style>
span { border-color: #C25098; }
span { border-color: rgb(194,80,152); }
td.TdClassName
{
border-color: #C25098;
}
.TagClassName
{
border-color: #C25098;
}
</style>