Shades of Mulberry #CF4496
Tints of Mulberry #CF4496
RGB
CMYK
RGB Variations
Color information
#CF4496 (or 0xCF4496) is known color: Mulberry. HEX triplet: CF, 44 and 96. RGB value is (207,68,150). Sum of RGB (Red+Green+Blue) = 207+68+150=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4496 is #30BB69. Grayscale: #767676. Windows color (decimal): -3193706 or 9848015. OLE color: 9848015.
HSL color Cylindrical-coordinate representation of color #CF4496: hue angle of 324.6º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4496 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 150 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.19 |
| HSL | 324.6º | 0.59% | 0.54% | - |
| HSV(B) | 324.6º | 0.67% | 0.81% | - |
| XYZ | 33.3 | 19.6 | 30.88 | - |
| YUV | 118.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 150 | 0 | 0.67 | 0.28 | 0.19 | 324.6 | 0.59 | 0.54 |
| Hex | CF | 44 | 96 | 0 | 43 | 1C | 13 | 145 | 3B | 36 |
| Octal | 317 | 104 | 226 | 0 | 103 | 34 | 23 | 505 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10010110 | 0 | 1000011 | 11100 | 10011 | 101000101 | 111011 | 110110 |
Color Harmonies of #CF4496
Complementary color
Monochromatic Colors of #CF4496
Black with #CF4496
Text Example
Text Example
White with #CF4496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4496; }
p { color: rgb(207,68,150); }
H1.HeaderClassName
{
color: #CF4496;
}
.AnyTagClassName
{
color: #CF4496;
}
</style>
background-color css
<style>
a { background-color: #CF4496; }
a { background-color: rgb(207,68,150); }
div.DivClassName
{
background-color: #CF4496;
}
.BgClassName
{
background-color: #CF4496;
}
</style>
border-color css
<style>
span { border-color: #CF4496; }
span { border-color: rgb(207,68,150); }
td.TdClassName
{
border-color: #CF4496;
}
.TagClassName
{
border-color: #CF4496;
}
</style>