Shades of Mulberry #CF498F
Tints of Mulberry #CF498F
RGB
CMYK
RGB Variations
Color information
#CF498F (or 0xCF498F) is known color: Mulberry. HEX triplet: CF, 49 and 8F. RGB value is (207,73,143). Sum of RGB (Red+Green+Blue) = 207+73+143=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF498F is #30B670. Grayscale: #787878. Windows color (decimal): -3192433 or 9390543. OLE color: 9390543.
HSL color Cylindrical-coordinate representation of color #CF498F: hue angle of 328.66º 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 #CF498F is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 143 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.19 |
| HSL | 328.66º | 0.58% | 0.55% | - |
| HSV(B) | 328.66º | 0.65% | 0.81% | - |
| XYZ | 33.07 | 20.01 | 28.11 | - |
| YUV | 121.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 143 | 0 | 0.65 | 0.31 | 0.19 | 328.66 | 0.58 | 0.55 |
| Hex | CF | 49 | 8F | 0 | 41 | 1F | 13 | 149 | 3A | 37 |
| Octal | 317 | 111 | 217 | 0 | 101 | 37 | 23 | 511 | 72 | 67 |
| Binary | 11001111 | 1001001 | 10001111 | 0 | 1000001 | 11111 | 10011 | 101001001 | 111010 | 110111 |
Color Harmonies of #CF498F
Complementary color
Monochromatic Colors of #CF498F
Black with #CF498F
Text Example
Text Example
White with #CF498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF498F; }
p { color: rgb(207,73,143); }
H1.HeaderClassName
{
color: #CF498F;
}
.AnyTagClassName
{
color: #CF498F;
}
</style>
background-color css
<style>
a { background-color: #CF498F; }
a { background-color: rgb(207,73,143); }
div.DivClassName
{
background-color: #CF498F;
}
.BgClassName
{
background-color: #CF498F;
}
</style>
border-color css
<style>
span { border-color: #CF498F; }
span { border-color: rgb(207,73,143); }
td.TdClassName
{
border-color: #CF498F;
}
.TagClassName
{
border-color: #CF498F;
}
</style>