Shades of Mulberry #CA4D9E
Tints of Mulberry #CA4D9E
RGB
CMYK
RGB Variations
Color information
#CA4D9E (or 0xCA4D9E) is known color: Mulberry. HEX triplet: CA, 4D and 9E. RGB value is (202,77,158). Sum of RGB (Red+Green+Blue) = 202+77+158=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D9E is #35B261. Grayscale: #7B7B7B. Windows color (decimal): -3519074 or 10374602. OLE color: 10374602.
HSL color Cylindrical-coordinate representation of color #CA4D9E: hue angle of 321.12º 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 #CA4D9E is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 158 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.21 |
| HSL | 321.12º | 0.54% | 0.55% | - |
| HSV(B) | 321.12º | 0.62% | 0.79% | - |
| XYZ | 33.18 | 20.33 | 34.52 | - |
| YUV | 123.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 158 | 0 | 0.62 | 0.22 | 0.21 | 321.12 | 0.54 | 0.55 |
| Hex | CA | 4D | 9E | 0 | 3E | 16 | 15 | 141 | 36 | 37 |
| Octal | 312 | 115 | 236 | 0 | 76 | 26 | 25 | 501 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10011110 | 0 | 111110 | 10110 | 10101 | 101000001 | 110110 | 110111 |
Color Harmonies of #CA4D9E
Complementary color
Monochromatic Colors of #CA4D9E
Black with #CA4D9E
Text Example
Text Example
White with #CA4D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D9E; }
p { color: rgb(202,77,158); }
H1.HeaderClassName
{
color: #CA4D9E;
}
.AnyTagClassName
{
color: #CA4D9E;
}
</style>
background-color css
<style>
a { background-color: #CA4D9E; }
a { background-color: rgb(202,77,158); }
div.DivClassName
{
background-color: #CA4D9E;
}
.BgClassName
{
background-color: #CA4D9E;
}
</style>
border-color css
<style>
span { border-color: #CA4D9E; }
span { border-color: rgb(202,77,158); }
td.TdClassName
{
border-color: #CA4D9E;
}
.TagClassName
{
border-color: #CA4D9E;
}
</style>