Shades of Mulberry #CD42A1
Tints of Mulberry #CD42A1
RGB
CMYK
RGB Variations
Color information
#CD42A1 (or 0xCD42A1) is known color: Mulberry. HEX triplet: CD, 42 and A1. RGB value is (205,66,161). Sum of RGB (Red+Green+Blue) = 205+66+161=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD42A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD42A1 is #32BD5E. Grayscale: #767676. Windows color (decimal): -3325279 or 10568397. OLE color: 10568397.
HSL color Cylindrical-coordinate representation of color #CD42A1: hue angle of 318.99º 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 #CD42A1 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 161 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.20 |
| HSL | 318.99º | 0.58% | 0.53% | - |
| HSV(B) | 318.99º | 0.68% | 0.8% | - |
| XYZ | 33.56 | 19.45 | 35.7 | - |
| YUV | 118.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 161 | 0 | 0.68 | 0.21 | 0.20 | 318.99 | 0.58 | 0.53 |
| Hex | CD | 42 | A1 | 0 | 44 | 15 | 14 | 13F | 3A | 35 |
| Octal | 315 | 102 | 241 | 0 | 104 | 25 | 24 | 477 | 72 | 65 |
| Binary | 11001101 | 1000010 | 10100001 | 0 | 1000100 | 10101 | 10100 | 100111111 | 111010 | 110101 |
Color Harmonies of #CD42A1
Complementary color
Monochromatic Colors of #CD42A1
Black with #CD42A1
Text Example
Text Example
White with #CD42A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD42A1; }
p { color: rgb(205,66,161); }
H1.HeaderClassName
{
color: #CD42A1;
}
.AnyTagClassName
{
color: #CD42A1;
}
</style>
background-color css
<style>
a { background-color: #CD42A1; }
a { background-color: rgb(205,66,161); }
div.DivClassName
{
background-color: #CD42A1;
}
.BgClassName
{
background-color: #CD42A1;
}
</style>
border-color css
<style>
span { border-color: #CD42A1; }
span { border-color: rgb(205,66,161); }
td.TdClassName
{
border-color: #CD42A1;
}
.TagClassName
{
border-color: #CD42A1;
}
</style>