Shades of Mulberry #CF5085
Tints of Mulberry #CF5085
RGB
CMYK
RGB Variations
Color information
#CF5085 (or 0xCF5085) is known color: Mulberry. HEX triplet: CF, 50 and 85. RGB value is (207,80,133). Sum of RGB (Red+Green+Blue) = 207+80+133=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5085 is #30AF7A. Grayscale: #7B7B7B. Windows color (decimal): -3190651 or 8736975. OLE color: 8736975.
HSL color Cylindrical-coordinate representation of color #CF5085: hue angle of 334.96º 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 #CF5085 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 133 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.19 |
| HSL | 334.96º | 0.57% | 0.56% | - |
| HSV(B) | 334.96º | 0.61% | 0.81% | - |
| XYZ | 32.83 | 20.7 | 24.45 | - |
| YUV | 124.02 | 133.08 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 133 | 0 | 0.61 | 0.36 | 0.19 | 334.96 | 0.57 | 0.56 |
| Hex | CF | 50 | 85 | 0 | 3D | 24 | 13 | 14F | 39 | 38 |
| Octal | 317 | 120 | 205 | 0 | 75 | 44 | 23 | 517 | 71 | 70 |
| Binary | 11001111 | 1010000 | 10000101 | 0 | 111101 | 100100 | 10011 | 101001111 | 111001 | 111000 |
Color Harmonies of #CF5085
Complementary color
Monochromatic Colors of #CF5085
Black with #CF5085
Text Example
Text Example
White with #CF5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5085; }
p { color: rgb(207,80,133); }
H1.HeaderClassName
{
color: #CF5085;
}
.AnyTagClassName
{
color: #CF5085;
}
</style>
background-color css
<style>
a { background-color: #CF5085; }
a { background-color: rgb(207,80,133); }
div.DivClassName
{
background-color: #CF5085;
}
.BgClassName
{
background-color: #CF5085;
}
</style>
border-color css
<style>
span { border-color: #CF5085; }
span { border-color: rgb(207,80,133); }
td.TdClassName
{
border-color: #CF5085;
}
.TagClassName
{
border-color: #CF5085;
}
</style>