Shades of Mulberry #CF4C96
Tints of Mulberry #CF4C96
RGB
CMYK
RGB Variations
Color information
#CF4C96 (or 0xCF4C96) is known color: Mulberry. HEX triplet: CF, 4C and 96. RGB value is (207,76,150). Sum of RGB (Red+Green+Blue) = 207+76+150=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4C96 is #30B369. Grayscale: #7B7B7B. Windows color (decimal): -3191658 or 9850063. OLE color: 9850063.
HSL color Cylindrical-coordinate representation of color #CF4C96: hue angle of 326.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4C96 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 150 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.19 |
| HSL | 326.11º | 0.58% | 0.55% | - |
| HSV(B) | 326.11º | 0.63% | 0.81% | - |
| XYZ | 33.82 | 20.64 | 31.05 | - |
| YUV | 123.61 | 142.9 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 150 | 0 | 0.63 | 0.28 | 0.19 | 326.11 | 0.58 | 0.55 |
| Hex | CF | 4C | 96 | 0 | 3F | 1C | 13 | 146 | 3A | 37 |
| Octal | 317 | 114 | 226 | 0 | 77 | 34 | 23 | 506 | 72 | 67 |
| Binary | 11001111 | 1001100 | 10010110 | 0 | 111111 | 11100 | 10011 | 101000110 | 111010 | 110111 |
Color Harmonies of #CF4C96
Complementary color
Monochromatic Colors of #CF4C96
Black with #CF4C96
Text Example
Text Example
White with #CF4C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C96; }
p { color: rgb(207,76,150); }
H1.HeaderClassName
{
color: #CF4C96;
}
.AnyTagClassName
{
color: #CF4C96;
}
</style>
background-color css
<style>
a { background-color: #CF4C96; }
a { background-color: rgb(207,76,150); }
div.DivClassName
{
background-color: #CF4C96;
}
.BgClassName
{
background-color: #CF4C96;
}
</style>
border-color css
<style>
span { border-color: #CF4C96; }
span { border-color: rgb(207,76,150); }
td.TdClassName
{
border-color: #CF4C96;
}
.TagClassName
{
border-color: #CF4C96;
}
</style>