Shades of Mulberry #CA51A4
Tints of Mulberry #CA51A4
RGB
CMYK
RGB Variations
Color information
#CA51A4 (or 0xCA51A4) is known color: Mulberry. HEX triplet: CA, 51 and A4. RGB value is (202,81,164). Sum of RGB (Red+Green+Blue) = 202+81+164=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51A4 is #35AE5B. Grayscale: #7E7E7E. Windows color (decimal): -3518044 or 10768842. OLE color: 10768842.
HSL color Cylindrical-coordinate representation of color #CA51A4: hue angle of 318.84º 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 #CA51A4 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 164 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.21 |
| HSL | 318.84º | 0.53% | 0.55% | - |
| HSV(B) | 318.84º | 0.6% | 0.79% | - |
| XYZ | 34 | 21.12 | 37.41 | - |
| YUV | 126.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 164 | 0 | 0.60 | 0.19 | 0.21 | 318.84 | 0.53 | 0.55 |
| Hex | CA | 51 | A4 | 0 | 3C | 13 | 15 | 13F | 35 | 37 |
| Octal | 312 | 121 | 244 | 0 | 74 | 23 | 25 | 477 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10100100 | 0 | 111100 | 10011 | 10101 | 100111111 | 110101 | 110111 |
Color Harmonies of #CA51A4
Complementary color
Monochromatic Colors of #CA51A4
Black with #CA51A4
Text Example
Text Example
White with #CA51A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51A4; }
p { color: rgb(202,81,164); }
H1.HeaderClassName
{
color: #CA51A4;
}
.AnyTagClassName
{
color: #CA51A4;
}
</style>
background-color css
<style>
a { background-color: #CA51A4; }
a { background-color: rgb(202,81,164); }
div.DivClassName
{
background-color: #CA51A4;
}
.BgClassName
{
background-color: #CA51A4;
}
</style>
border-color css
<style>
span { border-color: #CA51A4; }
span { border-color: rgb(202,81,164); }
td.TdClassName
{
border-color: #CA51A4;
}
.TagClassName
{
border-color: #CA51A4;
}
</style>