Shades of Mulberry #CD42A2
Tints of Mulberry #CD42A2
RGB
CMYK
RGB Variations
Color information
#CD42A2 (or 0xCD42A2) is known color: Mulberry. HEX triplet: CD, 42 and A2. RGB value is (205,66,162). Sum of RGB (Red+Green+Blue) = 205+66+162=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD42A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD42A2 is #32BD5D. Grayscale: #767676. Windows color (decimal): -3325278 or 10633933. OLE color: 10633933.
HSL color Cylindrical-coordinate representation of color #CD42A2: hue angle of 318.56º 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 #CD42A2 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 162 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.20 |
| HSL | 318.56º | 0.58% | 0.53% | - |
| HSV(B) | 318.56º | 0.68% | 0.8% | - |
| XYZ | 33.65 | 19.48 | 36.17 | - |
| YUV | 118.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 162 | 0 | 0.68 | 0.21 | 0.20 | 318.56 | 0.58 | 0.53 |
| Hex | CD | 42 | A2 | 0 | 44 | 15 | 14 | 13F | 3A | 35 |
| Octal | 315 | 102 | 242 | 0 | 104 | 25 | 24 | 477 | 72 | 65 |
| Binary | 11001101 | 1000010 | 10100010 | 0 | 1000100 | 10101 | 10100 | 100111111 | 111010 | 110101 |
Color Harmonies of #CD42A2
Complementary color
Monochromatic Colors of #CD42A2
Black with #CD42A2
Text Example
Text Example
White with #CD42A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD42A2; }
p { color: rgb(205,66,162); }
H1.HeaderClassName
{
color: #CD42A2;
}
.AnyTagClassName
{
color: #CD42A2;
}
</style>
background-color css
<style>
a { background-color: #CD42A2; }
a { background-color: rgb(205,66,162); }
div.DivClassName
{
background-color: #CD42A2;
}
.BgClassName
{
background-color: #CD42A2;
}
</style>
border-color css
<style>
span { border-color: #CD42A2; }
span { border-color: rgb(205,66,162); }
td.TdClassName
{
border-color: #CD42A2;
}
.TagClassName
{
border-color: #CD42A2;
}
</style>