Shades of Mulberry #CA48A9
Tints of Mulberry #CA48A9
RGB
CMYK
RGB Variations
Color information
#CA48A9 (or 0xCA48A9) is known color: Mulberry. HEX triplet: CA, 48 and A9. RGB value is (202,72,169). Sum of RGB (Red+Green+Blue) = 202+72+169=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA48A9 is #35B756. Grayscale: #797979. Windows color (decimal): -3520343 or 11094218. OLE color: 11094218.
HSL color Cylindrical-coordinate representation of color #CA48A9: hue angle of 315.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA48A9 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 169 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.21 |
| HSL | 315.23º | 0.55% | 0.54% | - |
| HSV(B) | 315.23º | 0.64% | 0.79% | - |
| XYZ | 33.84 | 20.06 | 39.62 | - |
| YUV | 121.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 169 | 0 | 0.64 | 0.16 | 0.21 | 315.23 | 0.55 | 0.54 |
| Hex | CA | 48 | A9 | 0 | 40 | 10 | 15 | 13B | 37 | 36 |
| Octal | 312 | 110 | 251 | 0 | 100 | 20 | 25 | 473 | 67 | 66 |
| Binary | 11001010 | 1001000 | 10101001 | 0 | 1000000 | 10000 | 10101 | 100111011 | 110111 | 110110 |
Color Harmonies of #CA48A9
Complementary color
Monochromatic Colors of #CA48A9
Black with #CA48A9
Text Example
Text Example
White with #CA48A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48A9; }
p { color: rgb(202,72,169); }
H1.HeaderClassName
{
color: #CA48A9;
}
.AnyTagClassName
{
color: #CA48A9;
}
</style>
background-color css
<style>
a { background-color: #CA48A9; }
a { background-color: rgb(202,72,169); }
div.DivClassName
{
background-color: #CA48A9;
}
.BgClassName
{
background-color: #CA48A9;
}
</style>
border-color css
<style>
span { border-color: #CA48A9; }
span { border-color: rgb(202,72,169); }
td.TdClassName
{
border-color: #CA48A9;
}
.TagClassName
{
border-color: #CA48A9;
}
</style>