Shades of Mulberry #CA50A7
Tints of Mulberry #CA50A7
RGB
CMYK
RGB Variations
Color information
#CA50A7 (or 0xCA50A7) is known color: Mulberry. HEX triplet: CA, 50 and A7. RGB value is (202,80,167). Sum of RGB (Red+Green+Blue) = 202+80+167=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA50A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA50A7 is #35AF58. Grayscale: #7E7E7E. Windows color (decimal): -3518297 or 10965194. OLE color: 10965194.
HSL color Cylindrical-coordinate representation of color #CA50A7: hue angle of 317.21º 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 #CA50A7 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 167 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.21 |
| HSL | 317.21º | 0.54% | 0.55% | - |
| HSV(B) | 317.21º | 0.6% | 0.79% | - |
| XYZ | 34.2 | 21.08 | 38.83 | - |
| YUV | 126.4 | 150.92 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 167 | 0 | 0.60 | 0.17 | 0.21 | 317.21 | 0.54 | 0.55 |
| Hex | CA | 50 | A7 | 0 | 3C | 11 | 15 | 13D | 36 | 37 |
| Octal | 312 | 120 | 247 | 0 | 74 | 21 | 25 | 475 | 66 | 67 |
| Binary | 11001010 | 1010000 | 10100111 | 0 | 111100 | 10001 | 10101 | 100111101 | 110110 | 110111 |
Color Harmonies of #CA50A7
Complementary color
Monochromatic Colors of #CA50A7
Black with #CA50A7
Text Example
Text Example
White with #CA50A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50A7; }
p { color: rgb(202,80,167); }
H1.HeaderClassName
{
color: #CA50A7;
}
.AnyTagClassName
{
color: #CA50A7;
}
</style>
background-color css
<style>
a { background-color: #CA50A7; }
a { background-color: rgb(202,80,167); }
div.DivClassName
{
background-color: #CA50A7;
}
.BgClassName
{
background-color: #CA50A7;
}
</style>
border-color css
<style>
span { border-color: #CA50A7; }
span { border-color: rgb(202,80,167); }
td.TdClassName
{
border-color: #CA50A7;
}
.TagClassName
{
border-color: #CA50A7;
}
</style>