Shades of Mulberry #CA4B8D
Tints of Mulberry #CA4B8D
RGB
CMYK
RGB Variations
Color information
#CA4B8D (or 0xCA4B8D) is known color: Mulberry. HEX triplet: CA, 4B and 8D. RGB value is (202,75,141). Sum of RGB (Red+Green+Blue) = 202+75+141=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4B8D is #35B472. Grayscale: #787878. Windows color (decimal): -3519603 or 9259978. OLE color: 9259978.
HSL color Cylindrical-coordinate representation of color #CA4B8D: hue angle of 328.82º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4B8D is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 75 | 141 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.21 |
| HSL | 328.82º | 0.55% | 0.54% | - |
| HSV(B) | 328.82º | 0.63% | 0.79% | - |
| XYZ | 31.68 | 19.51 | 27.3 | - |
| YUV | 120.5 | 139.58 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 141 | 0 | 0.63 | 0.30 | 0.21 | 328.82 | 0.55 | 0.54 |
| Hex | CA | 4B | 8D | 0 | 3F | 1E | 15 | 149 | 37 | 36 |
| Octal | 312 | 113 | 215 | 0 | 77 | 36 | 25 | 511 | 67 | 66 |
| Binary | 11001010 | 1001011 | 10001101 | 0 | 111111 | 11110 | 10101 | 101001001 | 110111 | 110110 |
Color Harmonies of #CA4B8D
Complementary color
Monochromatic Colors of #CA4B8D
Black with #CA4B8D
Text Example
Text Example
White with #CA4B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4B8D; }
p { color: rgb(202,75,141); }
H1.HeaderClassName
{
color: #CA4B8D;
}
.AnyTagClassName
{
color: #CA4B8D;
}
</style>
background-color css
<style>
a { background-color: #CA4B8D; }
a { background-color: rgb(202,75,141); }
div.DivClassName
{
background-color: #CA4B8D;
}
.BgClassName
{
background-color: #CA4B8D;
}
</style>
border-color css
<style>
span { border-color: #CA4B8D; }
span { border-color: rgb(202,75,141); }
td.TdClassName
{
border-color: #CA4B8D;
}
.TagClassName
{
border-color: #CA4B8D;
}
</style>