Shades of Mulberry #CF4396
Tints of Mulberry #CF4396
RGB
CMYK
RGB Variations
Color information
#CF4396 (or 0xCF4396) is known color: Mulberry. HEX triplet: CF, 43 and 96. RGB value is (207,67,150). Sum of RGB (Red+Green+Blue) = 207+67+150=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4396 is #30BC69. Grayscale: #767676. Windows color (decimal): -3193962 or 9847759. OLE color: 9847759.
HSL color Cylindrical-coordinate representation of color #CF4396: hue angle of 324.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4396 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 150 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.19 |
| HSL | 324.43º | 0.59% | 0.54% | - |
| HSV(B) | 324.43º | 0.68% | 0.81% | - |
| XYZ | 33.24 | 19.48 | 30.86 | - |
| YUV | 118.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 150 | 0 | 0.68 | 0.28 | 0.19 | 324.43 | 0.59 | 0.54 |
| Hex | CF | 43 | 96 | 0 | 44 | 1C | 13 | 144 | 3B | 36 |
| Octal | 317 | 103 | 226 | 0 | 104 | 34 | 23 | 504 | 73 | 66 |
| Binary | 11001111 | 1000011 | 10010110 | 0 | 1000100 | 11100 | 10011 | 101000100 | 111011 | 110110 |
Color Harmonies of #CF4396
Complementary color
Monochromatic Colors of #CF4396
Black with #CF4396
Text Example
Text Example
White with #CF4396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4396; }
p { color: rgb(207,67,150); }
H1.HeaderClassName
{
color: #CF4396;
}
.AnyTagClassName
{
color: #CF4396;
}
</style>
background-color css
<style>
a { background-color: #CF4396; }
a { background-color: rgb(207,67,150); }
div.DivClassName
{
background-color: #CF4396;
}
.BgClassName
{
background-color: #CF4396;
}
</style>
border-color css
<style>
span { border-color: #CF4396; }
span { border-color: rgb(207,67,150); }
td.TdClassName
{
border-color: #CF4396;
}
.TagClassName
{
border-color: #CF4396;
}
</style>