Shades of Mulberry #CD4A9A
Tints of Mulberry #CD4A9A
RGB
CMYK
RGB Variations
Color information
#CD4A9A (or 0xCD4A9A) is known color: Mulberry. HEX triplet: CD, 4A and 9A. RGB value is (205,74,154). Sum of RGB (Red+Green+Blue) = 205+74+154=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4A9A is #32B565. Grayscale: #7A7A7A. Windows color (decimal): -3323238 or 10111693. OLE color: 10111693.
HSL color Cylindrical-coordinate representation of color #CD4A9A: hue angle of 323.36º 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 #CD4A9A is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 154 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.20 |
| HSL | 323.36º | 0.57% | 0.55% | - |
| HSV(B) | 323.36º | 0.64% | 0.8% | - |
| XYZ | 33.46 | 20.21 | 32.71 | - |
| YUV | 122.29 | 145.9 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 154 | 0 | 0.64 | 0.25 | 0.20 | 323.36 | 0.57 | 0.55 |
| Hex | CD | 4A | 9A | 0 | 40 | 19 | 14 | 143 | 39 | 37 |
| Octal | 315 | 112 | 232 | 0 | 100 | 31 | 24 | 503 | 71 | 67 |
| Binary | 11001101 | 1001010 | 10011010 | 0 | 1000000 | 11001 | 10100 | 101000011 | 111001 | 110111 |
Color Harmonies of #CD4A9A
Complementary color
Monochromatic Colors of #CD4A9A
Black with #CD4A9A
Text Example
Text Example
White with #CD4A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A9A; }
p { color: rgb(205,74,154); }
H1.HeaderClassName
{
color: #CD4A9A;
}
.AnyTagClassName
{
color: #CD4A9A;
}
</style>
background-color css
<style>
a { background-color: #CD4A9A; }
a { background-color: rgb(205,74,154); }
div.DivClassName
{
background-color: #CD4A9A;
}
.BgClassName
{
background-color: #CD4A9A;
}
</style>
border-color css
<style>
span { border-color: #CD4A9A; }
span { border-color: rgb(205,74,154); }
td.TdClassName
{
border-color: #CD4A9A;
}
.TagClassName
{
border-color: #CD4A9A;
}
</style>