Shades of Mulberry #CA538D
Tints of Mulberry #CA538D
RGB
CMYK
RGB Variations
Color information
#CA538D (or 0xCA538D) is known color: Mulberry. HEX triplet: CA, 53 and 8D. RGB value is (202,83,141). Sum of RGB (Red+Green+Blue) = 202+83+141=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA538D is #35AC72. Grayscale: #7D7D7D. Windows color (decimal): -3517555 or 9262026. OLE color: 9262026.
HSL color Cylindrical-coordinate representation of color #CA538D: hue angle of 330.76º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA538D is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 141 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.21 |
| HSL | 330.76º | 0.53% | 0.56% | - |
| HSV(B) | 330.76º | 0.59% | 0.79% | - |
| XYZ | 32.26 | 20.67 | 27.49 | - |
| YUV | 125.19 | 136.92 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 141 | 0 | 0.59 | 0.30 | 0.21 | 330.76 | 0.53 | 0.56 |
| Hex | CA | 53 | 8D | 0 | 3B | 1E | 15 | 14B | 35 | 38 |
| Octal | 312 | 123 | 215 | 0 | 73 | 36 | 25 | 513 | 65 | 70 |
| Binary | 11001010 | 1010011 | 10001101 | 0 | 111011 | 11110 | 10101 | 101001011 | 110101 | 111000 |
Color Harmonies of #CA538D
Complementary color
Monochromatic Colors of #CA538D
Black with #CA538D
Text Example
Text Example
White with #CA538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA538D; }
p { color: rgb(202,83,141); }
H1.HeaderClassName
{
color: #CA538D;
}
.AnyTagClassName
{
color: #CA538D;
}
</style>
background-color css
<style>
a { background-color: #CA538D; }
a { background-color: rgb(202,83,141); }
div.DivClassName
{
background-color: #CA538D;
}
.BgClassName
{
background-color: #CA538D;
}
</style>
border-color css
<style>
span { border-color: #CA538D; }
span { border-color: rgb(202,83,141); }
td.TdClassName
{
border-color: #CA538D;
}
.TagClassName
{
border-color: #CA538D;
}
</style>