Shades of Mulberry #C443A0
Tints of Mulberry #C443A0
RGB
CMYK
RGB Variations
Color information
#C443A0 (or 0xC443A0) is known color: Mulberry. HEX triplet: C4, 43 and A0. RGB value is (196,67,160). Sum of RGB (Red+Green+Blue) = 196+67+160=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C443A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C443A0 is #3BBC5F. Grayscale: #737373. Windows color (decimal): -3914848 or 10503108. OLE color: 10503108.
HSL color Cylindrical-coordinate representation of color #C443A0: hue angle of 316.74º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C443A0 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 160 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.23 |
| HSL | 316.74º | 0.52% | 0.52% | - |
| HSV(B) | 316.74º | 0.66% | 0.77% | - |
| XYZ | 31.12 | 18.29 | 35.15 | - |
| YUV | 116.17 | 152.74 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 160 | 0 | 0.66 | 0.18 | 0.23 | 316.74 | 0.52 | 0.52 |
| Hex | C4 | 43 | A0 | 0 | 42 | 12 | 17 | 13D | 34 | 34 |
| Octal | 304 | 103 | 240 | 0 | 102 | 22 | 27 | 475 | 64 | 64 |
| Binary | 11000100 | 1000011 | 10100000 | 0 | 1000010 | 10010 | 10111 | 100111101 | 110100 | 110100 |
Color Harmonies of #C443A0
Complementary color
Monochromatic Colors of #C443A0
Black with #C443A0
Text Example
Text Example
White with #C443A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C443A0; }
p { color: rgb(196,67,160); }
H1.HeaderClassName
{
color: #C443A0;
}
.AnyTagClassName
{
color: #C443A0;
}
</style>
background-color css
<style>
a { background-color: #C443A0; }
a { background-color: rgb(196,67,160); }
div.DivClassName
{
background-color: #C443A0;
}
.BgClassName
{
background-color: #C443A0;
}
</style>
border-color css
<style>
span { border-color: #C443A0; }
span { border-color: rgb(196,67,160); }
td.TdClassName
{
border-color: #C443A0;
}
.TagClassName
{
border-color: #C443A0;
}
</style>