Shades of Mulberry #CA4D99
Tints of Mulberry #CA4D99
RGB
CMYK
RGB Variations
Color information
#CA4D99 (or 0xCA4D99) is known color: Mulberry. HEX triplet: CA, 4D and 99. RGB value is (202,77,153). Sum of RGB (Red+Green+Blue) = 202+77+153=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D99 is #35B266. Grayscale: #7A7A7A. Windows color (decimal): -3519079 or 10046922. OLE color: 10046922.
HSL color Cylindrical-coordinate representation of color #CA4D99: hue angle of 323.52º 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 #CA4D99 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 153 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.21 |
| HSL | 323.52º | 0.54% | 0.55% | - |
| HSV(B) | 323.52º | 0.62% | 0.79% | - |
| XYZ | 32.76 | 20.16 | 32.3 | - |
| YUV | 123.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 153 | 0 | 0.62 | 0.24 | 0.21 | 323.52 | 0.54 | 0.55 |
| Hex | CA | 4D | 99 | 0 | 3E | 18 | 15 | 144 | 36 | 37 |
| Octal | 312 | 115 | 231 | 0 | 76 | 30 | 25 | 504 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10011001 | 0 | 111110 | 11000 | 10101 | 101000100 | 110110 | 110111 |
Color Harmonies of #CA4D99
Complementary color
Monochromatic Colors of #CA4D99
Black with #CA4D99
Text Example
Text Example
White with #CA4D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D99; }
p { color: rgb(202,77,153); }
H1.HeaderClassName
{
color: #CA4D99;
}
.AnyTagClassName
{
color: #CA4D99;
}
</style>
background-color css
<style>
a { background-color: #CA4D99; }
a { background-color: rgb(202,77,153); }
div.DivClassName
{
background-color: #CA4D99;
}
.BgClassName
{
background-color: #CA4D99;
}
</style>
border-color css
<style>
span { border-color: #CA4D99; }
span { border-color: rgb(202,77,153); }
td.TdClassName
{
border-color: #CA4D99;
}
.TagClassName
{
border-color: #CA4D99;
}
</style>