Shades of Mulberry #CF549B
Tints of Mulberry #CF549B
RGB
CMYK
RGB Variations
Color information
#CF549B (or 0xCF549B) is known color: Mulberry. HEX triplet: CF, 54 and 9B. RGB value is (207,84,155). Sum of RGB (Red+Green+Blue) = 207+84+155=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF549B is #30AB64. Grayscale: #808080. Windows color (decimal): -3189605 or 10179791. OLE color: 10179791.
HSL color Cylindrical-coordinate representation of color #CF549B: hue angle of 325.37º 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 #CF549B is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 155 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.19 |
| HSL | 325.37º | 0.56% | 0.57% | - |
| HSV(B) | 325.37º | 0.59% | 0.81% | - |
| XYZ | 34.82 | 21.97 | 33.42 | - |
| YUV | 128.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 155 | 0 | 0.59 | 0.25 | 0.19 | 325.37 | 0.56 | 0.57 |
| Hex | CF | 54 | 9B | 0 | 3B | 19 | 13 | 145 | 38 | 39 |
| Octal | 317 | 124 | 233 | 0 | 73 | 31 | 23 | 505 | 70 | 71 |
| Binary | 11001111 | 1010100 | 10011011 | 0 | 111011 | 11001 | 10011 | 101000101 | 111000 | 111001 |
Color Harmonies of #CF549B
Complementary color
Monochromatic Colors of #CF549B
Black with #CF549B
Text Example
Text Example
White with #CF549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF549B; }
p { color: rgb(207,84,155); }
H1.HeaderClassName
{
color: #CF549B;
}
.AnyTagClassName
{
color: #CF549B;
}
</style>
background-color css
<style>
a { background-color: #CF549B; }
a { background-color: rgb(207,84,155); }
div.DivClassName
{
background-color: #CF549B;
}
.BgClassName
{
background-color: #CF549B;
}
</style>
border-color css
<style>
span { border-color: #CF549B; }
span { border-color: rgb(207,84,155); }
td.TdClassName
{
border-color: #CF549B;
}
.TagClassName
{
border-color: #CF549B;
}
</style>