Shades of Mulberry #CA51A2
Tints of Mulberry #CA51A2
RGB
CMYK
RGB Variations
Color information
#CA51A2 (or 0xCA51A2) is known color: Mulberry. HEX triplet: CA, 51 and A2. RGB value is (202,81,162). Sum of RGB (Red+Green+Blue) = 202+81+162=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51A2 is #35AE5D. Grayscale: #7E7E7E. Windows color (decimal): -3518046 or 10637770. OLE color: 10637770.
HSL color Cylindrical-coordinate representation of color #CA51A2: hue angle of 319.83º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51A2 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 162 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.21 |
| HSL | 319.83º | 0.53% | 0.55% | - |
| HSV(B) | 319.83º | 0.6% | 0.79% | - |
| XYZ | 33.82 | 21.05 | 36.46 | - |
| YUV | 126.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 162 | 0 | 0.60 | 0.20 | 0.21 | 319.83 | 0.53 | 0.55 |
| Hex | CA | 51 | A2 | 0 | 3C | 14 | 15 | 140 | 35 | 37 |
| Octal | 312 | 121 | 242 | 0 | 74 | 24 | 25 | 500 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10100010 | 0 | 111100 | 10100 | 10101 | 101000000 | 110101 | 110111 |
Color Harmonies of #CA51A2
Complementary color
Monochromatic Colors of #CA51A2
Black with #CA51A2
Text Example
Text Example
White with #CA51A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51A2; }
p { color: rgb(202,81,162); }
H1.HeaderClassName
{
color: #CA51A2;
}
.AnyTagClassName
{
color: #CA51A2;
}
</style>
background-color css
<style>
a { background-color: #CA51A2; }
a { background-color: rgb(202,81,162); }
div.DivClassName
{
background-color: #CA51A2;
}
.BgClassName
{
background-color: #CA51A2;
}
</style>
border-color css
<style>
span { border-color: #CA51A2; }
span { border-color: rgb(202,81,162); }
td.TdClassName
{
border-color: #CA51A2;
}
.TagClassName
{
border-color: #CA51A2;
}
</style>