Shades of Mulberry #CF469F
Tints of Mulberry #CF469F
RGB
CMYK
RGB Variations
Color information
#CF469F (or 0xCF469F) is known color: Mulberry. HEX triplet: CF, 46 and 9F. RGB value is (207,70,159). Sum of RGB (Red+Green+Blue) = 207+70+159=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF469F is #30B960. Grayscale: #787878. Windows color (decimal): -3193185 or 10438351. OLE color: 10438351.
HSL color Cylindrical-coordinate representation of color #CF469F: hue angle of 321.02º 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 #CF469F is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 159 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.19 |
| HSL | 321.02º | 0.59% | 0.54% | - |
| HSV(B) | 321.02º | 0.66% | 0.81% | - |
| XYZ | 34.18 | 20.15 | 34.89 | - |
| YUV | 121.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 159 | 0 | 0.66 | 0.23 | 0.19 | 321.02 | 0.59 | 0.54 |
| Hex | CF | 46 | 9F | 0 | 42 | 17 | 13 | 141 | 3B | 36 |
| Octal | 317 | 106 | 237 | 0 | 102 | 27 | 23 | 501 | 73 | 66 |
| Binary | 11001111 | 1000110 | 10011111 | 0 | 1000010 | 10111 | 10011 | 101000001 | 111011 | 110110 |
Color Harmonies of #CF469F
Complementary color
Monochromatic Colors of #CF469F
Black with #CF469F
Text Example
Text Example
White with #CF469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF469F; }
p { color: rgb(207,70,159); }
H1.HeaderClassName
{
color: #CF469F;
}
.AnyTagClassName
{
color: #CF469F;
}
</style>
background-color css
<style>
a { background-color: #CF469F; }
a { background-color: rgb(207,70,159); }
div.DivClassName
{
background-color: #CF469F;
}
.BgClassName
{
background-color: #CF469F;
}
</style>
border-color css
<style>
span { border-color: #CF469F; }
span { border-color: rgb(207,70,159); }
td.TdClassName
{
border-color: #CF469F;
}
.TagClassName
{
border-color: #CF469F;
}
</style>