Shades of Mulberry #CD4E8C
Tints of Mulberry #CD4E8C
RGB
CMYK
RGB Variations
Color information
#CD4E8C (or 0xCD4E8C) is known color: Mulberry. HEX triplet: CD, 4E and 8C. RGB value is (205,78,140). Sum of RGB (Red+Green+Blue) = 205+78+140=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4E8C is #32B173. Grayscale: #7A7A7A. Windows color (decimal): -3322228 or 9195213. OLE color: 9195213.
HSL color Cylindrical-coordinate representation of color #CD4E8C: hue angle of 330.71º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4E8C is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 78 | 140 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.20 |
| HSL | 330.71º | 0.56% | 0.55% | - |
| HSV(B) | 330.71º | 0.62% | 0.8% | - |
| XYZ | 32.63 | 20.32 | 27.01 | - |
| YUV | 123.04 | 137.58 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 78 | 140 | 0 | 0.62 | 0.32 | 0.20 | 330.71 | 0.56 | 0.55 |
| Hex | CD | 4E | 8C | 0 | 3E | 20 | 14 | 14B | 38 | 37 |
| Octal | 315 | 116 | 214 | 0 | 76 | 40 | 24 | 513 | 70 | 67 |
| Binary | 11001101 | 1001110 | 10001100 | 0 | 111110 | 100000 | 10100 | 101001011 | 111000 | 110111 |
Color Harmonies of #CD4E8C
Complementary color
Monochromatic Colors of #CD4E8C
Black with #CD4E8C
Text Example
Text Example
White with #CD4E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4E8C; }
p { color: rgb(205,78,140); }
H1.HeaderClassName
{
color: #CD4E8C;
}
.AnyTagClassName
{
color: #CD4E8C;
}
</style>
background-color css
<style>
a { background-color: #CD4E8C; }
a { background-color: rgb(205,78,140); }
div.DivClassName
{
background-color: #CD4E8C;
}
.BgClassName
{
background-color: #CD4E8C;
}
</style>
border-color css
<style>
span { border-color: #CD4E8C; }
span { border-color: rgb(205,78,140); }
td.TdClassName
{
border-color: #CD4E8C;
}
.TagClassName
{
border-color: #CD4E8C;
}
</style>