Shades of Mulberry #C552A1
Tints of Mulberry #C552A1
RGB
CMYK
RGB Variations
Color information
#C552A1 (or 0xC552A1) is known color: Mulberry. HEX triplet: C5, 52 and A1. RGB value is (197,82,161). Sum of RGB (Red+Green+Blue) = 197+82+161=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C552A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C552A1 is #3AAD5E. Grayscale: #7D7D7D. Windows color (decimal): -3845471 or 10572485. OLE color: 10572485.
HSL color Cylindrical-coordinate representation of color #C552A1: hue angle of 318.78º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C552A1 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 161 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.23 |
| HSL | 318.78º | 0.5% | 0.55% | - |
| HSV(B) | 318.78º | 0.58% | 0.77% | - |
| XYZ | 32.48 | 20.48 | 35.96 | - |
| YUV | 125.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 161 | 0 | 0.58 | 0.18 | 0.23 | 318.78 | 0.5 | 0.55 |
| Hex | C5 | 52 | A1 | 0 | 3A | 12 | 17 | 13F | 32 | 37 |
| Octal | 305 | 122 | 241 | 0 | 72 | 22 | 27 | 477 | 62 | 67 |
| Binary | 11000101 | 1010010 | 10100001 | 0 | 111010 | 10010 | 10111 | 100111111 | 110010 | 110111 |
Color Harmonies of #C552A1
Complementary color
Monochromatic Colors of #C552A1
Black with #C552A1
Text Example
Text Example
White with #C552A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C552A1; }
p { color: rgb(197,82,161); }
H1.HeaderClassName
{
color: #C552A1;
}
.AnyTagClassName
{
color: #C552A1;
}
</style>
background-color css
<style>
a { background-color: #C552A1; }
a { background-color: rgb(197,82,161); }
div.DivClassName
{
background-color: #C552A1;
}
.BgClassName
{
background-color: #C552A1;
}
</style>
border-color css
<style>
span { border-color: #C552A1; }
span { border-color: rgb(197,82,161); }
td.TdClassName
{
border-color: #C552A1;
}
.TagClassName
{
border-color: #C552A1;
}
</style>