Shades of Mulberry #CF498A
Tints of Mulberry #CF498A
RGB
CMYK
RGB Variations
Color information
#CF498A (or 0xCF498A) is known color: Mulberry. HEX triplet: CF, 49 and 8A. RGB value is (207,73,138). Sum of RGB (Red+Green+Blue) = 207+73+138=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF498A is #30B675. Grayscale: #787878. Windows color (decimal): -3192438 or 9062863. OLE color: 9062863.
HSL color Cylindrical-coordinate representation of color #CF498A: hue angle of 330.9º 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 #CF498A is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 138 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.19 |
| HSL | 330.9º | 0.58% | 0.55% | - |
| HSV(B) | 330.9º | 0.65% | 0.81% | - |
| XYZ | 32.7 | 19.87 | 26.16 | - |
| YUV | 120.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 138 | 0 | 0.65 | 0.33 | 0.19 | 330.9 | 0.58 | 0.55 |
| Hex | CF | 49 | 8A | 0 | 41 | 21 | 13 | 14B | 3A | 37 |
| Octal | 317 | 111 | 212 | 0 | 101 | 41 | 23 | 513 | 72 | 67 |
| Binary | 11001111 | 1001001 | 10001010 | 0 | 1000001 | 100001 | 10011 | 101001011 | 111010 | 110111 |
Color Harmonies of #CF498A
Complementary color
Monochromatic Colors of #CF498A
Black with #CF498A
Text Example
Text Example
White with #CF498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF498A; }
p { color: rgb(207,73,138); }
H1.HeaderClassName
{
color: #CF498A;
}
.AnyTagClassName
{
color: #CF498A;
}
</style>
background-color css
<style>
a { background-color: #CF498A; }
a { background-color: rgb(207,73,138); }
div.DivClassName
{
background-color: #CF498A;
}
.BgClassName
{
background-color: #CF498A;
}
</style>
border-color css
<style>
span { border-color: #CF498A; }
span { border-color: rgb(207,73,138); }
td.TdClassName
{
border-color: #CF498A;
}
.TagClassName
{
border-color: #CF498A;
}
</style>