Shades of Mulberry #C45A8D
Tints of Mulberry #C45A8D
RGB
CMYK
RGB Variations
Color information
#C45A8D (or 0xC45A8D) is known color: Mulberry. HEX triplet: C4, 5A and 8D. RGB value is (196,90,141). Sum of RGB (Red+Green+Blue) = 196+90+141=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45A8D is #3BA572. Grayscale: #7F7F7F. Windows color (decimal): -3908979 or 9263812. OLE color: 9263812.
HSL color Cylindrical-coordinate representation of color #C45A8D: hue angle of 331.13º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45A8D is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 141 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.23 |
| HSL | 331.13º | 0.47% | 0.56% | - |
| HSV(B) | 331.13º | 0.54% | 0.77% | - |
| XYZ | 31.23 | 20.97 | 27.6 | - |
| YUV | 127.51 | 135.62 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 141 | 0 | 0.54 | 0.28 | 0.23 | 331.13 | 0.47 | 0.56 |
| Hex | C4 | 5A | 8D | 0 | 36 | 1C | 17 | 14B | 2F | 38 |
| Octal | 304 | 132 | 215 | 0 | 66 | 34 | 27 | 513 | 57 | 70 |
| Binary | 11000100 | 1011010 | 10001101 | 0 | 110110 | 11100 | 10111 | 101001011 | 101111 | 111000 |
Color Harmonies of #C45A8D
Complementary color
Monochromatic Colors of #C45A8D
Black with #C45A8D
Text Example
Text Example
White with #C45A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A8D; }
p { color: rgb(196,90,141); }
H1.HeaderClassName
{
color: #C45A8D;
}
.AnyTagClassName
{
color: #C45A8D;
}
</style>
background-color css
<style>
a { background-color: #C45A8D; }
a { background-color: rgb(196,90,141); }
div.DivClassName
{
background-color: #C45A8D;
}
.BgClassName
{
background-color: #C45A8D;
}
</style>
border-color css
<style>
span { border-color: #C45A8D; }
span { border-color: rgb(196,90,141); }
td.TdClassName
{
border-color: #C45A8D;
}
.TagClassName
{
border-color: #C45A8D;
}
</style>