Shades of Mulberry #CD409B
Tints of Mulberry #CD409B
RGB
CMYK
RGB Variations
Color information
#CD409B (or 0xCD409B) is known color: Mulberry. HEX triplet: CD, 40 and 9B. RGB value is (205,64,155). Sum of RGB (Red+Green+Blue) = 205+64+155=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD409B is #32BF64. Grayscale: #747474. Windows color (decimal): -3325797 or 10174669. OLE color: 10174669.
HSL color Cylindrical-coordinate representation of color #CD409B: hue angle of 321.28º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD409B is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 155 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.20 |
| HSL | 321.28º | 0.59% | 0.53% | - |
| HSV(B) | 321.28º | 0.69% | 0.8% | - |
| XYZ | 32.93 | 19.01 | 32.94 | - |
| YUV | 116.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 155 | 0 | 0.69 | 0.24 | 0.20 | 321.28 | 0.59 | 0.53 |
| Hex | CD | 40 | 9B | 0 | 45 | 18 | 14 | 141 | 3B | 35 |
| Octal | 315 | 100 | 233 | 0 | 105 | 30 | 24 | 501 | 73 | 65 |
| Binary | 11001101 | 1000000 | 10011011 | 0 | 1000101 | 11000 | 10100 | 101000001 | 111011 | 110101 |
Color Harmonies of #CD409B
Complementary color
Monochromatic Colors of #CD409B
Black with #CD409B
Text Example
Text Example
White with #CD409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD409B; }
p { color: rgb(205,64,155); }
H1.HeaderClassName
{
color: #CD409B;
}
.AnyTagClassName
{
color: #CD409B;
}
</style>
background-color css
<style>
a { background-color: #CD409B; }
a { background-color: rgb(205,64,155); }
div.DivClassName
{
background-color: #CD409B;
}
.BgClassName
{
background-color: #CD409B;
}
</style>
border-color css
<style>
span { border-color: #CD409B; }
span { border-color: rgb(205,64,155); }
td.TdClassName
{
border-color: #CD409B;
}
.TagClassName
{
border-color: #CD409B;
}
</style>