Shades of Mulberry #CD49A3
Tints of Mulberry #CD49A3
RGB
CMYK
RGB Variations
Color information
#CD49A3 (or 0xCD49A3) is known color: Mulberry. HEX triplet: CD, 49 and A3. RGB value is (205,73,163). Sum of RGB (Red+Green+Blue) = 205+73+163=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD49A3 is #32B65C. Grayscale: #7A7A7A. Windows color (decimal): -3323485 or 10701261. OLE color: 10701261.
HSL color Cylindrical-coordinate representation of color #CD49A3: hue angle of 319.09º 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 #CD49A3 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 163 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.20 |
| HSL | 319.09º | 0.57% | 0.55% | - |
| HSV(B) | 319.09º | 0.64% | 0.8% | - |
| XYZ | 34.17 | 20.39 | 36.78 | - |
| YUV | 122.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 163 | 0 | 0.64 | 0.20 | 0.20 | 319.09 | 0.57 | 0.55 |
| Hex | CD | 49 | A3 | 0 | 40 | 14 | 14 | 13F | 39 | 37 |
| Octal | 315 | 111 | 243 | 0 | 100 | 24 | 24 | 477 | 71 | 67 |
| Binary | 11001101 | 1001001 | 10100011 | 0 | 1000000 | 10100 | 10100 | 100111111 | 111001 | 110111 |
Color Harmonies of #CD49A3
Complementary color
Monochromatic Colors of #CD49A3
Black with #CD49A3
Text Example
Text Example
White with #CD49A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD49A3; }
p { color: rgb(205,73,163); }
H1.HeaderClassName
{
color: #CD49A3;
}
.AnyTagClassName
{
color: #CD49A3;
}
</style>
background-color css
<style>
a { background-color: #CD49A3; }
a { background-color: rgb(205,73,163); }
div.DivClassName
{
background-color: #CD49A3;
}
.BgClassName
{
background-color: #CD49A3;
}
</style>
border-color css
<style>
span { border-color: #CD49A3; }
span { border-color: rgb(205,73,163); }
td.TdClassName
{
border-color: #CD49A3;
}
.TagClassName
{
border-color: #CD49A3;
}
</style>