Shades of Mulberry #CA51A7
Tints of Mulberry #CA51A7
RGB
CMYK
RGB Variations
Color information
#CA51A7 (or 0xCA51A7) is known color: Mulberry. HEX triplet: CA, 51 and A7. RGB value is (202,81,167). Sum of RGB (Red+Green+Blue) = 202+81+167=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51A7 is #35AE58. Grayscale: #7E7E7E. Windows color (decimal): -3518041 or 10965450. OLE color: 10965450.
HSL color Cylindrical-coordinate representation of color #CA51A7: hue angle of 317.36º 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 #CA51A7 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 167 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.21 |
| HSL | 317.36º | 0.53% | 0.55% | - |
| HSV(B) | 317.36º | 0.6% | 0.79% | - |
| XYZ | 34.27 | 21.23 | 38.85 | - |
| YUV | 126.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 167 | 0 | 0.60 | 0.17 | 0.21 | 317.36 | 0.53 | 0.55 |
| Hex | CA | 51 | A7 | 0 | 3C | 11 | 15 | 13D | 35 | 37 |
| Octal | 312 | 121 | 247 | 0 | 74 | 21 | 25 | 475 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10100111 | 0 | 111100 | 10001 | 10101 | 100111101 | 110101 | 110111 |
Color Harmonies of #CA51A7
Complementary color
Monochromatic Colors of #CA51A7
Black with #CA51A7
Text Example
Text Example
White with #CA51A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51A7; }
p { color: rgb(202,81,167); }
H1.HeaderClassName
{
color: #CA51A7;
}
.AnyTagClassName
{
color: #CA51A7;
}
</style>
background-color css
<style>
a { background-color: #CA51A7; }
a { background-color: rgb(202,81,167); }
div.DivClassName
{
background-color: #CA51A7;
}
.BgClassName
{
background-color: #CA51A7;
}
</style>
border-color css
<style>
span { border-color: #CA51A7; }
span { border-color: rgb(202,81,167); }
td.TdClassName
{
border-color: #CA51A7;
}
.TagClassName
{
border-color: #CA51A7;
}
</style>