Shades of Mulberry #CA50A8
Tints of Mulberry #CA50A8
RGB
CMYK
RGB Variations
Color information
#CA50A8 (or 0xCA50A8) is known color: Mulberry. HEX triplet: CA, 50 and A8. RGB value is (202,80,168). Sum of RGB (Red+Green+Blue) = 202+80+168=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA50A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA50A8 is #35AF57. Grayscale: #7E7E7E. Windows color (decimal): -3518296 or 11030730. OLE color: 11030730.
HSL color Cylindrical-coordinate representation of color #CA50A8: hue angle of 316.72º degrees, saturation: 0.54, 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 #CA50A8 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 168 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.21 |
| HSL | 316.72º | 0.54% | 0.55% | - |
| HSV(B) | 316.72º | 0.6% | 0.79% | - |
| XYZ | 34.29 | 21.12 | 39.32 | - |
| YUV | 126.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 168 | 0 | 0.60 | 0.17 | 0.21 | 316.72 | 0.54 | 0.55 |
| Hex | CA | 50 | A8 | 0 | 3C | 11 | 15 | 13D | 36 | 37 |
| Octal | 312 | 120 | 250 | 0 | 74 | 21 | 25 | 475 | 66 | 67 |
| Binary | 11001010 | 1010000 | 10101000 | 0 | 111100 | 10001 | 10101 | 100111101 | 110110 | 110111 |
Color Harmonies of #CA50A8
Complementary color
Monochromatic Colors of #CA50A8
Black with #CA50A8
Text Example
Text Example
White with #CA50A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50A8; }
p { color: rgb(202,80,168); }
H1.HeaderClassName
{
color: #CA50A8;
}
.AnyTagClassName
{
color: #CA50A8;
}
</style>
background-color css
<style>
a { background-color: #CA50A8; }
a { background-color: rgb(202,80,168); }
div.DivClassName
{
background-color: #CA50A8;
}
.BgClassName
{
background-color: #CA50A8;
}
</style>
border-color css
<style>
span { border-color: #CA50A8; }
span { border-color: rgb(202,80,168); }
td.TdClassName
{
border-color: #CA50A8;
}
.TagClassName
{
border-color: #CA50A8;
}
</style>