Shades of Mulberry #C43FA0
Tints of Mulberry #C43FA0
RGB
CMYK
RGB Variations
Color information
#C43FA0 (or 0xC43FA0) is known color: Mulberry. HEX triplet: C4, 3F and A0. RGB value is (196,63,160). Sum of RGB (Red+Green+Blue) = 196+63+160=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C43FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43FA0 is #3BC05F. Grayscale: #717171. Windows color (decimal): -3915872 or 10502084. OLE color: 10502084.
HSL color Cylindrical-coordinate representation of color #C43FA0: hue angle of 316.24º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43FA0 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 160 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.23 |
| HSL | 316.24º | 0.53% | 0.51% | - |
| HSV(B) | 316.24º | 0.68% | 0.77% | - |
| XYZ | 30.89 | 17.83 | 35.07 | - |
| YUV | 113.83 | 154.06 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 160 | 0 | 0.68 | 0.18 | 0.23 | 316.24 | 0.53 | 0.51 |
| Hex | C4 | 3F | A0 | 0 | 44 | 12 | 17 | 13C | 35 | 33 |
| Octal | 304 | 77 | 240 | 0 | 104 | 22 | 27 | 474 | 65 | 63 |
| Binary | 11000100 | 111111 | 10100000 | 0 | 1000100 | 10010 | 10111 | 100111100 | 110101 | 110011 |
Color Harmonies of #C43FA0
Complementary color
Monochromatic Colors of #C43FA0
Black with #C43FA0
Text Example
Text Example
White with #C43FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FA0; }
p { color: rgb(196,63,160); }
H1.HeaderClassName
{
color: #C43FA0;
}
.AnyTagClassName
{
color: #C43FA0;
}
</style>
background-color css
<style>
a { background-color: #C43FA0; }
a { background-color: rgb(196,63,160); }
div.DivClassName
{
background-color: #C43FA0;
}
.BgClassName
{
background-color: #C43FA0;
}
</style>
border-color css
<style>
span { border-color: #C43FA0; }
span { border-color: rgb(196,63,160); }
td.TdClassName
{
border-color: #C43FA0;
}
.TagClassName
{
border-color: #C43FA0;
}
</style>