Shades of Mulberry #CA538E
Tints of Mulberry #CA538E
RGB
CMYK
RGB Variations
Color information
#CA538E (or 0xCA538E) is known color: Mulberry. HEX triplet: CA, 53 and 8E. RGB value is (202,83,142). Sum of RGB (Red+Green+Blue) = 202+83+142=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA538E is #35AC71. Grayscale: #7D7D7D. Windows color (decimal): -3517554 or 9327562. OLE color: 9327562.
HSL color Cylindrical-coordinate representation of color #CA538E: hue angle of 330.25º 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 #CA538E is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 142 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.21 |
| HSL | 330.25º | 0.53% | 0.56% | - |
| HSV(B) | 330.25º | 0.59% | 0.79% | - |
| XYZ | 32.33 | 20.7 | 27.88 | - |
| YUV | 125.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 142 | 0 | 0.59 | 0.30 | 0.21 | 330.25 | 0.53 | 0.56 |
| Hex | CA | 53 | 8E | 0 | 3B | 1E | 15 | 14A | 35 | 38 |
| Octal | 312 | 123 | 216 | 0 | 73 | 36 | 25 | 512 | 65 | 70 |
| Binary | 11001010 | 1010011 | 10001110 | 0 | 111011 | 11110 | 10101 | 101001010 | 110101 | 111000 |
Color Harmonies of #CA538E
Complementary color
Monochromatic Colors of #CA538E
Black with #CA538E
Text Example
Text Example
White with #CA538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA538E; }
p { color: rgb(202,83,142); }
H1.HeaderClassName
{
color: #CA538E;
}
.AnyTagClassName
{
color: #CA538E;
}
</style>
background-color css
<style>
a { background-color: #CA538E; }
a { background-color: rgb(202,83,142); }
div.DivClassName
{
background-color: #CA538E;
}
.BgClassName
{
background-color: #CA538E;
}
</style>
border-color css
<style>
span { border-color: #CA538E; }
span { border-color: rgb(202,83,142); }
td.TdClassName
{
border-color: #CA538E;
}
.TagClassName
{
border-color: #CA538E;
}
</style>