Shades of Mulberry #C44AA6
Tints of Mulberry #C44AA6
RGB
CMYK
RGB Variations
Color information
#C44AA6 (or 0xC44AA6) is known color: Mulberry. HEX triplet: C4, 4A and A6. RGB value is (196,74,166). Sum of RGB (Red+Green+Blue) = 196+74+166=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C44AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44AA6 is #3BB559. Grayscale: #787878. Windows color (decimal): -3913050 or 10898116. OLE color: 10898116.
HSL color Cylindrical-coordinate representation of color #C44AA6: hue angle of 314.75º 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 #C44AA6 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 166 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.23 |
| HSL | 314.75º | 0.51% | 0.53% | - |
| HSV(B) | 314.75º | 0.62% | 0.77% | - |
| XYZ | 32.1 | 19.39 | 38.13 | - |
| YUV | 120.97 | 153.42 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 166 | 0 | 0.62 | 0.15 | 0.23 | 314.75 | 0.51 | 0.53 |
| Hex | C4 | 4A | A6 | 0 | 3E | F | 17 | 13B | 33 | 35 |
| Octal | 304 | 112 | 246 | 0 | 76 | 17 | 27 | 473 | 63 | 65 |
| Binary | 11000100 | 1001010 | 10100110 | 0 | 111110 | 1111 | 10111 | 100111011 | 110011 | 110101 |
Color Harmonies of #C44AA6
Complementary color
Monochromatic Colors of #C44AA6
Black with #C44AA6
Text Example
Text Example
White with #C44AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44AA6; }
p { color: rgb(196,74,166); }
H1.HeaderClassName
{
color: #C44AA6;
}
.AnyTagClassName
{
color: #C44AA6;
}
</style>
background-color css
<style>
a { background-color: #C44AA6; }
a { background-color: rgb(196,74,166); }
div.DivClassName
{
background-color: #C44AA6;
}
.BgClassName
{
background-color: #C44AA6;
}
</style>
border-color css
<style>
span { border-color: #C44AA6; }
span { border-color: rgb(196,74,166); }
td.TdClassName
{
border-color: #C44AA6;
}
.TagClassName
{
border-color: #C44AA6;
}
</style>