Shades of Mulberry #CA51A3
Tints of Mulberry #CA51A3
RGB
CMYK
RGB Variations
Color information
#CA51A3 (or 0xCA51A3) is known color: Mulberry. HEX triplet: CA, 51 and A3. RGB value is (202,81,163). Sum of RGB (Red+Green+Blue) = 202+81+163=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51A3 is #35AE5C. Grayscale: #7E7E7E. Windows color (decimal): -3518045 or 10703306. OLE color: 10703306.
HSL color Cylindrical-coordinate representation of color #CA51A3: hue angle of 319.34º 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 #CA51A3 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 163 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.21 |
| HSL | 319.34º | 0.53% | 0.55% | - |
| HSV(B) | 319.34º | 0.6% | 0.79% | - |
| XYZ | 33.91 | 21.09 | 36.93 | - |
| YUV | 126.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 163 | 0 | 0.60 | 0.19 | 0.21 | 319.34 | 0.53 | 0.55 |
| Hex | CA | 51 | A3 | 0 | 3C | 13 | 15 | 13F | 35 | 37 |
| Octal | 312 | 121 | 243 | 0 | 74 | 23 | 25 | 477 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10100011 | 0 | 111100 | 10011 | 10101 | 100111111 | 110101 | 110111 |
Color Harmonies of #CA51A3
Complementary color
Monochromatic Colors of #CA51A3
Black with #CA51A3
Text Example
Text Example
White with #CA51A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51A3; }
p { color: rgb(202,81,163); }
H1.HeaderClassName
{
color: #CA51A3;
}
.AnyTagClassName
{
color: #CA51A3;
}
</style>
background-color css
<style>
a { background-color: #CA51A3; }
a { background-color: rgb(202,81,163); }
div.DivClassName
{
background-color: #CA51A3;
}
.BgClassName
{
background-color: #CA51A3;
}
</style>
border-color css
<style>
span { border-color: #CA51A3; }
span { border-color: rgb(202,81,163); }
td.TdClassName
{
border-color: #CA51A3;
}
.TagClassName
{
border-color: #CA51A3;
}
</style>