Shades of Mulberry #CD51A3
Tints of Mulberry #CD51A3
RGB
CMYK
RGB Variations
Color information
#CD51A3 (or 0xCD51A3) is known color: Mulberry. HEX triplet: CD, 51 and A3. RGB value is (205,81,163). Sum of RGB (Red+Green+Blue) = 205+81+163=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD51A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD51A3 is #32AE5C. Grayscale: #7F7F7F. Windows color (decimal): -3321437 or 10703309. OLE color: 10703309.
HSL color Cylindrical-coordinate representation of color #CD51A3: hue angle of 320.32º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD51A3 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 81 | 163 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.20 |
| HSL | 320.32º | 0.55% | 0.56% | - |
| HSV(B) | 320.32º | 0.6% | 0.8% | - |
| XYZ | 34.73 | 21.51 | 36.97 | - |
| YUV | 127.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 81 | 163 | 0 | 0.60 | 0.20 | 0.20 | 320.32 | 0.55 | 0.56 |
| Hex | CD | 51 | A3 | 0 | 3C | 14 | 14 | 140 | 37 | 38 |
| Octal | 315 | 121 | 243 | 0 | 74 | 24 | 24 | 500 | 67 | 70 |
| Binary | 11001101 | 1010001 | 10100011 | 0 | 111100 | 10100 | 10100 | 101000000 | 110111 | 111000 |
Color Harmonies of #CD51A3
Complementary color
Monochromatic Colors of #CD51A3
Black with #CD51A3
Text Example
Text Example
White with #CD51A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD51A3; }
p { color: rgb(205,81,163); }
H1.HeaderClassName
{
color: #CD51A3;
}
.AnyTagClassName
{
color: #CD51A3;
}
</style>
background-color css
<style>
a { background-color: #CD51A3; }
a { background-color: rgb(205,81,163); }
div.DivClassName
{
background-color: #CD51A3;
}
.BgClassName
{
background-color: #CD51A3;
}
</style>
border-color css
<style>
span { border-color: #CD51A3; }
span { border-color: rgb(205,81,163); }
td.TdClassName
{
border-color: #CD51A3;
}
.TagClassName
{
border-color: #CD51A3;
}
</style>