Shades of Mulberry #C447A1
Tints of Mulberry #C447A1
RGB
CMYK
RGB Variations
Color information
#C447A1 (or 0xC447A1) is known color: Mulberry. HEX triplet: C4, 47 and A1. RGB value is (196,71,161). Sum of RGB (Red+Green+Blue) = 196+71+161=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C447A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C447A1 is #3BB85E. Grayscale: #767676. Windows color (decimal): -3913823 or 10569668. OLE color: 10569668.
HSL color Cylindrical-coordinate representation of color #C447A1: hue angle of 316.8º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C447A1 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 161 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.23 |
| HSL | 316.8º | 0.51% | 0.52% | - |
| HSV(B) | 316.8º | 0.64% | 0.77% | - |
| XYZ | 31.45 | 18.82 | 35.69 | - |
| YUV | 118.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 161 | 0 | 0.64 | 0.18 | 0.23 | 316.8 | 0.51 | 0.52 |
| Hex | C4 | 47 | A1 | 0 | 40 | 12 | 17 | 13D | 33 | 34 |
| Octal | 304 | 107 | 241 | 0 | 100 | 22 | 27 | 475 | 63 | 64 |
| Binary | 11000100 | 1000111 | 10100001 | 0 | 1000000 | 10010 | 10111 | 100111101 | 110011 | 110100 |
Color Harmonies of #C447A1
Complementary color
Monochromatic Colors of #C447A1
Black with #C447A1
Text Example
Text Example
White with #C447A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447A1; }
p { color: rgb(196,71,161); }
H1.HeaderClassName
{
color: #C447A1;
}
.AnyTagClassName
{
color: #C447A1;
}
</style>
background-color css
<style>
a { background-color: #C447A1; }
a { background-color: rgb(196,71,161); }
div.DivClassName
{
background-color: #C447A1;
}
.BgClassName
{
background-color: #C447A1;
}
</style>
border-color css
<style>
span { border-color: #C447A1; }
span { border-color: rgb(196,71,161); }
td.TdClassName
{
border-color: #C447A1;
}
.TagClassName
{
border-color: #C447A1;
}
</style>