Shades of Mulberry #CA4C9D
Tints of Mulberry #CA4C9D
RGB
CMYK
RGB Variations
Color information
#CA4C9D (or 0xCA4C9D) is known color: Mulberry. HEX triplet: CA, 4C and 9D. RGB value is (202,76,157). Sum of RGB (Red+Green+Blue) = 202+76+157=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4C9D is #35B362. Grayscale: #7A7A7A. Windows color (decimal): -3519331 or 10308810. OLE color: 10308810.
HSL color Cylindrical-coordinate representation of color #CA4C9D: hue angle of 321.43º 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 #CA4C9D is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 157 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.21 |
| HSL | 321.43º | 0.54% | 0.55% | - |
| HSV(B) | 321.43º | 0.62% | 0.79% | - |
| XYZ | 33.03 | 20.16 | 34.05 | - |
| YUV | 122.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 157 | 0 | 0.62 | 0.22 | 0.21 | 321.43 | 0.54 | 0.55 |
| Hex | CA | 4C | 9D | 0 | 3E | 16 | 15 | 141 | 36 | 37 |
| Octal | 312 | 114 | 235 | 0 | 76 | 26 | 25 | 501 | 66 | 67 |
| Binary | 11001010 | 1001100 | 10011101 | 0 | 111110 | 10110 | 10101 | 101000001 | 110110 | 110111 |
Color Harmonies of #CA4C9D
Complementary color
Monochromatic Colors of #CA4C9D
Black with #CA4C9D
Text Example
Text Example
White with #CA4C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C9D; }
p { color: rgb(202,76,157); }
H1.HeaderClassName
{
color: #CA4C9D;
}
.AnyTagClassName
{
color: #CA4C9D;
}
</style>
background-color css
<style>
a { background-color: #CA4C9D; }
a { background-color: rgb(202,76,157); }
div.DivClassName
{
background-color: #CA4C9D;
}
.BgClassName
{
background-color: #CA4C9D;
}
</style>
border-color css
<style>
span { border-color: #CA4C9D; }
span { border-color: rgb(202,76,157); }
td.TdClassName
{
border-color: #CA4C9D;
}
.TagClassName
{
border-color: #CA4C9D;
}
</style>