Shades of Mulberry #CA538A
Tints of Mulberry #CA538A
RGB
CMYK
RGB Variations
Color information
#CA538A (or 0xCA538A) is known color: Mulberry. HEX triplet: CA, 53 and 8A. RGB value is (202,83,138). Sum of RGB (Red+Green+Blue) = 202+83+138=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA538A is #35AC75. Grayscale: #7C7C7C. Windows color (decimal): -3517558 or 9065418. OLE color: 9065418.
HSL color Cylindrical-coordinate representation of color #CA538A: hue angle of 332.27º 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 #CA538A is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 138 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.21 |
| HSL | 332.27º | 0.53% | 0.56% | - |
| HSV(B) | 332.27º | 0.59% | 0.79% | - |
| XYZ | 32.04 | 20.58 | 26.33 | - |
| YUV | 124.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 138 | 0 | 0.59 | 0.32 | 0.21 | 332.27 | 0.53 | 0.56 |
| Hex | CA | 53 | 8A | 0 | 3B | 20 | 15 | 14C | 35 | 38 |
| Octal | 312 | 123 | 212 | 0 | 73 | 40 | 25 | 514 | 65 | 70 |
| Binary | 11001010 | 1010011 | 10001010 | 0 | 111011 | 100000 | 10101 | 101001100 | 110101 | 111000 |
Color Harmonies of #CA538A
Complementary color
Monochromatic Colors of #CA538A
Black with #CA538A
Text Example
Text Example
White with #CA538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA538A; }
p { color: rgb(202,83,138); }
H1.HeaderClassName
{
color: #CA538A;
}
.AnyTagClassName
{
color: #CA538A;
}
</style>
background-color css
<style>
a { background-color: #CA538A; }
a { background-color: rgb(202,83,138); }
div.DivClassName
{
background-color: #CA538A;
}
.BgClassName
{
background-color: #CA538A;
}
</style>
border-color css
<style>
span { border-color: #CA538A; }
span { border-color: rgb(202,83,138); }
td.TdClassName
{
border-color: #CA538A;
}
.TagClassName
{
border-color: #CA538A;
}
</style>