Shades of Mulberry #C45AA3
Tints of Mulberry #C45AA3
RGB
CMYK
RGB Variations
Color information
#C45AA3 (or 0xC45AA3) is known color: Mulberry. HEX triplet: C4, 5A and A3. RGB value is (196,90,163). Sum of RGB (Red+Green+Blue) = 196+90+163=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C45AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45AA3 is #3BA55C. Grayscale: #818181. Windows color (decimal): -3908957 or 10705604. OLE color: 10705604.
HSL color Cylindrical-coordinate representation of color #C45AA3: hue angle of 318.68º 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 #C45AA3 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 163 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.23 |
| HSL | 318.68º | 0.47% | 0.56% | - |
| HSV(B) | 318.68º | 0.54% | 0.77% | - |
| XYZ | 33.03 | 21.69 | 37.1 | - |
| YUV | 130.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 163 | 0 | 0.54 | 0.17 | 0.23 | 318.68 | 0.47 | 0.56 |
| Hex | C4 | 5A | A3 | 0 | 36 | 11 | 17 | 13F | 2F | 38 |
| Octal | 304 | 132 | 243 | 0 | 66 | 21 | 27 | 477 | 57 | 70 |
| Binary | 11000100 | 1011010 | 10100011 | 0 | 110110 | 10001 | 10111 | 100111111 | 101111 | 111000 |
Color Harmonies of #C45AA3
Complementary color
Monochromatic Colors of #C45AA3
Black with #C45AA3
Text Example
Text Example
White with #C45AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45AA3; }
p { color: rgb(196,90,163); }
H1.HeaderClassName
{
color: #C45AA3;
}
.AnyTagClassName
{
color: #C45AA3;
}
</style>
background-color css
<style>
a { background-color: #C45AA3; }
a { background-color: rgb(196,90,163); }
div.DivClassName
{
background-color: #C45AA3;
}
.BgClassName
{
background-color: #C45AA3;
}
</style>
border-color css
<style>
span { border-color: #C45AA3; }
span { border-color: rgb(196,90,163); }
td.TdClassName
{
border-color: #C45AA3;
}
.TagClassName
{
border-color: #C45AA3;
}
</style>