Shades of Mulberry #CF5593
Tints of Mulberry #CF5593
RGB
CMYK
RGB Variations
Color information
#CF5593 (or 0xCF5593) is known color: Mulberry. HEX triplet: CF, 55 and 93. RGB value is (207,85,147). Sum of RGB (Red+Green+Blue) = 207+85+147=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5593 is #30AA6C. Grayscale: #808080. Windows color (decimal): -3189357 or 9655759. OLE color: 9655759.
HSL color Cylindrical-coordinate representation of color #CF5593: hue angle of 329.51º 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 #CF5593 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 147 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.19 |
| HSL | 329.51º | 0.56% | 0.57% | - |
| HSV(B) | 329.51º | 0.59% | 0.81% | - |
| XYZ | 34.25 | 21.87 | 30.02 | - |
| YUV | 128.55 | 138.42 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 147 | 0 | 0.59 | 0.29 | 0.19 | 329.51 | 0.56 | 0.57 |
| Hex | CF | 55 | 93 | 0 | 3B | 1D | 13 | 14A | 38 | 39 |
| Octal | 317 | 125 | 223 | 0 | 73 | 35 | 23 | 512 | 70 | 71 |
| Binary | 11001111 | 1010101 | 10010011 | 0 | 111011 | 11101 | 10011 | 101001010 | 111000 | 111001 |
Color Harmonies of #CF5593
Complementary color
Monochromatic Colors of #CF5593
Black with #CF5593
Text Example
Text Example
White with #CF5593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5593; }
p { color: rgb(207,85,147); }
H1.HeaderClassName
{
color: #CF5593;
}
.AnyTagClassName
{
color: #CF5593;
}
</style>
background-color css
<style>
a { background-color: #CF5593; }
a { background-color: rgb(207,85,147); }
div.DivClassName
{
background-color: #CF5593;
}
.BgClassName
{
background-color: #CF5593;
}
</style>
border-color css
<style>
span { border-color: #CF5593; }
span { border-color: rgb(207,85,147); }
td.TdClassName
{
border-color: #CF5593;
}
.TagClassName
{
border-color: #CF5593;
}
</style>