Shades of Mulberry #CF548C
Tints of Mulberry #CF548C
RGB
CMYK
RGB Variations
Color information
#CF548C (or 0xCF548C) is known color: Mulberry. HEX triplet: CF, 54 and 8C. RGB value is (207,84,140). Sum of RGB (Red+Green+Blue) = 207+84+140=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF548C is #30AB73. Grayscale: #7F7F7F. Windows color (decimal): -3189620 or 9196751. OLE color: 9196751.
HSL color Cylindrical-coordinate representation of color #CF548C: hue angle of 332.68º 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 #CF548C is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 140 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.19 |
| HSL | 332.68º | 0.56% | 0.57% | - |
| HSV(B) | 332.68º | 0.59% | 0.81% | - |
| XYZ | 33.64 | 21.5 | 27.19 | - |
| YUV | 127.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 140 | 0 | 0.59 | 0.32 | 0.19 | 332.68 | 0.56 | 0.57 |
| Hex | CF | 54 | 8C | 0 | 3B | 20 | 13 | 14D | 38 | 39 |
| Octal | 317 | 124 | 214 | 0 | 73 | 40 | 23 | 515 | 70 | 71 |
| Binary | 11001111 | 1010100 | 10001100 | 0 | 111011 | 100000 | 10011 | 101001101 | 111000 | 111001 |
Color Harmonies of #CF548C
Complementary color
Monochromatic Colors of #CF548C
Black with #CF548C
Text Example
Text Example
White with #CF548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF548C; }
p { color: rgb(207,84,140); }
H1.HeaderClassName
{
color: #CF548C;
}
.AnyTagClassName
{
color: #CF548C;
}
</style>
background-color css
<style>
a { background-color: #CF548C; }
a { background-color: rgb(207,84,140); }
div.DivClassName
{
background-color: #CF548C;
}
.BgClassName
{
background-color: #CF548C;
}
</style>
border-color css
<style>
span { border-color: #CF548C; }
span { border-color: rgb(207,84,140); }
td.TdClassName
{
border-color: #CF548C;
}
.TagClassName
{
border-color: #CF548C;
}
</style>