Shades of Mulberry #CD4A9C
Tints of Mulberry #CD4A9C
RGB
CMYK
RGB Variations
Color information
#CD4A9C (or 0xCD4A9C) is known color: Mulberry. HEX triplet: CD, 4A and 9C. RGB value is (205,74,156). Sum of RGB (Red+Green+Blue) = 205+74+156=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4A9C is #32B563. Grayscale: #7A7A7A. Windows color (decimal): -3323236 or 10242765. OLE color: 10242765.
HSL color Cylindrical-coordinate representation of color #CD4A9C: hue angle of 322.44º 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 #CD4A9C is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 156 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.20 |
| HSL | 322.44º | 0.57% | 0.55% | - |
| HSV(B) | 322.44º | 0.64% | 0.8% | - |
| XYZ | 33.63 | 20.28 | 33.59 | - |
| YUV | 122.52 | 146.9 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 156 | 0 | 0.64 | 0.24 | 0.20 | 322.44 | 0.57 | 0.55 |
| Hex | CD | 4A | 9C | 0 | 40 | 18 | 14 | 142 | 39 | 37 |
| Octal | 315 | 112 | 234 | 0 | 100 | 30 | 24 | 502 | 71 | 67 |
| Binary | 11001101 | 1001010 | 10011100 | 0 | 1000000 | 11000 | 10100 | 101000010 | 111001 | 110111 |
Color Harmonies of #CD4A9C
Complementary color
Monochromatic Colors of #CD4A9C
Black with #CD4A9C
Text Example
Text Example
White with #CD4A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A9C; }
p { color: rgb(205,74,156); }
H1.HeaderClassName
{
color: #CD4A9C;
}
.AnyTagClassName
{
color: #CD4A9C;
}
</style>
background-color css
<style>
a { background-color: #CD4A9C; }
a { background-color: rgb(205,74,156); }
div.DivClassName
{
background-color: #CD4A9C;
}
.BgClassName
{
background-color: #CD4A9C;
}
</style>
border-color css
<style>
span { border-color: #CD4A9C; }
span { border-color: rgb(205,74,156); }
td.TdClassName
{
border-color: #CD4A9C;
}
.TagClassName
{
border-color: #CD4A9C;
}
</style>