Shades of Mulberry #CA4CA2
Tints of Mulberry #CA4CA2
RGB
CMYK
RGB Variations
Color information
#CA4CA2 (or 0xCA4CA2) is known color: Mulberry. HEX triplet: CA, 4C and A2. RGB value is (202,76,162). Sum of RGB (Red+Green+Blue) = 202+76+162=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4CA2 is #35B35D. Grayscale: #7B7B7B. Windows color (decimal): -3519326 or 10636490. OLE color: 10636490.
HSL color Cylindrical-coordinate representation of color #CA4CA2: hue angle of 319.05º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4CA2 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 162 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.21 |
| HSL | 319.05º | 0.54% | 0.55% | - |
| HSV(B) | 319.05º | 0.62% | 0.79% | - |
| XYZ | 33.46 | 20.33 | 36.34 | - |
| YUV | 123.48 | 149.74 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 162 | 0 | 0.62 | 0.20 | 0.21 | 319.05 | 0.54 | 0.55 |
| Hex | CA | 4C | A2 | 0 | 3E | 14 | 15 | 13F | 36 | 37 |
| Octal | 312 | 114 | 242 | 0 | 76 | 24 | 25 | 477 | 66 | 67 |
| Binary | 11001010 | 1001100 | 10100010 | 0 | 111110 | 10100 | 10101 | 100111111 | 110110 | 110111 |
Color Harmonies of #CA4CA2
Complementary color
Monochromatic Colors of #CA4CA2
Black with #CA4CA2
Text Example
Text Example
White with #CA4CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4CA2; }
p { color: rgb(202,76,162); }
H1.HeaderClassName
{
color: #CA4CA2;
}
.AnyTagClassName
{
color: #CA4CA2;
}
</style>
background-color css
<style>
a { background-color: #CA4CA2; }
a { background-color: rgb(202,76,162); }
div.DivClassName
{
background-color: #CA4CA2;
}
.BgClassName
{
background-color: #CA4CA2;
}
</style>
border-color css
<style>
span { border-color: #CA4CA2; }
span { border-color: rgb(202,76,162); }
td.TdClassName
{
border-color: #CA4CA2;
}
.TagClassName
{
border-color: #CA4CA2;
}
</style>