Shades of Mulberry #C43AA2
Tints of Mulberry #C43AA2
RGB
CMYK
RGB Variations
Color information
#C43AA2 (or 0xC43AA2) is known color: Mulberry. HEX triplet: C4, 3A and A2. RGB value is (196,58,162). Sum of RGB (Red+Green+Blue) = 196+58+162=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C43AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43AA2 is #3BC55D. Grayscale: #6E6E6E. Windows color (decimal): -3917150 or 10631876. OLE color: 10631876.
HSL color Cylindrical-coordinate representation of color #C43AA2: hue angle of 314.78º 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 #C43AA2 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 162 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.23 |
| HSL | 314.78º | 0.54% | 0.5% | - |
| HSV(B) | 314.78º | 0.7% | 0.77% | - |
| XYZ | 30.8 | 17.37 | 35.91 | - |
| YUV | 111.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 162 | 0 | 0.70 | 0.17 | 0.23 | 314.78 | 0.54 | 0.5 |
| Hex | C4 | 3A | A2 | 0 | 46 | 11 | 17 | 13B | 36 | 32 |
| Octal | 304 | 72 | 242 | 0 | 106 | 21 | 27 | 473 | 66 | 62 |
| Binary | 11000100 | 111010 | 10100010 | 0 | 1000110 | 10001 | 10111 | 100111011 | 110110 | 110010 |
Color Harmonies of #C43AA2
Complementary color
Monochromatic Colors of #C43AA2
Black with #C43AA2
Text Example
Text Example
White with #C43AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43AA2; }
p { color: rgb(196,58,162); }
H1.HeaderClassName
{
color: #C43AA2;
}
.AnyTagClassName
{
color: #C43AA2;
}
</style>
background-color css
<style>
a { background-color: #C43AA2; }
a { background-color: rgb(196,58,162); }
div.DivClassName
{
background-color: #C43AA2;
}
.BgClassName
{
background-color: #C43AA2;
}
</style>
border-color css
<style>
span { border-color: #C43AA2; }
span { border-color: rgb(196,58,162); }
td.TdClassName
{
border-color: #C43AA2;
}
.TagClassName
{
border-color: #C43AA2;
}
</style>