Shades of Mulberry #CA46A8
Tints of Mulberry #CA46A8
RGB
CMYK
RGB Variations
Color information
#CA46A8 (or 0xCA46A8) is known color: Mulberry. HEX triplet: CA, 46 and A8. RGB value is (202,70,168). Sum of RGB (Red+Green+Blue) = 202+70+168=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA46A8 is #35B957. Grayscale: #787878. Windows color (decimal): -3520856 or 11028170. OLE color: 11028170.
HSL color Cylindrical-coordinate representation of color #CA46A8: hue angle of 315.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA46A8 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 168 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.21 |
| HSL | 315.45º | 0.55% | 0.53% | - |
| HSV(B) | 315.45º | 0.65% | 0.79% | - |
| XYZ | 33.62 | 19.76 | 39.09 | - |
| YUV | 120.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 168 | 0 | 0.65 | 0.17 | 0.21 | 315.45 | 0.55 | 0.53 |
| Hex | CA | 46 | A8 | 0 | 41 | 11 | 15 | 13B | 37 | 35 |
| Octal | 312 | 106 | 250 | 0 | 101 | 21 | 25 | 473 | 67 | 65 |
| Binary | 11001010 | 1000110 | 10101000 | 0 | 1000001 | 10001 | 10101 | 100111011 | 110111 | 110101 |
Color Harmonies of #CA46A8
Complementary color
Monochromatic Colors of #CA46A8
Black with #CA46A8
Text Example
Text Example
White with #CA46A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46A8; }
p { color: rgb(202,70,168); }
H1.HeaderClassName
{
color: #CA46A8;
}
.AnyTagClassName
{
color: #CA46A8;
}
</style>
background-color css
<style>
a { background-color: #CA46A8; }
a { background-color: rgb(202,70,168); }
div.DivClassName
{
background-color: #CA46A8;
}
.BgClassName
{
background-color: #CA46A8;
}
</style>
border-color css
<style>
span { border-color: #CA46A8; }
span { border-color: rgb(202,70,168); }
td.TdClassName
{
border-color: #CA46A8;
}
.TagClassName
{
border-color: #CA46A8;
}
</style>