Shades of Mulberry #C443A1
Tints of Mulberry #C443A1
RGB
CMYK
RGB Variations
Color information
#C443A1 (or 0xC443A1) is known color: Mulberry. HEX triplet: C4, 43 and A1. RGB value is (196,67,161). Sum of RGB (Red+Green+Blue) = 196+67+161=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C443A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C443A1 is #3BBC5E. Grayscale: #747474. Windows color (decimal): -3914847 or 10568644. OLE color: 10568644.
HSL color Cylindrical-coordinate representation of color #C443A1: hue angle of 316.28º 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 #C443A1 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 161 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.23 |
| HSL | 316.28º | 0.52% | 0.52% | - |
| HSV(B) | 316.28º | 0.66% | 0.77% | - |
| XYZ | 31.21 | 18.32 | 35.61 | - |
| YUV | 116.29 | 153.24 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 161 | 0 | 0.66 | 0.18 | 0.23 | 316.28 | 0.52 | 0.52 |
| Hex | C4 | 43 | A1 | 0 | 42 | 12 | 17 | 13C | 34 | 34 |
| Octal | 304 | 103 | 241 | 0 | 102 | 22 | 27 | 474 | 64 | 64 |
| Binary | 11000100 | 1000011 | 10100001 | 0 | 1000010 | 10010 | 10111 | 100111100 | 110100 | 110100 |
Color Harmonies of #C443A1
Complementary color
Monochromatic Colors of #C443A1
Black with #C443A1
Text Example
Text Example
White with #C443A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C443A1; }
p { color: rgb(196,67,161); }
H1.HeaderClassName
{
color: #C443A1;
}
.AnyTagClassName
{
color: #C443A1;
}
</style>
background-color css
<style>
a { background-color: #C443A1; }
a { background-color: rgb(196,67,161); }
div.DivClassName
{
background-color: #C443A1;
}
.BgClassName
{
background-color: #C443A1;
}
</style>
border-color css
<style>
span { border-color: #C443A1; }
span { border-color: rgb(196,67,161); }
td.TdClassName
{
border-color: #C443A1;
}
.TagClassName
{
border-color: #C443A1;
}
</style>