Shades of Mulberry #C44AA0
Tints of Mulberry #C44AA0
RGB
CMYK
RGB Variations
Color information
#C44AA0 (or 0xC44AA0) is known color: Mulberry. HEX triplet: C4, 4A and A0. RGB value is (196,74,160). Sum of RGB (Red+Green+Blue) = 196+74+160=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C44AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44AA0 is #3BB55F. Grayscale: #787878. Windows color (decimal): -3913056 or 10504900. OLE color: 10504900.
HSL color Cylindrical-coordinate representation of color #C44AA0: hue angle of 317.7º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44AA0 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 160 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.23 |
| HSL | 317.7º | 0.51% | 0.53% | - |
| HSV(B) | 317.7º | 0.62% | 0.77% | - |
| XYZ | 31.56 | 19.17 | 35.29 | - |
| YUV | 120.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 160 | 0 | 0.62 | 0.18 | 0.23 | 317.7 | 0.51 | 0.53 |
| Hex | C4 | 4A | A0 | 0 | 3E | 12 | 17 | 13E | 33 | 35 |
| Octal | 304 | 112 | 240 | 0 | 76 | 22 | 27 | 476 | 63 | 65 |
| Binary | 11000100 | 1001010 | 10100000 | 0 | 111110 | 10010 | 10111 | 100111110 | 110011 | 110101 |
Color Harmonies of #C44AA0
Complementary color
Monochromatic Colors of #C44AA0
Black with #C44AA0
Text Example
Text Example
White with #C44AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44AA0; }
p { color: rgb(196,74,160); }
H1.HeaderClassName
{
color: #C44AA0;
}
.AnyTagClassName
{
color: #C44AA0;
}
</style>
background-color css
<style>
a { background-color: #C44AA0; }
a { background-color: rgb(196,74,160); }
div.DivClassName
{
background-color: #C44AA0;
}
.BgClassName
{
background-color: #C44AA0;
}
</style>
border-color css
<style>
span { border-color: #C44AA0; }
span { border-color: rgb(196,74,160); }
td.TdClassName
{
border-color: #C44AA0;
}
.TagClassName
{
border-color: #C44AA0;
}
</style>