Shades of Mulberry #C551A2
Tints of Mulberry #C551A2
RGB
CMYK
RGB Variations
Color information
#C551A2 (or 0xC551A2) is known color: Mulberry. HEX triplet: C5, 51 and A2. RGB value is (197,81,162). Sum of RGB (Red+Green+Blue) = 197+81+162=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C551A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C551A2 is #3AAE5D. Grayscale: #7C7C7C. Windows color (decimal): -3845726 or 10637765. OLE color: 10637765.
HSL color Cylindrical-coordinate representation of color #C551A2: hue angle of 318.1º 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 #C551A2 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 162 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.23 |
| HSL | 318.1º | 0.5% | 0.55% | - |
| HSV(B) | 318.1º | 0.59% | 0.77% | - |
| XYZ | 32.49 | 20.36 | 36.4 | - |
| YUV | 124.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 162 | 0 | 0.59 | 0.18 | 0.23 | 318.1 | 0.5 | 0.55 |
| Hex | C5 | 51 | A2 | 0 | 3B | 12 | 17 | 13E | 32 | 37 |
| Octal | 305 | 121 | 242 | 0 | 73 | 22 | 27 | 476 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10100010 | 0 | 111011 | 10010 | 10111 | 100111110 | 110010 | 110111 |
Color Harmonies of #C551A2
Complementary color
Monochromatic Colors of #C551A2
Black with #C551A2
Text Example
Text Example
White with #C551A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551A2; }
p { color: rgb(197,81,162); }
H1.HeaderClassName
{
color: #C551A2;
}
.AnyTagClassName
{
color: #C551A2;
}
</style>
background-color css
<style>
a { background-color: #C551A2; }
a { background-color: rgb(197,81,162); }
div.DivClassName
{
background-color: #C551A2;
}
.BgClassName
{
background-color: #C551A2;
}
</style>
border-color css
<style>
span { border-color: #C551A2; }
span { border-color: rgb(197,81,162); }
td.TdClassName
{
border-color: #C551A2;
}
.TagClassName
{
border-color: #C551A2;
}
</style>