Shades of Mulberry #CD4E9C
Tints of Mulberry #CD4E9C
RGB
CMYK
RGB Variations
Color information
#CD4E9C (or 0xCD4E9C) is known color: Mulberry. HEX triplet: CD, 4E and 9C. RGB value is (205,78,156). Sum of RGB (Red+Green+Blue) = 205+78+156=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4E9C is #32B163. Grayscale: #7C7C7C. Windows color (decimal): -3322212 or 10243789. OLE color: 10243789.
HSL color Cylindrical-coordinate representation of color #CD4E9C: hue angle of 323.15º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4E9C is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 78 | 156 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.20 |
| HSL | 323.15º | 0.56% | 0.55% | - |
| HSV(B) | 323.15º | 0.62% | 0.8% | - |
| XYZ | 33.9 | 20.83 | 33.69 | - |
| YUV | 124.87 | 145.58 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 78 | 156 | 0 | 0.62 | 0.24 | 0.20 | 323.15 | 0.56 | 0.55 |
| Hex | CD | 4E | 9C | 0 | 3E | 18 | 14 | 143 | 38 | 37 |
| Octal | 315 | 116 | 234 | 0 | 76 | 30 | 24 | 503 | 70 | 67 |
| Binary | 11001101 | 1001110 | 10011100 | 0 | 111110 | 11000 | 10100 | 101000011 | 111000 | 110111 |
Color Harmonies of #CD4E9C
Complementary color
Monochromatic Colors of #CD4E9C
Black with #CD4E9C
Text Example
Text Example
White with #CD4E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4E9C; }
p { color: rgb(205,78,156); }
H1.HeaderClassName
{
color: #CD4E9C;
}
.AnyTagClassName
{
color: #CD4E9C;
}
</style>
background-color css
<style>
a { background-color: #CD4E9C; }
a { background-color: rgb(205,78,156); }
div.DivClassName
{
background-color: #CD4E9C;
}
.BgClassName
{
background-color: #CD4E9C;
}
</style>
border-color css
<style>
span { border-color: #CD4E9C; }
span { border-color: rgb(205,78,156); }
td.TdClassName
{
border-color: #CD4E9C;
}
.TagClassName
{
border-color: #CD4E9C;
}
</style>