Shades of Mulberry #CA4FA8
Tints of Mulberry #CA4FA8
RGB
CMYK
RGB Variations
Color information
#CA4FA8 (or 0xCA4FA8) is known color: Mulberry. HEX triplet: CA, 4F and A8. RGB value is (202,79,168). Sum of RGB (Red+Green+Blue) = 202+79+168=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4FA8 is #35B057. Grayscale: #7D7D7D. Windows color (decimal): -3518552 or 11030474. OLE color: 11030474.
HSL color Cylindrical-coordinate representation of color #CA4FA8: hue angle of 316.59º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4FA8 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 79 | 168 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.21 |
| HSL | 316.59º | 0.54% | 0.55% | - |
| HSV(B) | 316.59º | 0.61% | 0.79% | - |
| XYZ | 34.22 | 20.98 | 39.29 | - |
| YUV | 125.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 168 | 0 | 0.61 | 0.17 | 0.21 | 316.59 | 0.54 | 0.55 |
| Hex | CA | 4F | A8 | 0 | 3D | 11 | 15 | 13D | 36 | 37 |
| Octal | 312 | 117 | 250 | 0 | 75 | 21 | 25 | 475 | 66 | 67 |
| Binary | 11001010 | 1001111 | 10101000 | 0 | 111101 | 10001 | 10101 | 100111101 | 110110 | 110111 |
Color Harmonies of #CA4FA8
Complementary color
Monochromatic Colors of #CA4FA8
Black with #CA4FA8
Text Example
Text Example
White with #CA4FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4FA8; }
p { color: rgb(202,79,168); }
H1.HeaderClassName
{
color: #CA4FA8;
}
.AnyTagClassName
{
color: #CA4FA8;
}
</style>
background-color css
<style>
a { background-color: #CA4FA8; }
a { background-color: rgb(202,79,168); }
div.DivClassName
{
background-color: #CA4FA8;
}
.BgClassName
{
background-color: #CA4FA8;
}
</style>
border-color css
<style>
span { border-color: #CA4FA8; }
span { border-color: rgb(202,79,168); }
td.TdClassName
{
border-color: #CA4FA8;
}
.TagClassName
{
border-color: #CA4FA8;
}
</style>