Shades of Mulberry #CA3994
Tints of Mulberry #CA3994
RGB
CMYK
RGB Variations
Color information
#CA3994 (or 0xCA3994) is known color: Mulberry. HEX triplet: CA, 39 and 94. RGB value is (202,57,148). Sum of RGB (Red+Green+Blue) = 202+57+148=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3994 is #35C66B. Grayscale: #6E6E6E. Windows color (decimal): -3524204 or 9714122. OLE color: 9714122.
HSL color Cylindrical-coordinate representation of color #CA3994: hue angle of 322.34º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3994 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 148 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.21 |
| HSL | 322.34º | 0.58% | 0.51% | - |
| HSV(B) | 322.34º | 0.72% | 0.79% | - |
| XYZ | 31.17 | 17.62 | 29.78 | - |
| YUV | 110.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 148 | 0 | 0.72 | 0.27 | 0.21 | 322.34 | 0.58 | 0.51 |
| Hex | CA | 39 | 94 | 0 | 48 | 1B | 15 | 142 | 3A | 33 |
| Octal | 312 | 71 | 224 | 0 | 110 | 33 | 25 | 502 | 72 | 63 |
| Binary | 11001010 | 111001 | 10010100 | 0 | 1001000 | 11011 | 10101 | 101000010 | 111010 | 110011 |
Color Harmonies of #CA3994
Complementary color
Monochromatic Colors of #CA3994
Black with #CA3994
Text Example
Text Example
White with #CA3994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3994; }
p { color: rgb(202,57,148); }
H1.HeaderClassName
{
color: #CA3994;
}
.AnyTagClassName
{
color: #CA3994;
}
</style>
background-color css
<style>
a { background-color: #CA3994; }
a { background-color: rgb(202,57,148); }
div.DivClassName
{
background-color: #CA3994;
}
.BgClassName
{
background-color: #CA3994;
}
</style>
border-color css
<style>
span { border-color: #CA3994; }
span { border-color: rgb(202,57,148); }
td.TdClassName
{
border-color: #CA3994;
}
.TagClassName
{
border-color: #CA3994;
}
</style>