Shades of Mulberry #CA3B8A
Tints of Mulberry #CA3B8A
RGB
CMYK
RGB Variations
Color information
#CA3B8A (or 0xCA3B8A) is known color: Mulberry. HEX triplet: CA, 3B and 8A. RGB value is (202,59,138). Sum of RGB (Red+Green+Blue) = 202+59+138=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3B8A is #35C475. Grayscale: #6E6E6E. Windows color (decimal): -3523702 or 9059274. OLE color: 9059274.
HSL color Cylindrical-coordinate representation of color #CA3B8A: hue angle of 326.85º 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 #CA3B8A is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 59 | 138 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.21 |
| HSL | 326.85º | 0.57% | 0.51% | - |
| HSV(B) | 326.85º | 0.71% | 0.79% | - |
| XYZ | 30.51 | 17.52 | 25.82 | - |
| YUV | 110.76 | 143.38 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 138 | 0 | 0.71 | 0.32 | 0.21 | 326.85 | 0.57 | 0.51 |
| Hex | CA | 3B | 8A | 0 | 47 | 20 | 15 | 147 | 39 | 33 |
| Octal | 312 | 73 | 212 | 0 | 107 | 40 | 25 | 507 | 71 | 63 |
| Binary | 11001010 | 111011 | 10001010 | 0 | 1000111 | 100000 | 10101 | 101000111 | 111001 | 110011 |
Color Harmonies of #CA3B8A
Complementary color
Monochromatic Colors of #CA3B8A
Black with #CA3B8A
Text Example
Text Example
White with #CA3B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3B8A; }
p { color: rgb(202,59,138); }
H1.HeaderClassName
{
color: #CA3B8A;
}
.AnyTagClassName
{
color: #CA3B8A;
}
</style>
background-color css
<style>
a { background-color: #CA3B8A; }
a { background-color: rgb(202,59,138); }
div.DivClassName
{
background-color: #CA3B8A;
}
.BgClassName
{
background-color: #CA3B8A;
}
</style>
border-color css
<style>
span { border-color: #CA3B8A; }
span { border-color: rgb(202,59,138); }
td.TdClassName
{
border-color: #CA3B8A;
}
.TagClassName
{
border-color: #CA3B8A;
}
</style>