Shades of Mulberry #C54284
Tints of Mulberry #C54284
RGB
CMYK
RGB Variations
Color information
#C54284 (or 0xC54284) is known color: Mulberry. HEX triplet: C5, 42 and 84. RGB value is (197,66,132). Sum of RGB (Red+Green+Blue) = 197+66+132=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C54284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54284 is #3ABD7B. Grayscale: #707070. Windows color (decimal): -3849596 or 8667845. OLE color: 8667845.
HSL color Cylindrical-coordinate representation of color #C54284: hue angle of 329.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54284 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 132 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.23 |
| HSL | 329.77º | 0.53% | 0.52% | - |
| HSV(B) | 329.77º | 0.66% | 0.77% | - |
| XYZ | 29.14 | 17.43 | 23.66 | - |
| YUV | 112.69 | 138.9 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 132 | 0 | 0.66 | 0.33 | 0.23 | 329.77 | 0.53 | 0.52 |
| Hex | C5 | 42 | 84 | 0 | 42 | 21 | 17 | 14A | 35 | 34 |
| Octal | 305 | 102 | 204 | 0 | 102 | 41 | 27 | 512 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10000100 | 0 | 1000010 | 100001 | 10111 | 101001010 | 110101 | 110100 |
Color Harmonies of #C54284
Complementary color
Monochromatic Colors of #C54284
Black with #C54284
Text Example
Text Example
White with #C54284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54284; }
p { color: rgb(197,66,132); }
H1.HeaderClassName
{
color: #C54284;
}
.AnyTagClassName
{
color: #C54284;
}
</style>
background-color css
<style>
a { background-color: #C54284; }
a { background-color: rgb(197,66,132); }
div.DivClassName
{
background-color: #C54284;
}
.BgClassName
{
background-color: #C54284;
}
</style>
border-color css
<style>
span { border-color: #C54284; }
span { border-color: rgb(197,66,132); }
td.TdClassName
{
border-color: #C54284;
}
.TagClassName
{
border-color: #C54284;
}
</style>