Shades of Mulberry #C551A4
Tints of Mulberry #C551A4
RGB
CMYK
RGB Variations
Color information
#C551A4 (or 0xC551A4) is known color: Mulberry. HEX triplet: C5, 51 and A4. RGB value is (197,81,164). Sum of RGB (Red+Green+Blue) = 197+81+164=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C551A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C551A4 is #3AAE5B. Grayscale: #7C7C7C. Windows color (decimal): -3845724 or 10768837. OLE color: 10768837.
HSL color Cylindrical-coordinate representation of color #C551A4: hue angle of 317.07º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C551A4 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 164 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.23 |
| HSL | 317.07º | 0.5% | 0.55% | - |
| HSV(B) | 317.07º | 0.59% | 0.77% | - |
| XYZ | 32.67 | 20.44 | 37.34 | - |
| YUV | 125.15 | 149.93 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 164 | 0 | 0.59 | 0.17 | 0.23 | 317.07 | 0.5 | 0.55 |
| Hex | C5 | 51 | A4 | 0 | 3B | 11 | 17 | 13D | 32 | 37 |
| Octal | 305 | 121 | 244 | 0 | 73 | 21 | 27 | 475 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10100100 | 0 | 111011 | 10001 | 10111 | 100111101 | 110010 | 110111 |
Color Harmonies of #C551A4
Complementary color
Monochromatic Colors of #C551A4
Black with #C551A4
Text Example
Text Example
White with #C551A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551A4; }
p { color: rgb(197,81,164); }
H1.HeaderClassName
{
color: #C551A4;
}
.AnyTagClassName
{
color: #C551A4;
}
</style>
background-color css
<style>
a { background-color: #C551A4; }
a { background-color: rgb(197,81,164); }
div.DivClassName
{
background-color: #C551A4;
}
.BgClassName
{
background-color: #C551A4;
}
</style>
border-color css
<style>
span { border-color: #C551A4; }
span { border-color: rgb(197,81,164); }
td.TdClassName
{
border-color: #C551A4;
}
.TagClassName
{
border-color: #C551A4;
}
</style>