Shades of Mulberry #CA3A8E
Tints of Mulberry #CA3A8E
RGB
CMYK
RGB Variations
Color information
#CA3A8E (or 0xCA3A8E) is known color: Mulberry. HEX triplet: CA, 3A and 8E. RGB value is (202,58,142). Sum of RGB (Red+Green+Blue) = 202+58+142=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3A8E is #35C571. Grayscale: #6E6E6E. Windows color (decimal): -3523954 or 9321162. OLE color: 9321162.
HSL color Cylindrical-coordinate representation of color #CA3A8E: hue angle of 325º degrees, saturation: 0.58, 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 #CA3A8E is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 142 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.21 |
| HSL | 325º | 0.58% | 0.51% | - |
| HSV(B) | 325º | 0.71% | 0.79% | - |
| XYZ | 30.75 | 17.54 | 27.36 | - |
| YUV | 110.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 142 | 0 | 0.71 | 0.30 | 0.21 | 325 | 0.58 | 0.51 |
| Hex | CA | 3A | 8E | 0 | 47 | 1E | 15 | 145 | 3A | 33 |
| Octal | 312 | 72 | 216 | 0 | 107 | 36 | 25 | 505 | 72 | 63 |
| Binary | 11001010 | 111010 | 10001110 | 0 | 1000111 | 11110 | 10101 | 101000101 | 111010 | 110011 |
Color Harmonies of #CA3A8E
Complementary color
Monochromatic Colors of #CA3A8E
Black with #CA3A8E
Text Example
Text Example
White with #CA3A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A8E; }
p { color: rgb(202,58,142); }
H1.HeaderClassName
{
color: #CA3A8E;
}
.AnyTagClassName
{
color: #CA3A8E;
}
</style>
background-color css
<style>
a { background-color: #CA3A8E; }
a { background-color: rgb(202,58,142); }
div.DivClassName
{
background-color: #CA3A8E;
}
.BgClassName
{
background-color: #CA3A8E;
}
</style>
border-color css
<style>
span { border-color: #CA3A8E; }
span { border-color: rgb(202,58,142); }
td.TdClassName
{
border-color: #CA3A8E;
}
.TagClassName
{
border-color: #CA3A8E;
}
</style>