Shades of Mulberry #C25380
Tints of Mulberry #C25380
RGB
CMYK
RGB Variations
Color information
#C25380 (or 0xC25380) is known color: Mulberry. HEX triplet: C2, 53 and 80. RGB value is (194,83,128). Sum of RGB (Red+Green+Blue) = 194+83+128=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C25380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25380 is #3DAC7F. Grayscale: #797979. Windows color (decimal): -4041856 or 8410050. OLE color: 8410050.
HSL color Cylindrical-coordinate representation of color #C25380: hue angle of 335.68º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25380 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 128 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.24 |
| HSL | 335.68º | 0.48% | 0.54% | - |
| HSV(B) | 335.68º | 0.57% | 0.76% | - |
| XYZ | 29.24 | 19.21 | 22.59 | - |
| YUV | 121.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 128 | 0 | 0.57 | 0.34 | 0.24 | 335.68 | 0.48 | 0.54 |
| Hex | C2 | 53 | 80 | 0 | 39 | 22 | 18 | 150 | 30 | 36 |
| Octal | 302 | 123 | 200 | 0 | 71 | 42 | 30 | 520 | 60 | 66 |
| Binary | 11000010 | 1010011 | 10000000 | 0 | 111001 | 100010 | 11000 | 101010000 | 110000 | 110110 |
Color Harmonies of #C25380
Complementary color
Monochromatic Colors of #C25380
Black with #C25380
Text Example
Text Example
White with #C25380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25380; }
p { color: rgb(194,83,128); }
H1.HeaderClassName
{
color: #C25380;
}
.AnyTagClassName
{
color: #C25380;
}
</style>
background-color css
<style>
a { background-color: #C25380; }
a { background-color: rgb(194,83,128); }
div.DivClassName
{
background-color: #C25380;
}
.BgClassName
{
background-color: #C25380;
}
</style>
border-color css
<style>
span { border-color: #C25380; }
span { border-color: rgb(194,83,128); }
td.TdClassName
{
border-color: #C25380;
}
.TagClassName
{
border-color: #C25380;
}
</style>