Shades of Mulberry #CA4C8F
Tints of Mulberry #CA4C8F
RGB
CMYK
RGB Variations
Color information
#CA4C8F (or 0xCA4C8F) is known color: Mulberry. HEX triplet: CA, 4C and 8F. RGB value is (202,76,143). Sum of RGB (Red+Green+Blue) = 202+76+143=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4C8F is #35B370. Grayscale: #797979. Windows color (decimal): -3519345 or 9391306. OLE color: 9391306.
HSL color Cylindrical-coordinate representation of color #CA4C8F: hue angle of 328.1º 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 #CA4C8F is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 143 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.21 |
| HSL | 328.1º | 0.54% | 0.55% | - |
| HSV(B) | 328.1º | 0.62% | 0.79% | - |
| XYZ | 31.9 | 19.71 | 28.11 | - |
| YUV | 121.31 | 140.24 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 143 | 0 | 0.62 | 0.29 | 0.21 | 328.1 | 0.54 | 0.55 |
| Hex | CA | 4C | 8F | 0 | 3E | 1D | 15 | 148 | 36 | 37 |
| Octal | 312 | 114 | 217 | 0 | 76 | 35 | 25 | 510 | 66 | 67 |
| Binary | 11001010 | 1001100 | 10001111 | 0 | 111110 | 11101 | 10101 | 101001000 | 110110 | 110111 |
Color Harmonies of #CA4C8F
Complementary color
Monochromatic Colors of #CA4C8F
Black with #CA4C8F
Text Example
Text Example
White with #CA4C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C8F; }
p { color: rgb(202,76,143); }
H1.HeaderClassName
{
color: #CA4C8F;
}
.AnyTagClassName
{
color: #CA4C8F;
}
</style>
background-color css
<style>
a { background-color: #CA4C8F; }
a { background-color: rgb(202,76,143); }
div.DivClassName
{
background-color: #CA4C8F;
}
.BgClassName
{
background-color: #CA4C8F;
}
</style>
border-color css
<style>
span { border-color: #CA4C8F; }
span { border-color: rgb(202,76,143); }
td.TdClassName
{
border-color: #CA4C8F;
}
.TagClassName
{
border-color: #CA4C8F;
}
</style>