Shades of Mulberry #C54BA5
Tints of Mulberry #C54BA5
RGB
CMYK
RGB Variations
Color information
#C54BA5 (or 0xC54BA5) is known color: Mulberry. HEX triplet: C5, 4B and A5. RGB value is (197,75,165). Sum of RGB (Red+Green+Blue) = 197+75+165=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C54BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54BA5 is #3AB45A. Grayscale: #797979. Windows color (decimal): -3847259 or 10832837. OLE color: 10832837.
HSL color Cylindrical-coordinate representation of color #C54BA5: hue angle of 315.74º 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 #C54BA5 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 165 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.23 |
| HSL | 315.74º | 0.51% | 0.53% | - |
| HSV(B) | 315.74º | 0.62% | 0.77% | - |
| XYZ | 32.33 | 19.62 | 37.68 | - |
| YUV | 121.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 165 | 0 | 0.62 | 0.16 | 0.23 | 315.74 | 0.51 | 0.53 |
| Hex | C5 | 4B | A5 | 0 | 3E | 10 | 17 | 13C | 33 | 35 |
| Octal | 305 | 113 | 245 | 0 | 76 | 20 | 27 | 474 | 63 | 65 |
| Binary | 11000101 | 1001011 | 10100101 | 0 | 111110 | 10000 | 10111 | 100111100 | 110011 | 110101 |
Color Harmonies of #C54BA5
Complementary color
Monochromatic Colors of #C54BA5
Black with #C54BA5
Text Example
Text Example
White with #C54BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BA5; }
p { color: rgb(197,75,165); }
H1.HeaderClassName
{
color: #C54BA5;
}
.AnyTagClassName
{
color: #C54BA5;
}
</style>
background-color css
<style>
a { background-color: #C54BA5; }
a { background-color: rgb(197,75,165); }
div.DivClassName
{
background-color: #C54BA5;
}
.BgClassName
{
background-color: #C54BA5;
}
</style>
border-color css
<style>
span { border-color: #C54BA5; }
span { border-color: rgb(197,75,165); }
td.TdClassName
{
border-color: #C54BA5;
}
.TagClassName
{
border-color: #C54BA5;
}
</style>