Shades of Mulberry #CA4C8C
Tints of Mulberry #CA4C8C
RGB
CMYK
RGB Variations
Color information
#CA4C8C (or 0xCA4C8C) is known color: Mulberry. HEX triplet: CA, 4C and 8C. RGB value is (202,76,140). Sum of RGB (Red+Green+Blue) = 202+76+140=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4C8C is #35B373. Grayscale: #787878. Windows color (decimal): -3519348 or 9194698. OLE color: 9194698.
HSL color Cylindrical-coordinate representation of color #CA4C8C: hue angle of 329.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 #CA4C8C is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 140 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.21 |
| HSL | 329.52º | 0.54% | 0.55% | - |
| HSV(B) | 329.52º | 0.62% | 0.79% | - |
| XYZ | 31.68 | 19.62 | 26.93 | - |
| YUV | 120.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 140 | 0 | 0.62 | 0.31 | 0.21 | 329.52 | 0.54 | 0.55 |
| Hex | CA | 4C | 8C | 0 | 3E | 1F | 15 | 14A | 36 | 37 |
| Octal | 312 | 114 | 214 | 0 | 76 | 37 | 25 | 512 | 66 | 67 |
| Binary | 11001010 | 1001100 | 10001100 | 0 | 111110 | 11111 | 10101 | 101001010 | 110110 | 110111 |
Color Harmonies of #CA4C8C
Complementary color
Monochromatic Colors of #CA4C8C
Black with #CA4C8C
Text Example
Text Example
White with #CA4C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C8C; }
p { color: rgb(202,76,140); }
H1.HeaderClassName
{
color: #CA4C8C;
}
.AnyTagClassName
{
color: #CA4C8C;
}
</style>
background-color css
<style>
a { background-color: #CA4C8C; }
a { background-color: rgb(202,76,140); }
div.DivClassName
{
background-color: #CA4C8C;
}
.BgClassName
{
background-color: #CA4C8C;
}
</style>
border-color css
<style>
span { border-color: #CA4C8C; }
span { border-color: rgb(202,76,140); }
td.TdClassName
{
border-color: #CA4C8C;
}
.TagClassName
{
border-color: #CA4C8C;
}
</style>