Shades of Mulberry #CF5A8E
Tints of Mulberry #CF5A8E
RGB
CMYK
RGB Variations
Color information
#CF5A8E (or 0xCF5A8E) is known color: Mulberry. HEX triplet: CF, 5A and 8E. RGB value is (207,90,142). Sum of RGB (Red+Green+Blue) = 207+90+142=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5A8E is #30A571. Grayscale: #828282. Windows color (decimal): -3188082 or 9329359. OLE color: 9329359.
HSL color Cylindrical-coordinate representation of color #CF5A8E: hue angle of 333.33º 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 #CF5A8E is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 142 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.19 |
| HSL | 333.33º | 0.55% | 0.58% | - |
| HSV(B) | 333.33º | 0.57% | 0.81% | - |
| XYZ | 34.27 | 22.53 | 28.13 | - |
| YUV | 130.91 | 134.26 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 142 | 0 | 0.57 | 0.31 | 0.19 | 333.33 | 0.55 | 0.58 |
| Hex | CF | 5A | 8E | 0 | 39 | 1F | 13 | 14D | 37 | 3A |
| Octal | 317 | 132 | 216 | 0 | 71 | 37 | 23 | 515 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10001110 | 0 | 111001 | 11111 | 10011 | 101001101 | 110111 | 111010 |
Color Harmonies of #CF5A8E
Complementary color
Monochromatic Colors of #CF5A8E
Black with #CF5A8E
Text Example
Text Example
White with #CF5A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A8E; }
p { color: rgb(207,90,142); }
H1.HeaderClassName
{
color: #CF5A8E;
}
.AnyTagClassName
{
color: #CF5A8E;
}
</style>
background-color css
<style>
a { background-color: #CF5A8E; }
a { background-color: rgb(207,90,142); }
div.DivClassName
{
background-color: #CF5A8E;
}
.BgClassName
{
background-color: #CF5A8E;
}
</style>
border-color css
<style>
span { border-color: #CF5A8E; }
span { border-color: rgb(207,90,142); }
td.TdClassName
{
border-color: #CF5A8E;
}
.TagClassName
{
border-color: #CF5A8E;
}
</style>