Shades of Mulberry #CD508C
Tints of Mulberry #CD508C
RGB
CMYK
RGB Variations
Color information
#CD508C (or 0xCD508C) is known color: Mulberry. HEX triplet: CD, 50 and 8C. RGB value is (205,80,140). Sum of RGB (Red+Green+Blue) = 205+80+140=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD508C is #32AF73. Grayscale: #7C7C7C. Windows color (decimal): -3321716 or 9195725. OLE color: 9195725.
HSL color Cylindrical-coordinate representation of color #CD508C: hue angle of 331.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD508C is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 140 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.20 |
| HSL | 331.2º | 0.56% | 0.56% | - |
| HSV(B) | 331.2º | 0.61% | 0.8% | - |
| XYZ | 32.78 | 20.61 | 27.06 | - |
| YUV | 124.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 140 | 0 | 0.61 | 0.32 | 0.20 | 331.2 | 0.56 | 0.56 |
| Hex | CD | 50 | 8C | 0 | 3D | 20 | 14 | 14B | 38 | 38 |
| Octal | 315 | 120 | 214 | 0 | 75 | 40 | 24 | 513 | 70 | 70 |
| Binary | 11001101 | 1010000 | 10001100 | 0 | 111101 | 100000 | 10100 | 101001011 | 111000 | 111000 |
Color Harmonies of #CD508C
Complementary color
Monochromatic Colors of #CD508C
Black with #CD508C
Text Example
Text Example
White with #CD508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD508C; }
p { color: rgb(205,80,140); }
H1.HeaderClassName
{
color: #CD508C;
}
.AnyTagClassName
{
color: #CD508C;
}
</style>
background-color css
<style>
a { background-color: #CD508C; }
a { background-color: rgb(205,80,140); }
div.DivClassName
{
background-color: #CD508C;
}
.BgClassName
{
background-color: #CD508C;
}
</style>
border-color css
<style>
span { border-color: #CD508C; }
span { border-color: rgb(205,80,140); }
td.TdClassName
{
border-color: #CD508C;
}
.TagClassName
{
border-color: #CD508C;
}
</style>