Shades of Mulberry #CF5088
Tints of Mulberry #CF5088
RGB
CMYK
RGB Variations
Color information
#CF5088 (or 0xCF5088) is known color: Mulberry. HEX triplet: CF, 50 and 88. RGB value is (207,80,136). Sum of RGB (Red+Green+Blue) = 207+80+136=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5088 is #30AF77. Grayscale: #7C7C7C. Windows color (decimal): -3190648 or 8933583. OLE color: 8933583.
HSL color Cylindrical-coordinate representation of color #CF5088: hue angle of 333.54º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5088 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 136 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.19 |
| HSL | 333.54º | 0.57% | 0.56% | - |
| HSV(B) | 333.54º | 0.61% | 0.81% | - |
| XYZ | 33.04 | 20.78 | 25.56 | - |
| YUV | 124.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 136 | 0 | 0.61 | 0.34 | 0.19 | 333.54 | 0.57 | 0.56 |
| Hex | CF | 50 | 88 | 0 | 3D | 22 | 13 | 14E | 39 | 38 |
| Octal | 317 | 120 | 210 | 0 | 75 | 42 | 23 | 516 | 71 | 70 |
| Binary | 11001111 | 1010000 | 10001000 | 0 | 111101 | 100010 | 10011 | 101001110 | 111001 | 111000 |
Color Harmonies of #CF5088
Complementary color
Monochromatic Colors of #CF5088
Black with #CF5088
Text Example
Text Example
White with #CF5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5088; }
p { color: rgb(207,80,136); }
H1.HeaderClassName
{
color: #CF5088;
}
.AnyTagClassName
{
color: #CF5088;
}
</style>
background-color css
<style>
a { background-color: #CF5088; }
a { background-color: rgb(207,80,136); }
div.DivClassName
{
background-color: #CF5088;
}
.BgClassName
{
background-color: #CF5088;
}
</style>
border-color css
<style>
span { border-color: #CF5088; }
span { border-color: rgb(207,80,136); }
td.TdClassName
{
border-color: #CF5088;
}
.TagClassName
{
border-color: #CF5088;
}
</style>