Shades of Mulberry #CD478C
Tints of Mulberry #CD478C
RGB
CMYK
RGB Variations
Color information
#CD478C (or 0xCD478C) is known color: Mulberry. HEX triplet: CD, 47 and 8C. RGB value is (205,71,140). Sum of RGB (Red+Green+Blue) = 205+71+140=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD478C is #32B873. Grayscale: #767676. Windows color (decimal): -3324020 or 9193421. OLE color: 9193421.
HSL color Cylindrical-coordinate representation of color #CD478C: hue angle of 329.1º 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 #CD478C is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 71 | 140 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.20 |
| HSL | 329.1º | 0.57% | 0.54% | - |
| HSV(B) | 329.1º | 0.65% | 0.8% | - |
| XYZ | 32.16 | 19.38 | 26.86 | - |
| YUV | 118.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 71 | 140 | 0 | 0.65 | 0.32 | 0.20 | 329.1 | 0.57 | 0.54 |
| Hex | CD | 47 | 8C | 0 | 41 | 20 | 14 | 149 | 39 | 36 |
| Octal | 315 | 107 | 214 | 0 | 101 | 40 | 24 | 511 | 71 | 66 |
| Binary | 11001101 | 1000111 | 10001100 | 0 | 1000001 | 100000 | 10100 | 101001001 | 111001 | 110110 |
Color Harmonies of #CD478C
Complementary color
Monochromatic Colors of #CD478C
Black with #CD478C
Text Example
Text Example
White with #CD478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD478C; }
p { color: rgb(205,71,140); }
H1.HeaderClassName
{
color: #CD478C;
}
.AnyTagClassName
{
color: #CD478C;
}
</style>
background-color css
<style>
a { background-color: #CD478C; }
a { background-color: rgb(205,71,140); }
div.DivClassName
{
background-color: #CD478C;
}
.BgClassName
{
background-color: #CD478C;
}
</style>
border-color css
<style>
span { border-color: #CD478C; }
span { border-color: rgb(205,71,140); }
td.TdClassName
{
border-color: #CD478C;
}
.TagClassName
{
border-color: #CD478C;
}
</style>