Shades of Mulberry #CF548E
Tints of Mulberry #CF548E
RGB
CMYK
RGB Variations
Color information
#CF548E (or 0xCF548E) is known color: Mulberry. HEX triplet: CF, 54 and 8E. RGB value is (207,84,142). Sum of RGB (Red+Green+Blue) = 207+84+142=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF548E is #30AB71. Grayscale: #7F7F7F. Windows color (decimal): -3189618 or 9327823. OLE color: 9327823.
HSL color Cylindrical-coordinate representation of color #CF548E: hue angle of 331.71º 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 #CF548E is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 142 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.19 |
| HSL | 331.71º | 0.56% | 0.57% | - |
| HSV(B) | 331.71º | 0.59% | 0.81% | - |
| XYZ | 33.78 | 21.56 | 27.97 | - |
| YUV | 127.39 | 136.25 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 142 | 0 | 0.59 | 0.31 | 0.19 | 331.71 | 0.56 | 0.57 |
| Hex | CF | 54 | 8E | 0 | 3B | 1F | 13 | 14C | 38 | 39 |
| Octal | 317 | 124 | 216 | 0 | 73 | 37 | 23 | 514 | 70 | 71 |
| Binary | 11001111 | 1010100 | 10001110 | 0 | 111011 | 11111 | 10011 | 101001100 | 111000 | 111001 |
Color Harmonies of #CF548E
Complementary color
Monochromatic Colors of #CF548E
Black with #CF548E
Text Example
Text Example
White with #CF548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF548E; }
p { color: rgb(207,84,142); }
H1.HeaderClassName
{
color: #CF548E;
}
.AnyTagClassName
{
color: #CF548E;
}
</style>
background-color css
<style>
a { background-color: #CF548E; }
a { background-color: rgb(207,84,142); }
div.DivClassName
{
background-color: #CF548E;
}
.BgClassName
{
background-color: #CF548E;
}
</style>
border-color css
<style>
span { border-color: #CF548E; }
span { border-color: rgb(207,84,142); }
td.TdClassName
{
border-color: #CF548E;
}
.TagClassName
{
border-color: #CF548E;
}
</style>