Shades of Mulberry #CD4C90
Tints of Mulberry #CD4C90
RGB
CMYK
RGB Variations
Color information
#CD4C90 (or 0xCD4C90) is known color: Mulberry. HEX triplet: CD, 4C and 90. RGB value is (205,76,144). Sum of RGB (Red+Green+Blue) = 205+76+144=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4C90 is #32B36F. Grayscale: #7A7A7A. Windows color (decimal): -3322736 or 9456845. OLE color: 9456845.
HSL color Cylindrical-coordinate representation of color #CD4C90: hue angle of 328.37º 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 #CD4C90 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 76 | 144 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.20 |
| HSL | 328.37º | 0.56% | 0.55% | - |
| HSV(B) | 328.37º | 0.63% | 0.8% | - |
| XYZ | 32.8 | 20.16 | 28.55 | - |
| YUV | 122.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 76 | 144 | 0 | 0.63 | 0.30 | 0.20 | 328.37 | 0.56 | 0.55 |
| Hex | CD | 4C | 90 | 0 | 3F | 1E | 14 | 148 | 38 | 37 |
| Octal | 315 | 114 | 220 | 0 | 77 | 36 | 24 | 510 | 70 | 67 |
| Binary | 11001101 | 1001100 | 10010000 | 0 | 111111 | 11110 | 10100 | 101001000 | 111000 | 110111 |
Color Harmonies of #CD4C90
Complementary color
Monochromatic Colors of #CD4C90
Black with #CD4C90
Text Example
Text Example
White with #CD4C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4C90; }
p { color: rgb(205,76,144); }
H1.HeaderClassName
{
color: #CD4C90;
}
.AnyTagClassName
{
color: #CD4C90;
}
</style>
background-color css
<style>
a { background-color: #CD4C90; }
a { background-color: rgb(205,76,144); }
div.DivClassName
{
background-color: #CD4C90;
}
.BgClassName
{
background-color: #CD4C90;
}
</style>
border-color css
<style>
span { border-color: #CD4C90; }
span { border-color: rgb(205,76,144); }
td.TdClassName
{
border-color: #CD4C90;
}
.TagClassName
{
border-color: #CD4C90;
}
</style>