Shades of Mulberry #C45D9A
Tints of Mulberry #C45D9A
RGB
CMYK
RGB Variations
Color information
#C45D9A (or 0xC45D9A) is known color: Mulberry. HEX triplet: C4, 5D and 9A. RGB value is (196,93,154). Sum of RGB (Red+Green+Blue) = 196+93+154=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45D9A is #3BA265. Grayscale: #828282. Windows color (decimal): -3908198 or 10116548. OLE color: 10116548.
HSL color Cylindrical-coordinate representation of color #C45D9A: hue angle of 324.47º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45D9A is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 154 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.23 |
| HSL | 324.47º | 0.47% | 0.57% | - |
| HSV(B) | 324.47º | 0.53% | 0.77% | - |
| XYZ | 32.51 | 21.9 | 33.08 | - |
| YUV | 130.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 154 | 0 | 0.53 | 0.21 | 0.23 | 324.47 | 0.47 | 0.57 |
| Hex | C4 | 5D | 9A | 0 | 35 | 15 | 17 | 144 | 2F | 39 |
| Octal | 304 | 135 | 232 | 0 | 65 | 25 | 27 | 504 | 57 | 71 |
| Binary | 11000100 | 1011101 | 10011010 | 0 | 110101 | 10101 | 10111 | 101000100 | 101111 | 111001 |
Color Harmonies of #C45D9A
Complementary color
Monochromatic Colors of #C45D9A
Black with #C45D9A
Text Example
Text Example
White with #C45D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D9A; }
p { color: rgb(196,93,154); }
H1.HeaderClassName
{
color: #C45D9A;
}
.AnyTagClassName
{
color: #C45D9A;
}
</style>
background-color css
<style>
a { background-color: #C45D9A; }
a { background-color: rgb(196,93,154); }
div.DivClassName
{
background-color: #C45D9A;
}
.BgClassName
{
background-color: #C45D9A;
}
</style>
border-color css
<style>
span { border-color: #C45D9A; }
span { border-color: rgb(196,93,154); }
td.TdClassName
{
border-color: #C45D9A;
}
.TagClassName
{
border-color: #C45D9A;
}
</style>