Shades of Mulberry #CA4C9E
Tints of Mulberry #CA4C9E
RGB
CMYK
RGB Variations
Color information
#CA4C9E (or 0xCA4C9E) is known color: Mulberry. HEX triplet: CA, 4C and 9E. RGB value is (202,76,158). Sum of RGB (Red+Green+Blue) = 202+76+158=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4C9E is #35B361. Grayscale: #7A7A7A. Windows color (decimal): -3519330 or 10374346. OLE color: 10374346.
HSL color Cylindrical-coordinate representation of color #CA4C9E: hue angle of 320.95º 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 #CA4C9E is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 158 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.21 |
| HSL | 320.95º | 0.54% | 0.55% | - |
| HSV(B) | 320.95º | 0.62% | 0.79% | - |
| XYZ | 33.11 | 20.19 | 34.5 | - |
| YUV | 123.02 | 147.74 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 158 | 0 | 0.62 | 0.22 | 0.21 | 320.95 | 0.54 | 0.55 |
| Hex | CA | 4C | 9E | 0 | 3E | 16 | 15 | 141 | 36 | 37 |
| Octal | 312 | 114 | 236 | 0 | 76 | 26 | 25 | 501 | 66 | 67 |
| Binary | 11001010 | 1001100 | 10011110 | 0 | 111110 | 10110 | 10101 | 101000001 | 110110 | 110111 |
Color Harmonies of #CA4C9E
Complementary color
Monochromatic Colors of #CA4C9E
Black with #CA4C9E
Text Example
Text Example
White with #CA4C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C9E; }
p { color: rgb(202,76,158); }
H1.HeaderClassName
{
color: #CA4C9E;
}
.AnyTagClassName
{
color: #CA4C9E;
}
</style>
background-color css
<style>
a { background-color: #CA4C9E; }
a { background-color: rgb(202,76,158); }
div.DivClassName
{
background-color: #CA4C9E;
}
.BgClassName
{
background-color: #CA4C9E;
}
</style>
border-color css
<style>
span { border-color: #CA4C9E; }
span { border-color: rgb(202,76,158); }
td.TdClassName
{
border-color: #CA4C9E;
}
.TagClassName
{
border-color: #CA4C9E;
}
</style>