Shades of Mulberry #C54AA2
Tints of Mulberry #C54AA2
RGB
CMYK
RGB Variations
Color information
#C54AA2 (or 0xC54AA2) is known color: Mulberry. HEX triplet: C5, 4A and A2. RGB value is (197,74,162). Sum of RGB (Red+Green+Blue) = 197+74+162=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C54AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54AA2 is #3AB55D. Grayscale: #787878. Windows color (decimal): -3847518 or 10635973. OLE color: 10635973.
HSL color Cylindrical-coordinate representation of color #C54AA2: hue angle of 317.07º 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 #C54AA2 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 162 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.23 |
| HSL | 317.07º | 0.51% | 0.53% | - |
| HSV(B) | 317.07º | 0.62% | 0.77% | - |
| XYZ | 32 | 19.38 | 36.24 | - |
| YUV | 120.81 | 151.25 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 162 | 0 | 0.62 | 0.18 | 0.23 | 317.07 | 0.51 | 0.53 |
| Hex | C5 | 4A | A2 | 0 | 3E | 12 | 17 | 13D | 33 | 35 |
| Octal | 305 | 112 | 242 | 0 | 76 | 22 | 27 | 475 | 63 | 65 |
| Binary | 11000101 | 1001010 | 10100010 | 0 | 111110 | 10010 | 10111 | 100111101 | 110011 | 110101 |
Color Harmonies of #C54AA2
Complementary color
Monochromatic Colors of #C54AA2
Black with #C54AA2
Text Example
Text Example
White with #C54AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AA2; }
p { color: rgb(197,74,162); }
H1.HeaderClassName
{
color: #C54AA2;
}
.AnyTagClassName
{
color: #C54AA2;
}
</style>
background-color css
<style>
a { background-color: #C54AA2; }
a { background-color: rgb(197,74,162); }
div.DivClassName
{
background-color: #C54AA2;
}
.BgClassName
{
background-color: #C54AA2;
}
</style>
border-color css
<style>
span { border-color: #C54AA2; }
span { border-color: rgb(197,74,162); }
td.TdClassName
{
border-color: #C54AA2;
}
.TagClassName
{
border-color: #C54AA2;
}
</style>