Shades of Mulberry #CF498B
Tints of Mulberry #CF498B
RGB
CMYK
RGB Variations
Color information
#CF498B (or 0xCF498B) is known color: Mulberry. HEX triplet: CF, 49 and 8B. RGB value is (207,73,139). Sum of RGB (Red+Green+Blue) = 207+73+139=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF498B is #30B674. Grayscale: #787878. Windows color (decimal): -3192437 or 9128399. OLE color: 9128399.
HSL color Cylindrical-coordinate representation of color #CF498B: hue angle of 330.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF498B is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 139 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.19 |
| HSL | 330.45º | 0.58% | 0.55% | - |
| HSV(B) | 330.45º | 0.65% | 0.81% | - |
| XYZ | 32.77 | 19.89 | 26.54 | - |
| YUV | 120.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 139 | 0 | 0.65 | 0.33 | 0.19 | 330.45 | 0.58 | 0.55 |
| Hex | CF | 49 | 8B | 0 | 41 | 21 | 13 | 14A | 3A | 37 |
| Octal | 317 | 111 | 213 | 0 | 101 | 41 | 23 | 512 | 72 | 67 |
| Binary | 11001111 | 1001001 | 10001011 | 0 | 1000001 | 100001 | 10011 | 101001010 | 111010 | 110111 |
Color Harmonies of #CF498B
Complementary color
Monochromatic Colors of #CF498B
Black with #CF498B
Text Example
Text Example
White with #CF498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF498B; }
p { color: rgb(207,73,139); }
H1.HeaderClassName
{
color: #CF498B;
}
.AnyTagClassName
{
color: #CF498B;
}
</style>
background-color css
<style>
a { background-color: #CF498B; }
a { background-color: rgb(207,73,139); }
div.DivClassName
{
background-color: #CF498B;
}
.BgClassName
{
background-color: #CF498B;
}
</style>
border-color css
<style>
span { border-color: #CF498B; }
span { border-color: rgb(207,73,139); }
td.TdClassName
{
border-color: #CF498B;
}
.TagClassName
{
border-color: #CF498B;
}
</style>