Shades of Mulberry #CD418C
Tints of Mulberry #CD418C
RGB
CMYK
RGB Variations
Color information
#CD418C (or 0xCD418C) is known color: Mulberry. HEX triplet: CD, 41 and 8C. RGB value is (205,65,140). Sum of RGB (Red+Green+Blue) = 205+65+140=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD418C is #32BE73. Grayscale: #737373. Windows color (decimal): -3325556 or 9191885. OLE color: 9191885.
HSL color Cylindrical-coordinate representation of color #CD418C: hue angle of 327.86º 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 #CD418C is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 65 | 140 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.20 |
| HSL | 327.86º | 0.58% | 0.53% | - |
| HSV(B) | 327.86º | 0.68% | 0.8% | - |
| XYZ | 31.8 | 18.65 | 26.74 | - |
| YUV | 115.41 | 141.88 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 140 | 0 | 0.68 | 0.32 | 0.20 | 327.86 | 0.58 | 0.53 |
| Hex | CD | 41 | 8C | 0 | 44 | 20 | 14 | 148 | 3A | 35 |
| Octal | 315 | 101 | 214 | 0 | 104 | 40 | 24 | 510 | 72 | 65 |
| Binary | 11001101 | 1000001 | 10001100 | 0 | 1000100 | 100000 | 10100 | 101001000 | 111010 | 110101 |
Color Harmonies of #CD418C
Complementary color
Monochromatic Colors of #CD418C
Black with #CD418C
Text Example
Text Example
White with #CD418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD418C; }
p { color: rgb(205,65,140); }
H1.HeaderClassName
{
color: #CD418C;
}
.AnyTagClassName
{
color: #CD418C;
}
</style>
background-color css
<style>
a { background-color: #CD418C; }
a { background-color: rgb(205,65,140); }
div.DivClassName
{
background-color: #CD418C;
}
.BgClassName
{
background-color: #CD418C;
}
</style>
border-color css
<style>
span { border-color: #CD418C; }
span { border-color: rgb(205,65,140); }
td.TdClassName
{
border-color: #CD418C;
}
.TagClassName
{
border-color: #CD418C;
}
</style>