Shades of Mulberry #CA3999
Tints of Mulberry #CA3999
RGB
CMYK
RGB Variations
Color information
#CA3999 (or 0xCA3999) is known color: Mulberry. HEX triplet: CA, 39 and 99. RGB value is (202,57,153). Sum of RGB (Red+Green+Blue) = 202+57+153=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3999 is #35C666. Grayscale: #6F6F6F. Windows color (decimal): -3524199 or 10041802. OLE color: 10041802.
HSL color Cylindrical-coordinate representation of color #CA3999: hue angle of 320.28º 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 #CA3999 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 153 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.21 |
| HSL | 320.28º | 0.58% | 0.51% | - |
| HSV(B) | 320.28º | 0.72% | 0.79% | - |
| XYZ | 31.57 | 17.78 | 31.91 | - |
| YUV | 111.3 | 151.54 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 153 | 0 | 0.72 | 0.24 | 0.21 | 320.28 | 0.58 | 0.51 |
| Hex | CA | 39 | 99 | 0 | 48 | 18 | 15 | 140 | 3A | 33 |
| Octal | 312 | 71 | 231 | 0 | 110 | 30 | 25 | 500 | 72 | 63 |
| Binary | 11001010 | 111001 | 10011001 | 0 | 1001000 | 11000 | 10101 | 101000000 | 111010 | 110011 |
Color Harmonies of #CA3999
Complementary color
Monochromatic Colors of #CA3999
Black with #CA3999
Text Example
Text Example
White with #CA3999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3999; }
p { color: rgb(202,57,153); }
H1.HeaderClassName
{
color: #CA3999;
}
.AnyTagClassName
{
color: #CA3999;
}
</style>
background-color css
<style>
a { background-color: #CA3999; }
a { background-color: rgb(202,57,153); }
div.DivClassName
{
background-color: #CA3999;
}
.BgClassName
{
background-color: #CA3999;
}
</style>
border-color css
<style>
span { border-color: #CA3999; }
span { border-color: rgb(202,57,153); }
td.TdClassName
{
border-color: #CA3999;
}
.TagClassName
{
border-color: #CA3999;
}
</style>