Shades of Mulberry #CF549E
Tints of Mulberry #CF549E
RGB
CMYK
RGB Variations
Color information
#CF549E (or 0xCF549E) is known color: Mulberry. HEX triplet: CF, 54 and 9E. RGB value is (207,84,158). Sum of RGB (Red+Green+Blue) = 207+84+158=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF549E is #30AB61. Grayscale: #818181. Windows color (decimal): -3189602 or 10376399. OLE color: 10376399.
HSL color Cylindrical-coordinate representation of color #CF549E: hue angle of 323.9º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF549E is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 158 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.19 |
| HSL | 323.9º | 0.56% | 0.57% | - |
| HSV(B) | 323.9º | 0.59% | 0.81% | - |
| XYZ | 35.07 | 22.07 | 34.76 | - |
| YUV | 129.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 158 | 0 | 0.59 | 0.24 | 0.19 | 323.9 | 0.56 | 0.57 |
| Hex | CF | 54 | 9E | 0 | 3B | 18 | 13 | 144 | 38 | 39 |
| Octal | 317 | 124 | 236 | 0 | 73 | 30 | 23 | 504 | 70 | 71 |
| Binary | 11001111 | 1010100 | 10011110 | 0 | 111011 | 11000 | 10011 | 101000100 | 111000 | 111001 |
Color Harmonies of #CF549E
Complementary color
Monochromatic Colors of #CF549E
Black with #CF549E
Text Example
Text Example
White with #CF549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF549E; }
p { color: rgb(207,84,158); }
H1.HeaderClassName
{
color: #CF549E;
}
.AnyTagClassName
{
color: #CF549E;
}
</style>
background-color css
<style>
a { background-color: #CF549E; }
a { background-color: rgb(207,84,158); }
div.DivClassName
{
background-color: #CF549E;
}
.BgClassName
{
background-color: #CF549E;
}
</style>
border-color css
<style>
span { border-color: #CF549E; }
span { border-color: rgb(207,84,158); }
td.TdClassName
{
border-color: #CF549E;
}
.TagClassName
{
border-color: #CF549E;
}
</style>