Shades of Mulberry #CF4D99
Tints of Mulberry #CF4D99
RGB
CMYK
RGB Variations
Color information
#CF4D99 (or 0xCF4D99) is known color: Mulberry. HEX triplet: CF, 4D and 99. RGB value is (207,77,153). Sum of RGB (Red+Green+Blue) = 207+77+153=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4D99 is #30B266. Grayscale: #7C7C7C. Windows color (decimal): -3191399 or 10046927. OLE color: 10046927.
HSL color Cylindrical-coordinate representation of color #CF4D99: hue angle of 324.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4D99 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 153 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.19 |
| HSL | 324.92º | 0.58% | 0.56% | - |
| HSV(B) | 324.92º | 0.63% | 0.81% | - |
| XYZ | 34.14 | 20.87 | 32.37 | - |
| YUV | 124.53 | 144.07 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 153 | 0 | 0.63 | 0.26 | 0.19 | 324.92 | 0.58 | 0.56 |
| Hex | CF | 4D | 99 | 0 | 3F | 1A | 13 | 145 | 3A | 38 |
| Octal | 317 | 115 | 231 | 0 | 77 | 32 | 23 | 505 | 72 | 70 |
| Binary | 11001111 | 1001101 | 10011001 | 0 | 111111 | 11010 | 10011 | 101000101 | 111010 | 111000 |
Color Harmonies of #CF4D99
Complementary color
Monochromatic Colors of #CF4D99
Black with #CF4D99
Text Example
Text Example
White with #CF4D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D99; }
p { color: rgb(207,77,153); }
H1.HeaderClassName
{
color: #CF4D99;
}
.AnyTagClassName
{
color: #CF4D99;
}
</style>
background-color css
<style>
a { background-color: #CF4D99; }
a { background-color: rgb(207,77,153); }
div.DivClassName
{
background-color: #CF4D99;
}
.BgClassName
{
background-color: #CF4D99;
}
</style>
border-color css
<style>
span { border-color: #CF4D99; }
span { border-color: rgb(207,77,153); }
td.TdClassName
{
border-color: #CF4D99;
}
.TagClassName
{
border-color: #CF4D99;
}
</style>