Shades of Mulberry #CF5799
Tints of Mulberry #CF5799
RGB
CMYK
RGB Variations
Color information
#CF5799 (or 0xCF5799) is known color: Mulberry. HEX triplet: CF, 57 and 99. RGB value is (207,87,153). Sum of RGB (Red+Green+Blue) = 207+87+153=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5799 is #30A866. Grayscale: #828282. Windows color (decimal): -3188839 or 10049487. OLE color: 10049487.
HSL color Cylindrical-coordinate representation of color #CF5799: hue angle of 327º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5799 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 153 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.19 |
| HSL | 327º | 0.56% | 0.58% | - |
| HSV(B) | 327º | 0.58% | 0.81% | - |
| XYZ | 34.89 | 22.38 | 32.62 | - |
| YUV | 130.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 153 | 0 | 0.58 | 0.26 | 0.19 | 327 | 0.56 | 0.58 |
| Hex | CF | 57 | 99 | 0 | 3A | 1A | 13 | 147 | 38 | 3A |
| Octal | 317 | 127 | 231 | 0 | 72 | 32 | 23 | 507 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10011001 | 0 | 111010 | 11010 | 10011 | 101000111 | 111000 | 111010 |
Color Harmonies of #CF5799
Complementary color
Monochromatic Colors of #CF5799
Black with #CF5799
Text Example
Text Example
White with #CF5799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5799; }
p { color: rgb(207,87,153); }
H1.HeaderClassName
{
color: #CF5799;
}
.AnyTagClassName
{
color: #CF5799;
}
</style>
background-color css
<style>
a { background-color: #CF5799; }
a { background-color: rgb(207,87,153); }
div.DivClassName
{
background-color: #CF5799;
}
.BgClassName
{
background-color: #CF5799;
}
</style>
border-color css
<style>
span { border-color: #CF5799; }
span { border-color: rgb(207,87,153); }
td.TdClassName
{
border-color: #CF5799;
}
.TagClassName
{
border-color: #CF5799;
}
</style>