Shades of Mulberry #C54A9A
Tints of Mulberry #C54A9A
RGB
CMYK
RGB Variations
Color information
#C54A9A (or 0xC54A9A) is known color: Mulberry. HEX triplet: C5, 4A and 9A. RGB value is (197,74,154). Sum of RGB (Red+Green+Blue) = 197+74+154=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54A9A is #3AB565. Grayscale: #777777. Windows color (decimal): -3847526 or 10111685. OLE color: 10111685.
HSL color Cylindrical-coordinate representation of color #C54A9A: hue angle of 320.98º 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 #C54A9A is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 154 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.23 |
| HSL | 320.98º | 0.51% | 0.53% | - |
| HSV(B) | 320.98º | 0.62% | 0.77% | - |
| XYZ | 31.31 | 19.1 | 32.61 | - |
| YUV | 119.9 | 147.25 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 154 | 0 | 0.62 | 0.22 | 0.23 | 320.98 | 0.51 | 0.53 |
| Hex | C5 | 4A | 9A | 0 | 3E | 16 | 17 | 141 | 33 | 35 |
| Octal | 305 | 112 | 232 | 0 | 76 | 26 | 27 | 501 | 63 | 65 |
| Binary | 11000101 | 1001010 | 10011010 | 0 | 111110 | 10110 | 10111 | 101000001 | 110011 | 110101 |
Color Harmonies of #C54A9A
Complementary color
Monochromatic Colors of #C54A9A
Black with #C54A9A
Text Example
Text Example
White with #C54A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A9A; }
p { color: rgb(197,74,154); }
H1.HeaderClassName
{
color: #C54A9A;
}
.AnyTagClassName
{
color: #C54A9A;
}
</style>
background-color css
<style>
a { background-color: #C54A9A; }
a { background-color: rgb(197,74,154); }
div.DivClassName
{
background-color: #C54A9A;
}
.BgClassName
{
background-color: #C54A9A;
}
</style>
border-color css
<style>
span { border-color: #C54A9A; }
span { border-color: rgb(197,74,154); }
td.TdClassName
{
border-color: #C54A9A;
}
.TagClassName
{
border-color: #C54A9A;
}
</style>