Shades of Mulberry #CA4FA2
Tints of Mulberry #CA4FA2
RGB
CMYK
RGB Variations
Color information
#CA4FA2 (or 0xCA4FA2) is known color: Mulberry. HEX triplet: CA, 4F and A2. RGB value is (202,79,162). Sum of RGB (Red+Green+Blue) = 202+79+162=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4FA2 is #35B05D. Grayscale: #7D7D7D. Windows color (decimal): -3518558 or 10637258. OLE color: 10637258.
HSL color Cylindrical-coordinate representation of color #CA4FA2: hue angle of 319.51º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4FA2 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 79 | 162 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.21 |
| HSL | 319.51º | 0.54% | 0.55% | - |
| HSV(B) | 319.51º | 0.61% | 0.79% | - |
| XYZ | 33.67 | 20.76 | 36.41 | - |
| YUV | 125.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 162 | 0 | 0.61 | 0.20 | 0.21 | 319.51 | 0.54 | 0.55 |
| Hex | CA | 4F | A2 | 0 | 3D | 14 | 15 | 140 | 36 | 37 |
| Octal | 312 | 117 | 242 | 0 | 75 | 24 | 25 | 500 | 66 | 67 |
| Binary | 11001010 | 1001111 | 10100010 | 0 | 111101 | 10100 | 10101 | 101000000 | 110110 | 110111 |
Color Harmonies of #CA4FA2
Complementary color
Monochromatic Colors of #CA4FA2
Black with #CA4FA2
Text Example
Text Example
White with #CA4FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4FA2; }
p { color: rgb(202,79,162); }
H1.HeaderClassName
{
color: #CA4FA2;
}
.AnyTagClassName
{
color: #CA4FA2;
}
</style>
background-color css
<style>
a { background-color: #CA4FA2; }
a { background-color: rgb(202,79,162); }
div.DivClassName
{
background-color: #CA4FA2;
}
.BgClassName
{
background-color: #CA4FA2;
}
</style>
border-color css
<style>
span { border-color: #CA4FA2; }
span { border-color: rgb(202,79,162); }
td.TdClassName
{
border-color: #CA4FA2;
}
.TagClassName
{
border-color: #CA4FA2;
}
</style>