Shades of Mulberry #CD428C
Tints of Mulberry #CD428C
RGB
CMYK
RGB Variations
Color information
#CD428C (or 0xCD428C) is known color: Mulberry. HEX triplet: CD, 42 and 8C. RGB value is (205,66,140). Sum of RGB (Red+Green+Blue) = 205+66+140=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD428C is #32BD73. Grayscale: #737373. Windows color (decimal): -3325300 or 9192141. OLE color: 9192141.
HSL color Cylindrical-coordinate representation of color #CD428C: hue angle of 328.06º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD428C is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 140 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.20 |
| HSL | 328.06º | 0.58% | 0.53% | - |
| HSV(B) | 328.06º | 0.68% | 0.8% | - |
| XYZ | 31.86 | 18.77 | 26.75 | - |
| YUV | 116 | 141.55 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 140 | 0 | 0.68 | 0.32 | 0.20 | 328.06 | 0.58 | 0.53 |
| Hex | CD | 42 | 8C | 0 | 44 | 20 | 14 | 148 | 3A | 35 |
| Octal | 315 | 102 | 214 | 0 | 104 | 40 | 24 | 510 | 72 | 65 |
| Binary | 11001101 | 1000010 | 10001100 | 0 | 1000100 | 100000 | 10100 | 101001000 | 111010 | 110101 |
Color Harmonies of #CD428C
Complementary color
Monochromatic Colors of #CD428C
Black with #CD428C
Text Example
Text Example
White with #CD428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD428C; }
p { color: rgb(205,66,140); }
H1.HeaderClassName
{
color: #CD428C;
}
.AnyTagClassName
{
color: #CD428C;
}
</style>
background-color css
<style>
a { background-color: #CD428C; }
a { background-color: rgb(205,66,140); }
div.DivClassName
{
background-color: #CD428C;
}
.BgClassName
{
background-color: #CD428C;
}
</style>
border-color css
<style>
span { border-color: #CD428C; }
span { border-color: rgb(205,66,140); }
td.TdClassName
{
border-color: #CD428C;
}
.TagClassName
{
border-color: #CD428C;
}
</style>