Shades of Mulberry #CA3E84
Tints of Mulberry #CA3E84
RGB
CMYK
RGB Variations
Color information
#CA3E84 (or 0xCA3E84) is known color: Mulberry. HEX triplet: CA, 3E and 84. RGB value is (202,62,132). Sum of RGB (Red+Green+Blue) = 202+62+132=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3E84 is #35C17B. Grayscale: #6F6F6F. Windows color (decimal): -3522940 or 8666826. OLE color: 8666826.
HSL color Cylindrical-coordinate representation of color #CA3E84: hue angle of 330º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3E84 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 132 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.21 |
| HSL | 330º | 0.57% | 0.52% | - |
| HSV(B) | 330º | 0.69% | 0.79% | - |
| XYZ | 30.24 | 17.67 | 23.65 | - |
| YUV | 111.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 132 | 0 | 0.69 | 0.35 | 0.21 | 330 | 0.57 | 0.52 |
| Hex | CA | 3E | 84 | 0 | 45 | 23 | 15 | 14A | 39 | 34 |
| Octal | 312 | 76 | 204 | 0 | 105 | 43 | 25 | 512 | 71 | 64 |
| Binary | 11001010 | 111110 | 10000100 | 0 | 1000101 | 100011 | 10101 | 101001010 | 111001 | 110100 |
Color Harmonies of #CA3E84
Complementary color
Monochromatic Colors of #CA3E84
Black with #CA3E84
Text Example
Text Example
White with #CA3E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E84; }
p { color: rgb(202,62,132); }
H1.HeaderClassName
{
color: #CA3E84;
}
.AnyTagClassName
{
color: #CA3E84;
}
</style>
background-color css
<style>
a { background-color: #CA3E84; }
a { background-color: rgb(202,62,132); }
div.DivClassName
{
background-color: #CA3E84;
}
.BgClassName
{
background-color: #CA3E84;
}
</style>
border-color css
<style>
span { border-color: #CA3E84; }
span { border-color: rgb(202,62,132); }
td.TdClassName
{
border-color: #CA3E84;
}
.TagClassName
{
border-color: #CA3E84;
}
</style>