Shades of Mulberry #CD4A9E
Tints of Mulberry #CD4A9E
RGB
CMYK
RGB Variations
Color information
#CD4A9E (or 0xCD4A9E) is known color: Mulberry. HEX triplet: CD, 4A and 9E. RGB value is (205,74,158). Sum of RGB (Red+Green+Blue) = 205+74+158=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4A9E is #32B561. Grayscale: #7A7A7A. Windows color (decimal): -3323234 or 10373837. OLE color: 10373837.
HSL color Cylindrical-coordinate representation of color #CD4A9E: hue angle of 321.53º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4A9E is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 158 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.20 |
| HSL | 321.53º | 0.57% | 0.55% | - |
| HSV(B) | 321.53º | 0.64% | 0.8% | - |
| XYZ | 33.8 | 20.35 | 34.49 | - |
| YUV | 122.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 158 | 0 | 0.64 | 0.23 | 0.20 | 321.53 | 0.57 | 0.55 |
| Hex | CD | 4A | 9E | 0 | 40 | 17 | 14 | 142 | 39 | 37 |
| Octal | 315 | 112 | 236 | 0 | 100 | 27 | 24 | 502 | 71 | 67 |
| Binary | 11001101 | 1001010 | 10011110 | 0 | 1000000 | 10111 | 10100 | 101000010 | 111001 | 110111 |
Color Harmonies of #CD4A9E
Complementary color
Monochromatic Colors of #CD4A9E
Black with #CD4A9E
Text Example
Text Example
White with #CD4A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A9E; }
p { color: rgb(205,74,158); }
H1.HeaderClassName
{
color: #CD4A9E;
}
.AnyTagClassName
{
color: #CD4A9E;
}
</style>
background-color css
<style>
a { background-color: #CD4A9E; }
a { background-color: rgb(205,74,158); }
div.DivClassName
{
background-color: #CD4A9E;
}
.BgClassName
{
background-color: #CD4A9E;
}
</style>
border-color css
<style>
span { border-color: #CD4A9E; }
span { border-color: rgb(205,74,158); }
td.TdClassName
{
border-color: #CD4A9E;
}
.TagClassName
{
border-color: #CD4A9E;
}
</style>