Shades of Mulberry #CF469E
Tints of Mulberry #CF469E
RGB
CMYK
RGB Variations
Color information
#CF469E (or 0xCF469E) is known color: Mulberry. HEX triplet: CF, 46 and 9E. RGB value is (207,70,158). Sum of RGB (Red+Green+Blue) = 207+70+158=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF469E is #30B961. Grayscale: #787878. Windows color (decimal): -3193186 or 10372815. OLE color: 10372815.
HSL color Cylindrical-coordinate representation of color #CF469E: hue angle of 321.46º 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 #CF469E is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 158 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.19 |
| HSL | 321.46º | 0.59% | 0.54% | - |
| HSV(B) | 321.46º | 0.66% | 0.81% | - |
| XYZ | 34.09 | 20.11 | 34.43 | - |
| YUV | 121 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 158 | 0 | 0.66 | 0.24 | 0.19 | 321.46 | 0.59 | 0.54 |
| Hex | CF | 46 | 9E | 0 | 42 | 18 | 13 | 141 | 3B | 36 |
| Octal | 317 | 106 | 236 | 0 | 102 | 30 | 23 | 501 | 73 | 66 |
| Binary | 11001111 | 1000110 | 10011110 | 0 | 1000010 | 11000 | 10011 | 101000001 | 111011 | 110110 |
Color Harmonies of #CF469E
Complementary color
Monochromatic Colors of #CF469E
Black with #CF469E
Text Example
Text Example
White with #CF469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF469E; }
p { color: rgb(207,70,158); }
H1.HeaderClassName
{
color: #CF469E;
}
.AnyTagClassName
{
color: #CF469E;
}
</style>
background-color css
<style>
a { background-color: #CF469E; }
a { background-color: rgb(207,70,158); }
div.DivClassName
{
background-color: #CF469E;
}
.BgClassName
{
background-color: #CF469E;
}
</style>
border-color css
<style>
span { border-color: #CF469E; }
span { border-color: rgb(207,70,158); }
td.TdClassName
{
border-color: #CF469E;
}
.TagClassName
{
border-color: #CF469E;
}
</style>