Shades of Mulberry #CA389D
Tints of Mulberry #CA389D
RGB
CMYK
RGB Variations
Color information
#CA389D (or 0xCA389D) is known color: Mulberry. HEX triplet: CA, 38 and 9D. RGB value is (202,56,157). Sum of RGB (Red+Green+Blue) = 202+56+157=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA389D is #35C762. Grayscale: #6E6E6E. Windows color (decimal): -3524451 or 10303690. OLE color: 10303690.
HSL color Cylindrical-coordinate representation of color #CA389D: hue angle of 318.49º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA389D is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 157 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.21 |
| HSL | 318.49º | 0.58% | 0.51% | - |
| HSV(B) | 318.49º | 0.72% | 0.79% | - |
| XYZ | 31.86 | 17.82 | 33.66 | - |
| YUV | 111.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 157 | 0 | 0.72 | 0.22 | 0.21 | 318.49 | 0.58 | 0.51 |
| Hex | CA | 38 | 9D | 0 | 48 | 16 | 15 | 13E | 3A | 33 |
| Octal | 312 | 70 | 235 | 0 | 110 | 26 | 25 | 476 | 72 | 63 |
| Binary | 11001010 | 111000 | 10011101 | 0 | 1001000 | 10110 | 10101 | 100111110 | 111010 | 110011 |
Color Harmonies of #CA389D
Complementary color
Monochromatic Colors of #CA389D
Black with #CA389D
Text Example
Text Example
White with #CA389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA389D; }
p { color: rgb(202,56,157); }
H1.HeaderClassName
{
color: #CA389D;
}
.AnyTagClassName
{
color: #CA389D;
}
</style>
background-color css
<style>
a { background-color: #CA389D; }
a { background-color: rgb(202,56,157); }
div.DivClassName
{
background-color: #CA389D;
}
.BgClassName
{
background-color: #CA389D;
}
</style>
border-color css
<style>
span { border-color: #CA389D; }
span { border-color: rgb(202,56,157); }
td.TdClassName
{
border-color: #CA389D;
}
.TagClassName
{
border-color: #CA389D;
}
</style>