Shades of Mulberry #CA3BA4
Tints of Mulberry #CA3BA4
RGB
CMYK
RGB Variations
Color information
#CA3BA4 (or 0xCA3BA4) is known color: Mulberry. HEX triplet: CA, 3B and A4. RGB value is (202,59,164). Sum of RGB (Red+Green+Blue) = 202+59+164=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3BA4 is #35C45B. Grayscale: #717171. Windows color (decimal): -3523676 or 10763210. OLE color: 10763210.
HSL color Cylindrical-coordinate representation of color #CA3BA4: hue angle of 315.94º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3BA4 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 59 | 164 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.21 |
| HSL | 315.94º | 0.57% | 0.51% | - |
| HSV(B) | 315.94º | 0.71% | 0.79% | - |
| XYZ | 32.62 | 18.36 | 36.95 | - |
| YUV | 113.73 | 156.38 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 164 | 0 | 0.71 | 0.19 | 0.21 | 315.94 | 0.57 | 0.51 |
| Hex | CA | 3B | A4 | 0 | 47 | 13 | 15 | 13C | 39 | 33 |
| Octal | 312 | 73 | 244 | 0 | 107 | 23 | 25 | 474 | 71 | 63 |
| Binary | 11001010 | 111011 | 10100100 | 0 | 1000111 | 10011 | 10101 | 100111100 | 111001 | 110011 |
Color Harmonies of #CA3BA4
Complementary color
Monochromatic Colors of #CA3BA4
Black with #CA3BA4
Text Example
Text Example
White with #CA3BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3BA4; }
p { color: rgb(202,59,164); }
H1.HeaderClassName
{
color: #CA3BA4;
}
.AnyTagClassName
{
color: #CA3BA4;
}
</style>
background-color css
<style>
a { background-color: #CA3BA4; }
a { background-color: rgb(202,59,164); }
div.DivClassName
{
background-color: #CA3BA4;
}
.BgClassName
{
background-color: #CA3BA4;
}
</style>
border-color css
<style>
span { border-color: #CA3BA4; }
span { border-color: rgb(202,59,164); }
td.TdClassName
{
border-color: #CA3BA4;
}
.TagClassName
{
border-color: #CA3BA4;
}
</style>