Shades of Mulberry #CF5A8D
Tints of Mulberry #CF5A8D
RGB
CMYK
RGB Variations
Color information
#CF5A8D (or 0xCF5A8D) is known color: Mulberry. HEX triplet: CF, 5A and 8D. RGB value is (207,90,141). Sum of RGB (Red+Green+Blue) = 207+90+141=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5A8D is #30A572. Grayscale: #828282. Windows color (decimal): -3188083 or 9263823. OLE color: 9263823.
HSL color Cylindrical-coordinate representation of color #CF5A8D: hue angle of 333.85º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5A8D is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 141 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.19 |
| HSL | 333.85º | 0.55% | 0.58% | - |
| HSV(B) | 333.85º | 0.57% | 0.81% | - |
| XYZ | 34.2 | 22.5 | 27.74 | - |
| YUV | 130.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 141 | 0 | 0.57 | 0.32 | 0.19 | 333.85 | 0.55 | 0.58 |
| Hex | CF | 5A | 8D | 0 | 39 | 20 | 13 | 14E | 37 | 3A |
| Octal | 317 | 132 | 215 | 0 | 71 | 40 | 23 | 516 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10001101 | 0 | 111001 | 100000 | 10011 | 101001110 | 110111 | 111010 |
Color Harmonies of #CF5A8D
Complementary color
Monochromatic Colors of #CF5A8D
Black with #CF5A8D
Text Example
Text Example
White with #CF5A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A8D; }
p { color: rgb(207,90,141); }
H1.HeaderClassName
{
color: #CF5A8D;
}
.AnyTagClassName
{
color: #CF5A8D;
}
</style>
background-color css
<style>
a { background-color: #CF5A8D; }
a { background-color: rgb(207,90,141); }
div.DivClassName
{
background-color: #CF5A8D;
}
.BgClassName
{
background-color: #CF5A8D;
}
</style>
border-color css
<style>
span { border-color: #CF5A8D; }
span { border-color: rgb(207,90,141); }
td.TdClassName
{
border-color: #CF5A8D;
}
.TagClassName
{
border-color: #CF5A8D;
}
</style>