Shades of Mulberry #CF568E
Tints of Mulberry #CF568E
RGB
CMYK
RGB Variations
Color information
#CF568E (or 0xCF568E) is known color: Mulberry. HEX triplet: CF, 56 and 8E. RGB value is (207,86,142). Sum of RGB (Red+Green+Blue) = 207+86+142=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF568E is #30A971. Grayscale: #808080. Windows color (decimal): -3189106 or 9328335. OLE color: 9328335.
HSL color Cylindrical-coordinate representation of color #CF568E: hue angle of 332.23º 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 #CF568E is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 142 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.19 |
| HSL | 332.23º | 0.56% | 0.57% | - |
| HSV(B) | 332.23º | 0.58% | 0.81% | - |
| XYZ | 33.94 | 21.87 | 28.02 | - |
| YUV | 128.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 142 | 0 | 0.58 | 0.31 | 0.19 | 332.23 | 0.56 | 0.57 |
| Hex | CF | 56 | 8E | 0 | 3A | 1F | 13 | 14C | 38 | 39 |
| Octal | 317 | 126 | 216 | 0 | 72 | 37 | 23 | 514 | 70 | 71 |
| Binary | 11001111 | 1010110 | 10001110 | 0 | 111010 | 11111 | 10011 | 101001100 | 111000 | 111001 |
Color Harmonies of #CF568E
Complementary color
Monochromatic Colors of #CF568E
Black with #CF568E
Text Example
Text Example
White with #CF568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF568E; }
p { color: rgb(207,86,142); }
H1.HeaderClassName
{
color: #CF568E;
}
.AnyTagClassName
{
color: #CF568E;
}
</style>
background-color css
<style>
a { background-color: #CF568E; }
a { background-color: rgb(207,86,142); }
div.DivClassName
{
background-color: #CF568E;
}
.BgClassName
{
background-color: #CF568E;
}
</style>
border-color css
<style>
span { border-color: #CF568E; }
span { border-color: rgb(207,86,142); }
td.TdClassName
{
border-color: #CF568E;
}
.TagClassName
{
border-color: #CF568E;
}
</style>