Shades of Mulberry #CA39A8
Tints of Mulberry #CA39A8
RGB
CMYK
RGB Variations
Color information
#CA39A8 (or 0xCA39A8) is known color: Mulberry. HEX triplet: CA, 39 and A8. RGB value is (202,57,168). Sum of RGB (Red+Green+Blue) = 202+57+168=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA39A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA39A8 is #35C657. Grayscale: #707070. Windows color (decimal): -3524184 or 11024842. OLE color: 11024842.
HSL color Cylindrical-coordinate representation of color #CA39A8: hue angle of 314.07º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA39A8 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 168 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.21 |
| HSL | 314.07º | 0.58% | 0.51% | - |
| HSV(B) | 314.07º | 0.72% | 0.79% | - |
| XYZ | 32.89 | 18.31 | 38.85 | - |
| YUV | 113.01 | 159.04 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 168 | 0 | 0.72 | 0.17 | 0.21 | 314.07 | 0.58 | 0.51 |
| Hex | CA | 39 | A8 | 0 | 48 | 11 | 15 | 13A | 3A | 33 |
| Octal | 312 | 71 | 250 | 0 | 110 | 21 | 25 | 472 | 72 | 63 |
| Binary | 11001010 | 111001 | 10101000 | 0 | 1001000 | 10001 | 10101 | 100111010 | 111010 | 110011 |
Color Harmonies of #CA39A8
Complementary color
Monochromatic Colors of #CA39A8
Black with #CA39A8
Text Example
Text Example
White with #CA39A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA39A8; }
p { color: rgb(202,57,168); }
H1.HeaderClassName
{
color: #CA39A8;
}
.AnyTagClassName
{
color: #CA39A8;
}
</style>
background-color css
<style>
a { background-color: #CA39A8; }
a { background-color: rgb(202,57,168); }
div.DivClassName
{
background-color: #CA39A8;
}
.BgClassName
{
background-color: #CA39A8;
}
</style>
border-color css
<style>
span { border-color: #CA39A8; }
span { border-color: rgb(202,57,168); }
td.TdClassName
{
border-color: #CA39A8;
}
.TagClassName
{
border-color: #CA39A8;
}
</style>