Shades of Mulberry #C25281
Tints of Mulberry #C25281
RGB
CMYK
RGB Variations
Color information
#C25281 (or 0xC25281) is known color: Mulberry. HEX triplet: C2, 52 and 81. RGB value is (194,82,129). Sum of RGB (Red+Green+Blue) = 194+82+129=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C25281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25281 is #3DAD7E. Grayscale: #787878. Windows color (decimal): -4042111 or 8475330. OLE color: 8475330.
HSL color Cylindrical-coordinate representation of color #C25281: hue angle of 334.82º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25281 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 129 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.24 |
| HSL | 334.82º | 0.48% | 0.54% | - |
| HSV(B) | 334.82º | 0.58% | 0.76% | - |
| XYZ | 29.23 | 19.09 | 22.91 | - |
| YUV | 120.85 | 132.61 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 129 | 0 | 0.58 | 0.34 | 0.24 | 334.82 | 0.48 | 0.54 |
| Hex | C2 | 52 | 81 | 0 | 3A | 22 | 18 | 14F | 30 | 36 |
| Octal | 302 | 122 | 201 | 0 | 72 | 42 | 30 | 517 | 60 | 66 |
| Binary | 11000010 | 1010010 | 10000001 | 0 | 111010 | 100010 | 11000 | 101001111 | 110000 | 110110 |
Color Harmonies of #C25281
Complementary color
Monochromatic Colors of #C25281
Black with #C25281
Text Example
Text Example
White with #C25281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25281; }
p { color: rgb(194,82,129); }
H1.HeaderClassName
{
color: #C25281;
}
.AnyTagClassName
{
color: #C25281;
}
</style>
background-color css
<style>
a { background-color: #C25281; }
a { background-color: rgb(194,82,129); }
div.DivClassName
{
background-color: #C25281;
}
.BgClassName
{
background-color: #C25281;
}
</style>
border-color css
<style>
span { border-color: #C25281; }
span { border-color: rgb(194,82,129); }
td.TdClassName
{
border-color: #C25281;
}
.TagClassName
{
border-color: #C25281;
}
</style>