Shades of Mulberry #CD4BA1
Tints of Mulberry #CD4BA1
RGB
CMYK
RGB Variations
Color information
#CD4BA1 (or 0xCD4BA1) is known color: Mulberry. HEX triplet: CD, 4B and A1. RGB value is (205,75,161). Sum of RGB (Red+Green+Blue) = 205+75+161=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4BA1 is #32B45E. Grayscale: #7B7B7B. Windows color (decimal): -3322975 or 10570701. OLE color: 10570701.
HSL color Cylindrical-coordinate representation of color #CD4BA1: hue angle of 320.31º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD4BA1 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 75 | 161 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.20 |
| HSL | 320.31º | 0.57% | 0.55% | - |
| HSV(B) | 320.31º | 0.63% | 0.8% | - |
| XYZ | 34.13 | 20.58 | 35.89 | - |
| YUV | 123.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 75 | 161 | 0 | 0.63 | 0.21 | 0.20 | 320.31 | 0.57 | 0.55 |
| Hex | CD | 4B | A1 | 0 | 3F | 15 | 14 | 140 | 39 | 37 |
| Octal | 315 | 113 | 241 | 0 | 77 | 25 | 24 | 500 | 71 | 67 |
| Binary | 11001101 | 1001011 | 10100001 | 0 | 111111 | 10101 | 10100 | 101000000 | 111001 | 110111 |
Color Harmonies of #CD4BA1
Complementary color
Monochromatic Colors of #CD4BA1
Black with #CD4BA1
Text Example
Text Example
White with #CD4BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4BA1; }
p { color: rgb(205,75,161); }
H1.HeaderClassName
{
color: #CD4BA1;
}
.AnyTagClassName
{
color: #CD4BA1;
}
</style>
background-color css
<style>
a { background-color: #CD4BA1; }
a { background-color: rgb(205,75,161); }
div.DivClassName
{
background-color: #CD4BA1;
}
.BgClassName
{
background-color: #CD4BA1;
}
</style>
border-color css
<style>
span { border-color: #CD4BA1; }
span { border-color: rgb(205,75,161); }
td.TdClassName
{
border-color: #CD4BA1;
}
.TagClassName
{
border-color: #CD4BA1;
}
</style>