Shades of Mulberry #CA58A7
Tints of Mulberry #CA58A7
RGB
CMYK
RGB Variations
Color information
#CA58A7 (or 0xCA58A7) is known color: Mulberry. HEX triplet: CA, 58 and A7. RGB value is (202,88,167). Sum of RGB (Red+Green+Blue) = 202+88+167=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58A7 is #35A758. Grayscale: #828282. Windows color (decimal): -3516249 or 10967242. OLE color: 10967242.
HSL color Cylindrical-coordinate representation of color #CA58A7: hue angle of 318.42º 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 #CA58A7 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 167 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.21 |
| HSL | 318.42º | 0.52% | 0.57% | - |
| HSV(B) | 318.42º | 0.56% | 0.79% | - |
| XYZ | 34.82 | 22.33 | 39.03 | - |
| YUV | 131.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 167 | 0 | 0.56 | 0.17 | 0.21 | 318.42 | 0.52 | 0.57 |
| Hex | CA | 58 | A7 | 0 | 38 | 11 | 15 | 13E | 34 | 39 |
| Octal | 312 | 130 | 247 | 0 | 70 | 21 | 25 | 476 | 64 | 71 |
| Binary | 11001010 | 1011000 | 10100111 | 0 | 111000 | 10001 | 10101 | 100111110 | 110100 | 111001 |
Color Harmonies of #CA58A7
Complementary color
Monochromatic Colors of #CA58A7
Black with #CA58A7
Text Example
Text Example
White with #CA58A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA58A7; }
p { color: rgb(202,88,167); }
H1.HeaderClassName
{
color: #CA58A7;
}
.AnyTagClassName
{
color: #CA58A7;
}
</style>
background-color css
<style>
a { background-color: #CA58A7; }
a { background-color: rgb(202,88,167); }
div.DivClassName
{
background-color: #CA58A7;
}
.BgClassName
{
background-color: #CA58A7;
}
</style>
border-color css
<style>
span { border-color: #CA58A7; }
span { border-color: rgb(202,88,167); }
td.TdClassName
{
border-color: #CA58A7;
}
.TagClassName
{
border-color: #CA58A7;
}
</style>