Shades of Mulberry #CA3E8C
Tints of Mulberry #CA3E8C
RGB
CMYK
RGB Variations
Color information
#CA3E8C (or 0xCA3E8C) is known color: Mulberry. HEX triplet: CA, 3E and 8C. RGB value is (202,62,140). Sum of RGB (Red+Green+Blue) = 202+62+140=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3E8C is #35C173. Grayscale: #707070. Windows color (decimal): -3522932 or 9191114. OLE color: 9191114.
HSL color Cylindrical-coordinate representation of color #CA3E8C: hue angle of 326.57º 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 #CA3E8C is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 140 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.21 |
| HSL | 326.57º | 0.57% | 0.52% | - |
| HSV(B) | 326.57º | 0.69% | 0.79% | - |
| XYZ | 30.81 | 17.9 | 26.64 | - |
| YUV | 112.75 | 143.38 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 140 | 0 | 0.69 | 0.31 | 0.21 | 326.57 | 0.57 | 0.52 |
| Hex | CA | 3E | 8C | 0 | 45 | 1F | 15 | 147 | 39 | 34 |
| Octal | 312 | 76 | 214 | 0 | 105 | 37 | 25 | 507 | 71 | 64 |
| Binary | 11001010 | 111110 | 10001100 | 0 | 1000101 | 11111 | 10101 | 101000111 | 111001 | 110100 |
Color Harmonies of #CA3E8C
Complementary color
Monochromatic Colors of #CA3E8C
Black with #CA3E8C
Text Example
Text Example
White with #CA3E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E8C; }
p { color: rgb(202,62,140); }
H1.HeaderClassName
{
color: #CA3E8C;
}
.AnyTagClassName
{
color: #CA3E8C;
}
</style>
background-color css
<style>
a { background-color: #CA3E8C; }
a { background-color: rgb(202,62,140); }
div.DivClassName
{
background-color: #CA3E8C;
}
.BgClassName
{
background-color: #CA3E8C;
}
</style>
border-color css
<style>
span { border-color: #CA3E8C; }
span { border-color: rgb(202,62,140); }
td.TdClassName
{
border-color: #CA3E8C;
}
.TagClassName
{
border-color: #CA3E8C;
}
</style>