Shades of Mulberry #CA58A3
Tints of Mulberry #CA58A3
RGB
CMYK
RGB Variations
Color information
#CA58A3 (or 0xCA58A3) is known color: Mulberry. HEX triplet: CA, 58 and A3. RGB value is (202,88,163). Sum of RGB (Red+Green+Blue) = 202+88+163=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58A3 is #35A75C. Grayscale: #828282. Windows color (decimal): -3516253 or 10705098. OLE color: 10705098.
HSL color Cylindrical-coordinate representation of color #CA58A3: hue angle of 320.53º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA58A3 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 163 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.21 |
| HSL | 320.53º | 0.52% | 0.57% | - |
| HSV(B) | 320.53º | 0.56% | 0.79% | - |
| XYZ | 34.46 | 22.18 | 37.12 | - |
| YUV | 130.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 163 | 0 | 0.56 | 0.19 | 0.21 | 320.53 | 0.52 | 0.57 |
| Hex | CA | 58 | A3 | 0 | 38 | 13 | 15 | 141 | 34 | 39 |
| Octal | 312 | 130 | 243 | 0 | 70 | 23 | 25 | 501 | 64 | 71 |
| Binary | 11001010 | 1011000 | 10100011 | 0 | 111000 | 10011 | 10101 | 101000001 | 110100 | 111001 |
Color Harmonies of #CA58A3
Complementary color
Monochromatic Colors of #CA58A3
Black with #CA58A3
Text Example
Text Example
White with #CA58A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA58A3; }
p { color: rgb(202,88,163); }
H1.HeaderClassName
{
color: #CA58A3;
}
.AnyTagClassName
{
color: #CA58A3;
}
</style>
background-color css
<style>
a { background-color: #CA58A3; }
a { background-color: rgb(202,88,163); }
div.DivClassName
{
background-color: #CA58A3;
}
.BgClassName
{
background-color: #CA58A3;
}
</style>
border-color css
<style>
span { border-color: #CA58A3; }
span { border-color: rgb(202,88,163); }
td.TdClassName
{
border-color: #CA58A3;
}
.TagClassName
{
border-color: #CA58A3;
}
</style>