Shades of Mulberry #C441A2
Tints of Mulberry #C441A2
RGB
CMYK
RGB Variations
Color information
#C441A2 (or 0xC441A2) is known color: Mulberry. HEX triplet: C4, 41 and A2. RGB value is (196,65,162). Sum of RGB (Red+Green+Blue) = 196+65+162=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C441A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C441A2 is #3BBE5D. Grayscale: #727272. Windows color (decimal): -3915358 or 10633668. OLE color: 10633668.
HSL color Cylindrical-coordinate representation of color #C441A2: hue angle of 315.57º 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 #C441A2 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 162 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.23 |
| HSL | 315.57º | 0.53% | 0.51% | - |
| HSV(B) | 315.57º | 0.67% | 0.77% | - |
| XYZ | 31.18 | 18.12 | 36.04 | - |
| YUV | 115.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 162 | 0 | 0.67 | 0.17 | 0.23 | 315.57 | 0.53 | 0.51 |
| Hex | C4 | 41 | A2 | 0 | 43 | 11 | 17 | 13C | 35 | 33 |
| Octal | 304 | 101 | 242 | 0 | 103 | 21 | 27 | 474 | 65 | 63 |
| Binary | 11000100 | 1000001 | 10100010 | 0 | 1000011 | 10001 | 10111 | 100111100 | 110101 | 110011 |
Color Harmonies of #C441A2
Complementary color
Monochromatic Colors of #C441A2
Black with #C441A2
Text Example
Text Example
White with #C441A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441A2; }
p { color: rgb(196,65,162); }
H1.HeaderClassName
{
color: #C441A2;
}
.AnyTagClassName
{
color: #C441A2;
}
</style>
background-color css
<style>
a { background-color: #C441A2; }
a { background-color: rgb(196,65,162); }
div.DivClassName
{
background-color: #C441A2;
}
.BgClassName
{
background-color: #C441A2;
}
</style>
border-color css
<style>
span { border-color: #C441A2; }
span { border-color: rgb(196,65,162); }
td.TdClassName
{
border-color: #C441A2;
}
.TagClassName
{
border-color: #C441A2;
}
</style>