Shades of Mulberry #CD4C85
Tints of Mulberry #CD4C85
RGB
CMYK
RGB Variations
Color information
#CD4C85 (or 0xCD4C85) is known color: Mulberry. HEX triplet: CD, 4C and 85. RGB value is (205,76,133). Sum of RGB (Red+Green+Blue) = 205+76+133=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4C85 is #32B37A. Grayscale: #787878. Windows color (decimal): -3322747 or 8735949. OLE color: 8735949.
HSL color Cylindrical-coordinate representation of color #CD4C85: hue angle of 333.49º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD4C85 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 76 | 133 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.20 |
| HSL | 333.49º | 0.56% | 0.55% | - |
| HSV(B) | 333.49º | 0.63% | 0.8% | - |
| XYZ | 31.99 | 19.84 | 24.33 | - |
| YUV | 121.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 76 | 133 | 0 | 0.63 | 0.35 | 0.20 | 333.49 | 0.56 | 0.55 |
| Hex | CD | 4C | 85 | 0 | 3F | 23 | 14 | 14D | 38 | 37 |
| Octal | 315 | 114 | 205 | 0 | 77 | 43 | 24 | 515 | 70 | 67 |
| Binary | 11001101 | 1001100 | 10000101 | 0 | 111111 | 100011 | 10100 | 101001101 | 111000 | 110111 |
Color Harmonies of #CD4C85
Complementary color
Monochromatic Colors of #CD4C85
Black with #CD4C85
Text Example
Text Example
White with #CD4C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4C85; }
p { color: rgb(205,76,133); }
H1.HeaderClassName
{
color: #CD4C85;
}
.AnyTagClassName
{
color: #CD4C85;
}
</style>
background-color css
<style>
a { background-color: #CD4C85; }
a { background-color: rgb(205,76,133); }
div.DivClassName
{
background-color: #CD4C85;
}
.BgClassName
{
background-color: #CD4C85;
}
</style>
border-color css
<style>
span { border-color: #CD4C85; }
span { border-color: rgb(205,76,133); }
td.TdClassName
{
border-color: #CD4C85;
}
.TagClassName
{
border-color: #CD4C85;
}
</style>