Shades of Mulberry #C457A1
Tints of Mulberry #C457A1
RGB
CMYK
RGB Variations
Color information
#C457A1 (or 0xC457A1) is known color: Mulberry. HEX triplet: C4, 57 and A1. RGB value is (196,87,161). Sum of RGB (Red+Green+Blue) = 196+87+161=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C457A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C457A1 is #3BA85E. Grayscale: #7F7F7F. Windows color (decimal): -3909727 or 10573764. OLE color: 10573764.
HSL color Cylindrical-coordinate representation of color #C457A1: hue angle of 319.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C457A1 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 161 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.23 |
| HSL | 319.27º | 0.48% | 0.55% | - |
| HSV(B) | 319.27º | 0.56% | 0.77% | - |
| XYZ | 32.61 | 21.13 | 36.08 | - |
| YUV | 128.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 161 | 0 | 0.56 | 0.18 | 0.23 | 319.27 | 0.48 | 0.55 |
| Hex | C4 | 57 | A1 | 0 | 38 | 12 | 17 | 13F | 30 | 37 |
| Octal | 304 | 127 | 241 | 0 | 70 | 22 | 27 | 477 | 60 | 67 |
| Binary | 11000100 | 1010111 | 10100001 | 0 | 111000 | 10010 | 10111 | 100111111 | 110000 | 110111 |
Color Harmonies of #C457A1
Complementary color
Monochromatic Colors of #C457A1
Black with #C457A1
Text Example
Text Example
White with #C457A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C457A1; }
p { color: rgb(196,87,161); }
H1.HeaderClassName
{
color: #C457A1;
}
.AnyTagClassName
{
color: #C457A1;
}
</style>
background-color css
<style>
a { background-color: #C457A1; }
a { background-color: rgb(196,87,161); }
div.DivClassName
{
background-color: #C457A1;
}
.BgClassName
{
background-color: #C457A1;
}
</style>
border-color css
<style>
span { border-color: #C457A1; }
span { border-color: rgb(196,87,161); }
td.TdClassName
{
border-color: #C457A1;
}
.TagClassName
{
border-color: #C457A1;
}
</style>