Shades of Mulberry #CD478B
Tints of Mulberry #CD478B
RGB
CMYK
RGB Variations
Color information
#CD478B (or 0xCD478B) is known color: Mulberry. HEX triplet: CD, 47 and 8B. RGB value is (205,71,139). Sum of RGB (Red+Green+Blue) = 205+71+139=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD478B is #32B874. Grayscale: #767676. Windows color (decimal): -3324021 or 9127885. OLE color: 9127885.
HSL color Cylindrical-coordinate representation of color #CD478B: hue angle of 329.55º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD478B is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 71 | 139 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.20 |
| HSL | 329.55º | 0.57% | 0.54% | - |
| HSV(B) | 329.55º | 0.65% | 0.8% | - |
| XYZ | 32.09 | 19.35 | 26.47 | - |
| YUV | 118.82 | 139.39 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 71 | 139 | 0 | 0.65 | 0.32 | 0.20 | 329.55 | 0.57 | 0.54 |
| Hex | CD | 47 | 8B | 0 | 41 | 20 | 14 | 14A | 39 | 36 |
| Octal | 315 | 107 | 213 | 0 | 101 | 40 | 24 | 512 | 71 | 66 |
| Binary | 11001101 | 1000111 | 10001011 | 0 | 1000001 | 100000 | 10100 | 101001010 | 111001 | 110110 |
Color Harmonies of #CD478B
Complementary color
Monochromatic Colors of #CD478B
Black with #CD478B
Text Example
Text Example
White with #CD478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD478B; }
p { color: rgb(205,71,139); }
H1.HeaderClassName
{
color: #CD478B;
}
.AnyTagClassName
{
color: #CD478B;
}
</style>
background-color css
<style>
a { background-color: #CD478B; }
a { background-color: rgb(205,71,139); }
div.DivClassName
{
background-color: #CD478B;
}
.BgClassName
{
background-color: #CD478B;
}
</style>
border-color css
<style>
span { border-color: #CD478B; }
span { border-color: rgb(205,71,139); }
td.TdClassName
{
border-color: #CD478B;
}
.TagClassName
{
border-color: #CD478B;
}
</style>