Shades of Mulberry #CD458C
Tints of Mulberry #CD458C
RGB
CMYK
RGB Variations
Color information
#CD458C (or 0xCD458C) is known color: Mulberry. HEX triplet: CD, 45 and 8C. RGB value is (205,69,140). Sum of RGB (Red+Green+Blue) = 205+69+140=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD458C is #32BA73. Grayscale: #757575. Windows color (decimal): -3324532 or 9192909. OLE color: 9192909.
HSL color Cylindrical-coordinate representation of color #CD458C: hue angle of 328.68º 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 #CD458C is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 69 | 140 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.20 |
| HSL | 328.68º | 0.58% | 0.54% | - |
| HSV(B) | 328.68º | 0.66% | 0.8% | - |
| XYZ | 32.04 | 19.13 | 26.81 | - |
| YUV | 117.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 69 | 140 | 0 | 0.66 | 0.32 | 0.20 | 328.68 | 0.58 | 0.54 |
| Hex | CD | 45 | 8C | 0 | 42 | 20 | 14 | 149 | 3A | 36 |
| Octal | 315 | 105 | 214 | 0 | 102 | 40 | 24 | 511 | 72 | 66 |
| Binary | 11001101 | 1000101 | 10001100 | 0 | 1000010 | 100000 | 10100 | 101001001 | 111010 | 110110 |
Color Harmonies of #CD458C
Complementary color
Monochromatic Colors of #CD458C
Black with #CD458C
Text Example
Text Example
White with #CD458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD458C; }
p { color: rgb(205,69,140); }
H1.HeaderClassName
{
color: #CD458C;
}
.AnyTagClassName
{
color: #CD458C;
}
</style>
background-color css
<style>
a { background-color: #CD458C; }
a { background-color: rgb(205,69,140); }
div.DivClassName
{
background-color: #CD458C;
}
.BgClassName
{
background-color: #CD458C;
}
</style>
border-color css
<style>
span { border-color: #CD458C; }
span { border-color: rgb(205,69,140); }
td.TdClassName
{
border-color: #CD458C;
}
.TagClassName
{
border-color: #CD458C;
}
</style>