Shades of Mulberry #C55481
Tints of Mulberry #C55481
RGB
CMYK
RGB Variations
Color information
#C55481 (or 0xC55481) is known color: Mulberry. HEX triplet: C5, 54 and 81. RGB value is (197,84,129). Sum of RGB (Red+Green+Blue) = 197+84+129=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C55481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55481 is #3AAB7E. Grayscale: #7A7A7A. Windows color (decimal): -3844991 or 8475845. OLE color: 8475845.
HSL color Cylindrical-coordinate representation of color #C55481: hue angle of 336.11º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55481 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 129 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.23 |
| HSL | 336.11º | 0.49% | 0.55% | - |
| HSV(B) | 336.11º | 0.57% | 0.77% | - |
| XYZ | 30.16 | 19.8 | 23 | - |
| YUV | 122.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 129 | 0 | 0.57 | 0.35 | 0.23 | 336.11 | 0.49 | 0.55 |
| Hex | C5 | 54 | 81 | 0 | 39 | 23 | 17 | 150 | 31 | 37 |
| Octal | 305 | 124 | 201 | 0 | 71 | 43 | 27 | 520 | 61 | 67 |
| Binary | 11000101 | 1010100 | 10000001 | 0 | 111001 | 100011 | 10111 | 101010000 | 110001 | 110111 |
Color Harmonies of #C55481
Complementary color
Monochromatic Colors of #C55481
Black with #C55481
Text Example
Text Example
White with #C55481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55481; }
p { color: rgb(197,84,129); }
H1.HeaderClassName
{
color: #C55481;
}
.AnyTagClassName
{
color: #C55481;
}
</style>
background-color css
<style>
a { background-color: #C55481; }
a { background-color: rgb(197,84,129); }
div.DivClassName
{
background-color: #C55481;
}
.BgClassName
{
background-color: #C55481;
}
</style>
border-color css
<style>
span { border-color: #C55481; }
span { border-color: rgb(197,84,129); }
td.TdClassName
{
border-color: #C55481;
}
.TagClassName
{
border-color: #C55481;
}
</style>