Shades of Mulberry #CF518E
Tints of Mulberry #CF518E
RGB
CMYK
RGB Variations
Color information
#CF518E (or 0xCF518E) is known color: Mulberry. HEX triplet: CF, 51 and 8E. RGB value is (207,81,142). Sum of RGB (Red+Green+Blue) = 207+81+142=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF518E is #30AE71. Grayscale: #7D7D7D. Windows color (decimal): -3190386 or 9327055. OLE color: 9327055.
HSL color Cylindrical-coordinate representation of color #CF518E: hue angle of 330.95º 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 #CF518E is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 142 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.19 |
| HSL | 330.95º | 0.57% | 0.56% | - |
| HSV(B) | 330.95º | 0.61% | 0.81% | - |
| XYZ | 33.56 | 21.1 | 27.9 | - |
| YUV | 125.63 | 137.24 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 142 | 0 | 0.61 | 0.31 | 0.19 | 330.95 | 0.57 | 0.56 |
| Hex | CF | 51 | 8E | 0 | 3D | 1F | 13 | 14B | 39 | 38 |
| Octal | 317 | 121 | 216 | 0 | 75 | 37 | 23 | 513 | 71 | 70 |
| Binary | 11001111 | 1010001 | 10001110 | 0 | 111101 | 11111 | 10011 | 101001011 | 111001 | 111000 |
Color Harmonies of #CF518E
Complementary color
Monochromatic Colors of #CF518E
Black with #CF518E
Text Example
Text Example
White with #CF518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF518E; }
p { color: rgb(207,81,142); }
H1.HeaderClassName
{
color: #CF518E;
}
.AnyTagClassName
{
color: #CF518E;
}
</style>
background-color css
<style>
a { background-color: #CF518E; }
a { background-color: rgb(207,81,142); }
div.DivClassName
{
background-color: #CF518E;
}
.BgClassName
{
background-color: #CF518E;
}
</style>
border-color css
<style>
span { border-color: #CF518E; }
span { border-color: rgb(207,81,142); }
td.TdClassName
{
border-color: #CF518E;
}
.TagClassName
{
border-color: #CF518E;
}
</style>