Shades of Mulberry #CD4080
Tints of Mulberry #CD4080
RGB
CMYK
RGB Variations
Color information
#CD4080 (or 0xCD4080) is known color: Mulberry. HEX triplet: CD, 40 and 80. RGB value is (205,64,128). Sum of RGB (Red+Green+Blue) = 205+64+128=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4080 is #32BF7F. Grayscale: #717171. Windows color (decimal): -3325824 or 8405197. OLE color: 8405197.
HSL color Cylindrical-coordinate representation of color #CD4080: hue angle of 332.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD4080 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 128 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.20 |
| HSL | 332.77º | 0.59% | 0.53% | - |
| HSV(B) | 332.77º | 0.69% | 0.8% | - |
| XYZ | 30.91 | 18.2 | 22.31 | - |
| YUV | 113.46 | 136.21 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 128 | 0 | 0.69 | 0.38 | 0.20 | 332.77 | 0.59 | 0.53 |
| Hex | CD | 40 | 80 | 0 | 45 | 26 | 14 | 14D | 3B | 35 |
| Octal | 315 | 100 | 200 | 0 | 105 | 46 | 24 | 515 | 73 | 65 |
| Binary | 11001101 | 1000000 | 10000000 | 0 | 1000101 | 100110 | 10100 | 101001101 | 111011 | 110101 |
Color Harmonies of #CD4080
Complementary color
Monochromatic Colors of #CD4080
Black with #CD4080
Text Example
Text Example
White with #CD4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4080; }
p { color: rgb(205,64,128); }
H1.HeaderClassName
{
color: #CD4080;
}
.AnyTagClassName
{
color: #CD4080;
}
</style>
background-color css
<style>
a { background-color: #CD4080; }
a { background-color: rgb(205,64,128); }
div.DivClassName
{
background-color: #CD4080;
}
.BgClassName
{
background-color: #CD4080;
}
</style>
border-color css
<style>
span { border-color: #CD4080; }
span { border-color: rgb(205,64,128); }
td.TdClassName
{
border-color: #CD4080;
}
.TagClassName
{
border-color: #CD4080;
}
</style>