Shades of Mulberry #C440A1
Tints of Mulberry #C440A1
RGB
CMYK
RGB Variations
Color information
#C440A1 (or 0xC440A1) is known color: Mulberry. HEX triplet: C4, 40 and A1. RGB value is (196,64,161). Sum of RGB (Red+Green+Blue) = 196+64+161=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C440A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440A1 is #3BBF5E. Grayscale: #727272. Windows color (decimal): -3915615 or 10567876. OLE color: 10567876.
HSL color Cylindrical-coordinate representation of color #C440A1: hue angle of 315.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C440A1 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 161 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.23 |
| HSL | 315.91º | 0.53% | 0.51% | - |
| HSV(B) | 315.91º | 0.67% | 0.77% | - |
| XYZ | 31.03 | 17.98 | 35.55 | - |
| YUV | 114.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 161 | 0 | 0.67 | 0.18 | 0.23 | 315.91 | 0.53 | 0.51 |
| Hex | C4 | 40 | A1 | 0 | 43 | 12 | 17 | 13C | 35 | 33 |
| Octal | 304 | 100 | 241 | 0 | 103 | 22 | 27 | 474 | 65 | 63 |
| Binary | 11000100 | 1000000 | 10100001 | 0 | 1000011 | 10010 | 10111 | 100111100 | 110101 | 110011 |
Color Harmonies of #C440A1
Complementary color
Monochromatic Colors of #C440A1
Black with #C440A1
Text Example
Text Example
White with #C440A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440A1; }
p { color: rgb(196,64,161); }
H1.HeaderClassName
{
color: #C440A1;
}
.AnyTagClassName
{
color: #C440A1;
}
</style>
background-color css
<style>
a { background-color: #C440A1; }
a { background-color: rgb(196,64,161); }
div.DivClassName
{
background-color: #C440A1;
}
.BgClassName
{
background-color: #C440A1;
}
</style>
border-color css
<style>
span { border-color: #C440A1; }
span { border-color: rgb(196,64,161); }
td.TdClassName
{
border-color: #C440A1;
}
.TagClassName
{
border-color: #C440A1;
}
</style>