Shades of Mulberry #C43DA0
Tints of Mulberry #C43DA0
RGB
CMYK
RGB Variations
Color information
#C43DA0 (or 0xC43DA0) is known color: Mulberry. HEX triplet: C4, 3D and A0. RGB value is (196,61,160). Sum of RGB (Red+Green+Blue) = 196+61+160=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C43DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43DA0 is #3BC25F. Grayscale: #707070. Windows color (decimal): -3916384 or 10501572. OLE color: 10501572.
HSL color Cylindrical-coordinate representation of color #C43DA0: hue angle of 316º degrees, saturation: 0.53, 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 #C43DA0 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 160 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.23 |
| HSL | 316º | 0.53% | 0.5% | - |
| HSV(B) | 316º | 0.69% | 0.77% | - |
| XYZ | 30.78 | 17.61 | 35.03 | - |
| YUV | 112.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 160 | 0 | 0.69 | 0.18 | 0.23 | 316 | 0.53 | 0.5 |
| Hex | C4 | 3D | A0 | 0 | 45 | 12 | 17 | 13C | 35 | 32 |
| Octal | 304 | 75 | 240 | 0 | 105 | 22 | 27 | 474 | 65 | 62 |
| Binary | 11000100 | 111101 | 10100000 | 0 | 1000101 | 10010 | 10111 | 100111100 | 110101 | 110010 |
Color Harmonies of #C43DA0
Complementary color
Monochromatic Colors of #C43DA0
Black with #C43DA0
Text Example
Text Example
White with #C43DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DA0; }
p { color: rgb(196,61,160); }
H1.HeaderClassName
{
color: #C43DA0;
}
.AnyTagClassName
{
color: #C43DA0;
}
</style>
background-color css
<style>
a { background-color: #C43DA0; }
a { background-color: rgb(196,61,160); }
div.DivClassName
{
background-color: #C43DA0;
}
.BgClassName
{
background-color: #C43DA0;
}
</style>
border-color css
<style>
span { border-color: #C43DA0; }
span { border-color: rgb(196,61,160); }
td.TdClassName
{
border-color: #C43DA0;
}
.TagClassName
{
border-color: #C43DA0;
}
</style>