Shades of Mulberry #CA4D9A
Tints of Mulberry #CA4D9A
RGB
CMYK
RGB Variations
Color information
#CA4D9A (or 0xCA4D9A) is known color: Mulberry. HEX triplet: CA, 4D and 9A. RGB value is (202,77,154). Sum of RGB (Red+Green+Blue) = 202+77+154=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D9A is #35B265. Grayscale: #7A7A7A. Windows color (decimal): -3519078 or 10112458. OLE color: 10112458.
HSL color Cylindrical-coordinate representation of color #CA4D9A: hue angle of 323.04º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4D9A is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 154 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.21 |
| HSL | 323.04º | 0.54% | 0.55% | - |
| HSV(B) | 323.04º | 0.62% | 0.79% | - |
| XYZ | 32.84 | 20.2 | 32.74 | - |
| YUV | 123.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 154 | 0 | 0.62 | 0.24 | 0.21 | 323.04 | 0.54 | 0.55 |
| Hex | CA | 4D | 9A | 0 | 3E | 18 | 15 | 143 | 36 | 37 |
| Octal | 312 | 115 | 232 | 0 | 76 | 30 | 25 | 503 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10011010 | 0 | 111110 | 11000 | 10101 | 101000011 | 110110 | 110111 |
Color Harmonies of #CA4D9A
Complementary color
Monochromatic Colors of #CA4D9A
Black with #CA4D9A
Text Example
Text Example
White with #CA4D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D9A; }
p { color: rgb(202,77,154); }
H1.HeaderClassName
{
color: #CA4D9A;
}
.AnyTagClassName
{
color: #CA4D9A;
}
</style>
background-color css
<style>
a { background-color: #CA4D9A; }
a { background-color: rgb(202,77,154); }
div.DivClassName
{
background-color: #CA4D9A;
}
.BgClassName
{
background-color: #CA4D9A;
}
</style>
border-color css
<style>
span { border-color: #CA4D9A; }
span { border-color: rgb(202,77,154); }
td.TdClassName
{
border-color: #CA4D9A;
}
.TagClassName
{
border-color: #CA4D9A;
}
</style>