Shades of Mulberry #CA518B
Tints of Mulberry #CA518B
RGB
CMYK
RGB Variations
Color information
#CA518B (or 0xCA518B) is known color: Mulberry. HEX triplet: CA, 51 and 8B. RGB value is (202,81,139). Sum of RGB (Red+Green+Blue) = 202+81+139=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA518B is #35AE74. Grayscale: #7B7B7B. Windows color (decimal): -3518069 or 9130442. OLE color: 9130442.
HSL color Cylindrical-coordinate representation of color #CA518B: hue angle of 331.24º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA518B is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 139 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.21 |
| HSL | 331.24º | 0.53% | 0.55% | - |
| HSV(B) | 331.24º | 0.6% | 0.79% | - |
| XYZ | 31.96 | 20.31 | 26.66 | - |
| YUV | 123.79 | 136.59 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 139 | 0 | 0.60 | 0.31 | 0.21 | 331.24 | 0.53 | 0.55 |
| Hex | CA | 51 | 8B | 0 | 3C | 1F | 15 | 14B | 35 | 37 |
| Octal | 312 | 121 | 213 | 0 | 74 | 37 | 25 | 513 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10001011 | 0 | 111100 | 11111 | 10101 | 101001011 | 110101 | 110111 |
Color Harmonies of #CA518B
Complementary color
Monochromatic Colors of #CA518B
Black with #CA518B
Text Example
Text Example
White with #CA518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA518B; }
p { color: rgb(202,81,139); }
H1.HeaderClassName
{
color: #CA518B;
}
.AnyTagClassName
{
color: #CA518B;
}
</style>
background-color css
<style>
a { background-color: #CA518B; }
a { background-color: rgb(202,81,139); }
div.DivClassName
{
background-color: #CA518B;
}
.BgClassName
{
background-color: #CA518B;
}
</style>
border-color css
<style>
span { border-color: #CA518B; }
span { border-color: rgb(202,81,139); }
td.TdClassName
{
border-color: #CA518B;
}
.TagClassName
{
border-color: #CA518B;
}
</style>