Shades of Mulberry #CF499D
Tints of Mulberry #CF499D
RGB
CMYK
RGB Variations
Color information
#CF499D (or 0xCF499D) is known color: Mulberry. HEX triplet: CF, 49 and 9D. RGB value is (207,73,157). Sum of RGB (Red+Green+Blue) = 207+73+157=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF499D is #30B662. Grayscale: #7A7A7A. Windows color (decimal): -3192419 or 10308047. OLE color: 10308047.
HSL color Cylindrical-coordinate representation of color #CF499D: hue angle of 322.39º 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 #CF499D is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 157 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.19 |
| HSL | 322.39º | 0.58% | 0.55% | - |
| HSV(B) | 322.39º | 0.65% | 0.81% | - |
| XYZ | 34.2 | 20.46 | 34.05 | - |
| YUV | 122.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 157 | 0 | 0.65 | 0.24 | 0.19 | 322.39 | 0.58 | 0.55 |
| Hex | CF | 49 | 9D | 0 | 41 | 18 | 13 | 142 | 3A | 37 |
| Octal | 317 | 111 | 235 | 0 | 101 | 30 | 23 | 502 | 72 | 67 |
| Binary | 11001111 | 1001001 | 10011101 | 0 | 1000001 | 11000 | 10011 | 101000010 | 111010 | 110111 |
Color Harmonies of #CF499D
Complementary color
Monochromatic Colors of #CF499D
Black with #CF499D
Text Example
Text Example
White with #CF499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF499D; }
p { color: rgb(207,73,157); }
H1.HeaderClassName
{
color: #CF499D;
}
.AnyTagClassName
{
color: #CF499D;
}
</style>
background-color css
<style>
a { background-color: #CF499D; }
a { background-color: rgb(207,73,157); }
div.DivClassName
{
background-color: #CF499D;
}
.BgClassName
{
background-color: #CF499D;
}
</style>
border-color css
<style>
span { border-color: #CF499D; }
span { border-color: rgb(207,73,157); }
td.TdClassName
{
border-color: #CF499D;
}
.TagClassName
{
border-color: #CF499D;
}
</style>