Shades of Mulberry #CD4C8A
Tints of Mulberry #CD4C8A
RGB
CMYK
RGB Variations
Color information
#CD4C8A (or 0xCD4C8A) is known color: Mulberry. HEX triplet: CD, 4C and 8A. RGB value is (205,76,138). Sum of RGB (Red+Green+Blue) = 205+76+138=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4C8A is #32B375. Grayscale: #797979. Windows color (decimal): -3322742 or 9063629. OLE color: 9063629.
HSL color Cylindrical-coordinate representation of color #CD4C8A: hue angle of 331.16º 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 #CD4C8A is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 76 | 138 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.20 |
| HSL | 331.16º | 0.56% | 0.55% | - |
| HSV(B) | 331.16º | 0.63% | 0.8% | - |
| XYZ | 32.35 | 19.98 | 26.2 | - |
| YUV | 121.64 | 137.24 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 76 | 138 | 0 | 0.63 | 0.33 | 0.20 | 331.16 | 0.56 | 0.55 |
| Hex | CD | 4C | 8A | 0 | 3F | 21 | 14 | 14B | 38 | 37 |
| Octal | 315 | 114 | 212 | 0 | 77 | 41 | 24 | 513 | 70 | 67 |
| Binary | 11001101 | 1001100 | 10001010 | 0 | 111111 | 100001 | 10100 | 101001011 | 111000 | 110111 |
Color Harmonies of #CD4C8A
Complementary color
Monochromatic Colors of #CD4C8A
Black with #CD4C8A
Text Example
Text Example
White with #CD4C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4C8A; }
p { color: rgb(205,76,138); }
H1.HeaderClassName
{
color: #CD4C8A;
}
.AnyTagClassName
{
color: #CD4C8A;
}
</style>
background-color css
<style>
a { background-color: #CD4C8A; }
a { background-color: rgb(205,76,138); }
div.DivClassName
{
background-color: #CD4C8A;
}
.BgClassName
{
background-color: #CD4C8A;
}
</style>
border-color css
<style>
span { border-color: #CD4C8A; }
span { border-color: rgb(205,76,138); }
td.TdClassName
{
border-color: #CD4C8A;
}
.TagClassName
{
border-color: #CD4C8A;
}
</style>