Shades of Mulberry #CD458B
Tints of Mulberry #CD458B
RGB
CMYK
RGB Variations
Color information
#CD458B (or 0xCD458B) is known color: Mulberry. HEX triplet: CD, 45 and 8B. RGB value is (205,69,139). Sum of RGB (Red+Green+Blue) = 205+69+139=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD458B is #32BA74. Grayscale: #757575. Windows color (decimal): -3324533 or 9127373. OLE color: 9127373.
HSL color Cylindrical-coordinate representation of color #CD458B: hue angle of 329.12º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD458B is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 69 | 139 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.20 |
| HSL | 329.12º | 0.58% | 0.54% | - |
| HSV(B) | 329.12º | 0.66% | 0.8% | - |
| XYZ | 31.97 | 19.1 | 26.43 | - |
| YUV | 117.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 69 | 139 | 0 | 0.66 | 0.32 | 0.20 | 329.12 | 0.58 | 0.54 |
| Hex | CD | 45 | 8B | 0 | 42 | 20 | 14 | 149 | 3A | 36 |
| Octal | 315 | 105 | 213 | 0 | 102 | 40 | 24 | 511 | 72 | 66 |
| Binary | 11001101 | 1000101 | 10001011 | 0 | 1000010 | 100000 | 10100 | 101001001 | 111010 | 110110 |
Color Harmonies of #CD458B
Complementary color
Monochromatic Colors of #CD458B
Black with #CD458B
Text Example
Text Example
White with #CD458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD458B; }
p { color: rgb(205,69,139); }
H1.HeaderClassName
{
color: #CD458B;
}
.AnyTagClassName
{
color: #CD458B;
}
</style>
background-color css
<style>
a { background-color: #CD458B; }
a { background-color: rgb(205,69,139); }
div.DivClassName
{
background-color: #CD458B;
}
.BgClassName
{
background-color: #CD458B;
}
</style>
border-color css
<style>
span { border-color: #CD458B; }
span { border-color: rgb(205,69,139); }
td.TdClassName
{
border-color: #CD458B;
}
.TagClassName
{
border-color: #CD458B;
}
</style>