Shades of Mulberry #CD42A8
Tints of Mulberry #CD42A8
RGB
CMYK
RGB Variations
Color information
#CD42A8 (or 0xCD42A8) is known color: Mulberry. HEX triplet: CD, 42 and A8. RGB value is (205,66,168). Sum of RGB (Red+Green+Blue) = 205+66+168=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD42A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD42A8 is #32BD57. Grayscale: #767676. Windows color (decimal): -3325272 or 11027149. OLE color: 11027149.
HSL color Cylindrical-coordinate representation of color #CD42A8: hue angle of 315.97º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD42A8 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 168 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.20 |
| HSL | 315.97º | 0.58% | 0.53% | - |
| HSV(B) | 315.97º | 0.68% | 0.8% | - |
| XYZ | 34.19 | 19.7 | 39.05 | - |
| YUV | 119.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 168 | 0 | 0.68 | 0.18 | 0.20 | 315.97 | 0.58 | 0.53 |
| Hex | CD | 42 | A8 | 0 | 44 | 12 | 14 | 13C | 3A | 35 |
| Octal | 315 | 102 | 250 | 0 | 104 | 22 | 24 | 474 | 72 | 65 |
| Binary | 11001101 | 1000010 | 10101000 | 0 | 1000100 | 10010 | 10100 | 100111100 | 111010 | 110101 |
Color Harmonies of #CD42A8
Complementary color
Monochromatic Colors of #CD42A8
Black with #CD42A8
Text Example
Text Example
White with #CD42A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD42A8; }
p { color: rgb(205,66,168); }
H1.HeaderClassName
{
color: #CD42A8;
}
.AnyTagClassName
{
color: #CD42A8;
}
</style>
background-color css
<style>
a { background-color: #CD42A8; }
a { background-color: rgb(205,66,168); }
div.DivClassName
{
background-color: #CD42A8;
}
.BgClassName
{
background-color: #CD42A8;
}
</style>
border-color css
<style>
span { border-color: #CD42A8; }
span { border-color: rgb(205,66,168); }
td.TdClassName
{
border-color: #CD42A8;
}
.TagClassName
{
border-color: #CD42A8;
}
</style>