Shades of Mulberry #CF468D
Tints of Mulberry #CF468D
RGB
CMYK
RGB Variations
Color information
#CF468D (or 0xCF468D) is known color: Mulberry. HEX triplet: CF, 46 and 8D. RGB value is (207,70,141). Sum of RGB (Red+Green+Blue) = 207+70+141=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF468D is #30B972. Grayscale: #767676. Windows color (decimal): -3193203 or 9258703. OLE color: 9258703.
HSL color Cylindrical-coordinate representation of color #CF468D: hue angle of 328.91º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF468D is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 141 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.19 |
| HSL | 328.91º | 0.59% | 0.54% | - |
| HSV(B) | 328.91º | 0.66% | 0.81% | - |
| XYZ | 32.73 | 19.57 | 27.25 | - |
| YUV | 119.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 141 | 0 | 0.66 | 0.32 | 0.19 | 328.91 | 0.59 | 0.54 |
| Hex | CF | 46 | 8D | 0 | 42 | 20 | 13 | 149 | 3B | 36 |
| Octal | 317 | 106 | 215 | 0 | 102 | 40 | 23 | 511 | 73 | 66 |
| Binary | 11001111 | 1000110 | 10001101 | 0 | 1000010 | 100000 | 10011 | 101001001 | 111011 | 110110 |
Color Harmonies of #CF468D
Complementary color
Monochromatic Colors of #CF468D
Black with #CF468D
Text Example
Text Example
White with #CF468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF468D; }
p { color: rgb(207,70,141); }
H1.HeaderClassName
{
color: #CF468D;
}
.AnyTagClassName
{
color: #CF468D;
}
</style>
background-color css
<style>
a { background-color: #CF468D; }
a { background-color: rgb(207,70,141); }
div.DivClassName
{
background-color: #CF468D;
}
.BgClassName
{
background-color: #CF468D;
}
</style>
border-color css
<style>
span { border-color: #CF468D; }
span { border-color: rgb(207,70,141); }
td.TdClassName
{
border-color: #CF468D;
}
.TagClassName
{
border-color: #CF468D;
}
</style>