Shades of Mulberry #CA519D
Tints of Mulberry #CA519D
RGB
CMYK
RGB Variations
Color information
#CA519D (or 0xCA519D) is known color: Mulberry. HEX triplet: CA, 51 and 9D. RGB value is (202,81,157). Sum of RGB (Red+Green+Blue) = 202+81+157=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA519D is #35AE62. Grayscale: #7D7D7D. Windows color (decimal): -3518051 or 10310090. OLE color: 10310090.
HSL color Cylindrical-coordinate representation of color #CA519D: hue angle of 322.31º 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 #CA519D is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 157 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.21 |
| HSL | 322.31º | 0.53% | 0.55% | - |
| HSV(B) | 322.31º | 0.6% | 0.79% | - |
| XYZ | 33.39 | 20.88 | 34.17 | - |
| YUV | 125.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 157 | 0 | 0.60 | 0.22 | 0.21 | 322.31 | 0.53 | 0.55 |
| Hex | CA | 51 | 9D | 0 | 3C | 16 | 15 | 142 | 35 | 37 |
| Octal | 312 | 121 | 235 | 0 | 74 | 26 | 25 | 502 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10011101 | 0 | 111100 | 10110 | 10101 | 101000010 | 110101 | 110111 |
Color Harmonies of #CA519D
Complementary color
Monochromatic Colors of #CA519D
Black with #CA519D
Text Example
Text Example
White with #CA519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA519D; }
p { color: rgb(202,81,157); }
H1.HeaderClassName
{
color: #CA519D;
}
.AnyTagClassName
{
color: #CA519D;
}
</style>
background-color css
<style>
a { background-color: #CA519D; }
a { background-color: rgb(202,81,157); }
div.DivClassName
{
background-color: #CA519D;
}
.BgClassName
{
background-color: #CA519D;
}
</style>
border-color css
<style>
span { border-color: #CA519D; }
span { border-color: rgb(202,81,157); }
td.TdClassName
{
border-color: #CA519D;
}
.TagClassName
{
border-color: #CA519D;
}
</style>