Shades of Mulberry #C43CA0
Tints of Mulberry #C43CA0
RGB
CMYK
RGB Variations
Color information
#C43CA0 (or 0xC43CA0) is known color: Mulberry. HEX triplet: C4, 3C and A0. RGB value is (196,60,160). Sum of RGB (Red+Green+Blue) = 196+60+160=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43CA0 is #3BC35F. Grayscale: #6F6F6F. Windows color (decimal): -3916640 or 10501316. OLE color: 10501316.
HSL color Cylindrical-coordinate representation of color #C43CA0: hue angle of 315.88º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43CA0 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 160 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.23 |
| HSL | 315.88º | 0.54% | 0.5% | - |
| HSV(B) | 315.88º | 0.69% | 0.77% | - |
| XYZ | 30.73 | 17.51 | 35.02 | - |
| YUV | 112.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 160 | 0 | 0.69 | 0.18 | 0.23 | 315.88 | 0.54 | 0.5 |
| Hex | C4 | 3C | A0 | 0 | 45 | 12 | 17 | 13C | 36 | 32 |
| Octal | 304 | 74 | 240 | 0 | 105 | 22 | 27 | 474 | 66 | 62 |
| Binary | 11000100 | 111100 | 10100000 | 0 | 1000101 | 10010 | 10111 | 100111100 | 110110 | 110010 |
Color Harmonies of #C43CA0
Complementary color
Monochromatic Colors of #C43CA0
Black with #C43CA0
Text Example
Text Example
White with #C43CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CA0; }
p { color: rgb(196,60,160); }
H1.HeaderClassName
{
color: #C43CA0;
}
.AnyTagClassName
{
color: #C43CA0;
}
</style>
background-color css
<style>
a { background-color: #C43CA0; }
a { background-color: rgb(196,60,160); }
div.DivClassName
{
background-color: #C43CA0;
}
.BgClassName
{
background-color: #C43CA0;
}
</style>
border-color css
<style>
span { border-color: #C43CA0; }
span { border-color: rgb(196,60,160); }
td.TdClassName
{
border-color: #C43CA0;
}
.TagClassName
{
border-color: #C43CA0;
}
</style>