Shades of Mulberry #C43AA6
Tints of Mulberry #C43AA6
RGB
CMYK
RGB Variations
Color information
#C43AA6 (or 0xC43AA6) is known color: Mulberry. HEX triplet: C4, 3A and A6. RGB value is (196,58,166). Sum of RGB (Red+Green+Blue) = 196+58+166=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C43AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43AA6 is #3BC559. Grayscale: #6F6F6F. Windows color (decimal): -3917146 or 10894020. OLE color: 10894020.
HSL color Cylindrical-coordinate representation of color #C43AA6: hue angle of 313.04º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43AA6 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 166 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.23 |
| HSL | 313.04º | 0.54% | 0.5% | - |
| HSV(B) | 313.04º | 0.7% | 0.77% | - |
| XYZ | 31.16 | 17.52 | 37.81 | - |
| YUV | 111.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 166 | 0 | 0.70 | 0.15 | 0.23 | 313.04 | 0.54 | 0.5 |
| Hex | C4 | 3A | A6 | 0 | 46 | F | 17 | 139 | 36 | 32 |
| Octal | 304 | 72 | 246 | 0 | 106 | 17 | 27 | 471 | 66 | 62 |
| Binary | 11000100 | 111010 | 10100110 | 0 | 1000110 | 1111 | 10111 | 100111001 | 110110 | 110010 |
Color Harmonies of #C43AA6
Complementary color
Monochromatic Colors of #C43AA6
Black with #C43AA6
Text Example
Text Example
White with #C43AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43AA6; }
p { color: rgb(196,58,166); }
H1.HeaderClassName
{
color: #C43AA6;
}
.AnyTagClassName
{
color: #C43AA6;
}
</style>
background-color css
<style>
a { background-color: #C43AA6; }
a { background-color: rgb(196,58,166); }
div.DivClassName
{
background-color: #C43AA6;
}
.BgClassName
{
background-color: #C43AA6;
}
</style>
border-color css
<style>
span { border-color: #C43AA6; }
span { border-color: rgb(196,58,166); }
td.TdClassName
{
border-color: #C43AA6;
}
.TagClassName
{
border-color: #C43AA6;
}
</style>