Shades of Mulberry #CF568C
Tints of Mulberry #CF568C
RGB
CMYK
RGB Variations
Color information
#CF568C (or 0xCF568C) is known color: Mulberry. HEX triplet: CF, 56 and 8C. RGB value is (207,86,140). Sum of RGB (Red+Green+Blue) = 207+86+140=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF568C is #30A973. Grayscale: #808080. Windows color (decimal): -3189108 or 9197263. OLE color: 9197263.
HSL color Cylindrical-coordinate representation of color #CF568C: hue angle of 333.22º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF568C is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 140 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.19 |
| HSL | 333.22º | 0.56% | 0.57% | - |
| HSV(B) | 333.22º | 0.58% | 0.81% | - |
| XYZ | 33.79 | 21.81 | 27.24 | - |
| YUV | 128.34 | 134.59 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 140 | 0 | 0.58 | 0.32 | 0.19 | 333.22 | 0.56 | 0.57 |
| Hex | CF | 56 | 8C | 0 | 3A | 20 | 13 | 14D | 38 | 39 |
| Octal | 317 | 126 | 214 | 0 | 72 | 40 | 23 | 515 | 70 | 71 |
| Binary | 11001111 | 1010110 | 10001100 | 0 | 111010 | 100000 | 10011 | 101001101 | 111000 | 111001 |
Color Harmonies of #CF568C
Complementary color
Monochromatic Colors of #CF568C
Black with #CF568C
Text Example
Text Example
White with #CF568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF568C; }
p { color: rgb(207,86,140); }
H1.HeaderClassName
{
color: #CF568C;
}
.AnyTagClassName
{
color: #CF568C;
}
</style>
background-color css
<style>
a { background-color: #CF568C; }
a { background-color: rgb(207,86,140); }
div.DivClassName
{
background-color: #CF568C;
}
.BgClassName
{
background-color: #CF568C;
}
</style>
border-color css
<style>
span { border-color: #CF568C; }
span { border-color: rgb(207,86,140); }
td.TdClassName
{
border-color: #CF568C;
}
.TagClassName
{
border-color: #CF568C;
}
</style>