Shades of Mulberry #CF518F
Tints of Mulberry #CF518F
RGB
CMYK
RGB Variations
Color information
#CF518F (or 0xCF518F) is known color: Mulberry. HEX triplet: CF, 51 and 8F. RGB value is (207,81,143). Sum of RGB (Red+Green+Blue) = 207+81+143=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF518F is #30AE70. Grayscale: #7D7D7D. Windows color (decimal): -3190385 or 9392591. OLE color: 9392591.
HSL color Cylindrical-coordinate representation of color #CF518F: hue angle of 330.48º 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 #CF518F is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 143 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.19 |
| HSL | 330.48º | 0.57% | 0.56% | - |
| HSV(B) | 330.48º | 0.61% | 0.81% | - |
| XYZ | 33.63 | 21.13 | 28.29 | - |
| YUV | 125.74 | 137.74 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 143 | 0 | 0.61 | 0.31 | 0.19 | 330.48 | 0.57 | 0.56 |
| Hex | CF | 51 | 8F | 0 | 3D | 1F | 13 | 14A | 39 | 38 |
| Octal | 317 | 121 | 217 | 0 | 75 | 37 | 23 | 512 | 71 | 70 |
| Binary | 11001111 | 1010001 | 10001111 | 0 | 111101 | 11111 | 10011 | 101001010 | 111001 | 111000 |
Color Harmonies of #CF518F
Complementary color
Monochromatic Colors of #CF518F
Black with #CF518F
Text Example
Text Example
White with #CF518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF518F; }
p { color: rgb(207,81,143); }
H1.HeaderClassName
{
color: #CF518F;
}
.AnyTagClassName
{
color: #CF518F;
}
</style>
background-color css
<style>
a { background-color: #CF518F; }
a { background-color: rgb(207,81,143); }
div.DivClassName
{
background-color: #CF518F;
}
.BgClassName
{
background-color: #CF518F;
}
</style>
border-color css
<style>
span { border-color: #CF518F; }
span { border-color: rgb(207,81,143); }
td.TdClassName
{
border-color: #CF518F;
}
.TagClassName
{
border-color: #CF518F;
}
</style>