Shades of Mulberry #CA49A1
Tints of Mulberry #CA49A1
RGB
CMYK
RGB Variations
Color information
#CA49A1 (or 0xCA49A1) is known color: Mulberry. HEX triplet: CA, 49 and A1. RGB value is (202,73,161). Sum of RGB (Red+Green+Blue) = 202+73+161=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA49A1 is #35B65E. Grayscale: #797979. Windows color (decimal): -3520095 or 10570186. OLE color: 10570186.
HSL color Cylindrical-coordinate representation of color #CA49A1: hue angle of 319.07º 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 #CA49A1 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 161 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.21 |
| HSL | 319.07º | 0.55% | 0.54% | - |
| HSV(B) | 319.07º | 0.64% | 0.79% | - |
| XYZ | 33.17 | 19.89 | 35.81 | - |
| YUV | 121.6 | 150.24 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 161 | 0 | 0.64 | 0.20 | 0.21 | 319.07 | 0.55 | 0.54 |
| Hex | CA | 49 | A1 | 0 | 40 | 14 | 15 | 13F | 37 | 36 |
| Octal | 312 | 111 | 241 | 0 | 100 | 24 | 25 | 477 | 67 | 66 |
| Binary | 11001010 | 1001001 | 10100001 | 0 | 1000000 | 10100 | 10101 | 100111111 | 110111 | 110110 |
Color Harmonies of #CA49A1
Complementary color
Monochromatic Colors of #CA49A1
Black with #CA49A1
Text Example
Text Example
White with #CA49A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49A1; }
p { color: rgb(202,73,161); }
H1.HeaderClassName
{
color: #CA49A1;
}
.AnyTagClassName
{
color: #CA49A1;
}
</style>
background-color css
<style>
a { background-color: #CA49A1; }
a { background-color: rgb(202,73,161); }
div.DivClassName
{
background-color: #CA49A1;
}
.BgClassName
{
background-color: #CA49A1;
}
</style>
border-color css
<style>
span { border-color: #CA49A1; }
span { border-color: rgb(202,73,161); }
td.TdClassName
{
border-color: #CA49A1;
}
.TagClassName
{
border-color: #CA49A1;
}
</style>