Shades of Mulberry #C54A8A
Tints of Mulberry #C54A8A
RGB
CMYK
RGB Variations
Color information
#C54A8A (or 0xC54A8A) is known color: Mulberry. HEX triplet: C5, 4A and 8A. RGB value is (197,74,138). Sum of RGB (Red+Green+Blue) = 197+74+138=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54A8A is #3AB575. Grayscale: #757575. Windows color (decimal): -3847542 or 9063109. OLE color: 9063109.
HSL color Cylindrical-coordinate representation of color #C54A8A: hue angle of 328.78º 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 #C54A8A is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 138 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.23 |
| HSL | 328.78º | 0.51% | 0.53% | - |
| HSV(B) | 328.78º | 0.62% | 0.77% | - |
| XYZ | 30.06 | 18.6 | 26.05 | - |
| YUV | 118.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 138 | 0 | 0.62 | 0.30 | 0.23 | 328.78 | 0.51 | 0.53 |
| Hex | C5 | 4A | 8A | 0 | 3E | 1E | 17 | 149 | 33 | 35 |
| Octal | 305 | 112 | 212 | 0 | 76 | 36 | 27 | 511 | 63 | 65 |
| Binary | 11000101 | 1001010 | 10001010 | 0 | 111110 | 11110 | 10111 | 101001001 | 110011 | 110101 |
Color Harmonies of #C54A8A
Complementary color
Monochromatic Colors of #C54A8A
Black with #C54A8A
Text Example
Text Example
White with #C54A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A8A; }
p { color: rgb(197,74,138); }
H1.HeaderClassName
{
color: #C54A8A;
}
.AnyTagClassName
{
color: #C54A8A;
}
</style>
background-color css
<style>
a { background-color: #C54A8A; }
a { background-color: rgb(197,74,138); }
div.DivClassName
{
background-color: #C54A8A;
}
.BgClassName
{
background-color: #C54A8A;
}
</style>
border-color css
<style>
span { border-color: #C54A8A; }
span { border-color: rgb(197,74,138); }
td.TdClassName
{
border-color: #C54A8A;
}
.TagClassName
{
border-color: #C54A8A;
}
</style>