Shades of Mulberry #C440A3
Tints of Mulberry #C440A3
RGB
CMYK
RGB Variations
Color information
#C440A3 (or 0xC440A3) is known color: Mulberry. HEX triplet: C4, 40 and A3. RGB value is (196,64,163). Sum of RGB (Red+Green+Blue) = 196+64+163=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C440A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440A3 is #3BBF5C. Grayscale: #727272. Windows color (decimal): -3915613 or 10698948. OLE color: 10698948.
HSL color Cylindrical-coordinate representation of color #C440A3: hue angle of 315º 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 #C440A3 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 163 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.23 |
| HSL | 315º | 0.53% | 0.51% | - |
| HSV(B) | 315º | 0.67% | 0.77% | - |
| XYZ | 31.21 | 18.05 | 36.49 | - |
| YUV | 114.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 163 | 0 | 0.67 | 0.17 | 0.23 | 315 | 0.53 | 0.51 |
| Hex | C4 | 40 | A3 | 0 | 43 | 11 | 17 | 13B | 35 | 33 |
| Octal | 304 | 100 | 243 | 0 | 103 | 21 | 27 | 473 | 65 | 63 |
| Binary | 11000100 | 1000000 | 10100011 | 0 | 1000011 | 10001 | 10111 | 100111011 | 110101 | 110011 |
Color Harmonies of #C440A3
Complementary color
Monochromatic Colors of #C440A3
Black with #C440A3
Text Example
Text Example
White with #C440A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440A3; }
p { color: rgb(196,64,163); }
H1.HeaderClassName
{
color: #C440A3;
}
.AnyTagClassName
{
color: #C440A3;
}
</style>
background-color css
<style>
a { background-color: #C440A3; }
a { background-color: rgb(196,64,163); }
div.DivClassName
{
background-color: #C440A3;
}
.BgClassName
{
background-color: #C440A3;
}
</style>
border-color css
<style>
span { border-color: #C440A3; }
span { border-color: rgb(196,64,163); }
td.TdClassName
{
border-color: #C440A3;
}
.TagClassName
{
border-color: #C440A3;
}
</style>