Shades of Mulberry #CA3A99
Tints of Mulberry #CA3A99
RGB
CMYK
RGB Variations
Color information
#CA3A99 (or 0xCA3A99) is known color: Mulberry. HEX triplet: CA, 3A and 99. RGB value is (202,58,153). Sum of RGB (Red+Green+Blue) = 202+58+153=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3A99 is #35C566. Grayscale: #6F6F6F. Windows color (decimal): -3523943 or 10042058. OLE color: 10042058.
HSL color Cylindrical-coordinate representation of color #CA3A99: hue angle of 320.42º 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 #CA3A99 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 153 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.21 |
| HSL | 320.42º | 0.58% | 0.51% | - |
| HSV(B) | 320.42º | 0.71% | 0.79% | - |
| XYZ | 31.62 | 17.88 | 31.92 | - |
| YUV | 111.89 | 151.21 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 153 | 0 | 0.71 | 0.24 | 0.21 | 320.42 | 0.58 | 0.51 |
| Hex | CA | 3A | 99 | 0 | 47 | 18 | 15 | 140 | 3A | 33 |
| Octal | 312 | 72 | 231 | 0 | 107 | 30 | 25 | 500 | 72 | 63 |
| Binary | 11001010 | 111010 | 10011001 | 0 | 1000111 | 11000 | 10101 | 101000000 | 111010 | 110011 |
Color Harmonies of #CA3A99
Complementary color
Monochromatic Colors of #CA3A99
Black with #CA3A99
Text Example
Text Example
White with #CA3A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A99; }
p { color: rgb(202,58,153); }
H1.HeaderClassName
{
color: #CA3A99;
}
.AnyTagClassName
{
color: #CA3A99;
}
</style>
background-color css
<style>
a { background-color: #CA3A99; }
a { background-color: rgb(202,58,153); }
div.DivClassName
{
background-color: #CA3A99;
}
.BgClassName
{
background-color: #CA3A99;
}
</style>
border-color css
<style>
span { border-color: #CA3A99; }
span { border-color: rgb(202,58,153); }
td.TdClassName
{
border-color: #CA3A99;
}
.TagClassName
{
border-color: #CA3A99;
}
</style>