Shades of Mulberry #CD42A6
Tints of Mulberry #CD42A6
RGB
CMYK
RGB Variations
Color information
#CD42A6 (or 0xCD42A6) is known color: Mulberry. HEX triplet: CD, 42 and A6. RGB value is (205,66,166). Sum of RGB (Red+Green+Blue) = 205+66+166=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD42A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD42A6 is #32BD59. Grayscale: #767676. Windows color (decimal): -3325274 or 10896077. OLE color: 10896077.
HSL color Cylindrical-coordinate representation of color #CD42A6: hue angle of 316.83º 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 #CD42A6 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 166 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.20 |
| HSL | 316.83º | 0.58% | 0.53% | - |
| HSV(B) | 316.83º | 0.68% | 0.8% | - |
| XYZ | 34.01 | 19.63 | 38.07 | - |
| YUV | 118.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 166 | 0 | 0.68 | 0.19 | 0.20 | 316.83 | 0.58 | 0.53 |
| Hex | CD | 42 | A6 | 0 | 44 | 13 | 14 | 13D | 3A | 35 |
| Octal | 315 | 102 | 246 | 0 | 104 | 23 | 24 | 475 | 72 | 65 |
| Binary | 11001101 | 1000010 | 10100110 | 0 | 1000100 | 10011 | 10100 | 100111101 | 111010 | 110101 |
Color Harmonies of #CD42A6
Complementary color
Monochromatic Colors of #CD42A6
Black with #CD42A6
Text Example
Text Example
White with #CD42A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD42A6; }
p { color: rgb(205,66,166); }
H1.HeaderClassName
{
color: #CD42A6;
}
.AnyTagClassName
{
color: #CD42A6;
}
</style>
background-color css
<style>
a { background-color: #CD42A6; }
a { background-color: rgb(205,66,166); }
div.DivClassName
{
background-color: #CD42A6;
}
.BgClassName
{
background-color: #CD42A6;
}
</style>
border-color css
<style>
span { border-color: #CD42A6; }
span { border-color: rgb(205,66,166); }
td.TdClassName
{
border-color: #CD42A6;
}
.TagClassName
{
border-color: #CD42A6;
}
</style>