Shades of Mulberry #C54A82
Tints of Mulberry #C54A82
RGB
CMYK
RGB Variations
Color information
#C54A82 (or 0xC54A82) is known color: Mulberry. HEX triplet: C5, 4A and 82. RGB value is (197,74,130). Sum of RGB (Red+Green+Blue) = 197+74+130=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54A82 is #3AB57D. Grayscale: #757575. Windows color (decimal): -3847550 or 8538821. OLE color: 8538821.
HSL color Cylindrical-coordinate representation of color #C54A82: hue angle of 332.68º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54A82 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 130 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.23 |
| HSL | 332.68º | 0.51% | 0.53% | - |
| HSV(B) | 332.68º | 0.62% | 0.77% | - |
| XYZ | 29.5 | 18.38 | 23.11 | - |
| YUV | 117.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 130 | 0 | 0.62 | 0.34 | 0.23 | 332.68 | 0.51 | 0.53 |
| Hex | C5 | 4A | 82 | 0 | 3E | 22 | 17 | 14D | 33 | 35 |
| Octal | 305 | 112 | 202 | 0 | 76 | 42 | 27 | 515 | 63 | 65 |
| Binary | 11000101 | 1001010 | 10000010 | 0 | 111110 | 100010 | 10111 | 101001101 | 110011 | 110101 |
Color Harmonies of #C54A82
Complementary color
Monochromatic Colors of #C54A82
Black with #C54A82
Text Example
Text Example
White with #C54A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A82; }
p { color: rgb(197,74,130); }
H1.HeaderClassName
{
color: #C54A82;
}
.AnyTagClassName
{
color: #C54A82;
}
</style>
background-color css
<style>
a { background-color: #C54A82; }
a { background-color: rgb(197,74,130); }
div.DivClassName
{
background-color: #C54A82;
}
.BgClassName
{
background-color: #C54A82;
}
</style>
border-color css
<style>
span { border-color: #C54A82; }
span { border-color: rgb(197,74,130); }
td.TdClassName
{
border-color: #C54A82;
}
.TagClassName
{
border-color: #C54A82;
}
</style>