Shades of Mulberry #CF549D
Tints of Mulberry #CF549D
RGB
CMYK
RGB Variations
Color information
#CF549D (or 0xCF549D) is known color: Mulberry. HEX triplet: CF, 54 and 9D. RGB value is (207,84,157). Sum of RGB (Red+Green+Blue) = 207+84+157=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF549D is #30AB62. Grayscale: #808080. Windows color (decimal): -3189603 or 10310863. OLE color: 10310863.
HSL color Cylindrical-coordinate representation of color #CF549D: hue angle of 324.39º 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 #CF549D is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 157 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.19 |
| HSL | 324.39º | 0.56% | 0.57% | - |
| HSV(B) | 324.39º | 0.59% | 0.81% | - |
| XYZ | 34.99 | 22.04 | 34.31 | - |
| YUV | 129.1 | 143.75 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 157 | 0 | 0.59 | 0.24 | 0.19 | 324.39 | 0.56 | 0.57 |
| Hex | CF | 54 | 9D | 0 | 3B | 18 | 13 | 144 | 38 | 39 |
| Octal | 317 | 124 | 235 | 0 | 73 | 30 | 23 | 504 | 70 | 71 |
| Binary | 11001111 | 1010100 | 10011101 | 0 | 111011 | 11000 | 10011 | 101000100 | 111000 | 111001 |
Color Harmonies of #CF549D
Complementary color
Monochromatic Colors of #CF549D
Black with #CF549D
Text Example
Text Example
White with #CF549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF549D; }
p { color: rgb(207,84,157); }
H1.HeaderClassName
{
color: #CF549D;
}
.AnyTagClassName
{
color: #CF549D;
}
</style>
background-color css
<style>
a { background-color: #CF549D; }
a { background-color: rgb(207,84,157); }
div.DivClassName
{
background-color: #CF549D;
}
.BgClassName
{
background-color: #CF549D;
}
</style>
border-color css
<style>
span { border-color: #CF549D; }
span { border-color: rgb(207,84,157); }
td.TdClassName
{
border-color: #CF549D;
}
.TagClassName
{
border-color: #CF549D;
}
</style>