Shades of Mulberry #CF4591
Tints of Mulberry #CF4591
RGB
CMYK
RGB Variations
Color information
#CF4591 (or 0xCF4591) is known color: Mulberry. HEX triplet: CF, 45 and 91. RGB value is (207,69,145). Sum of RGB (Red+Green+Blue) = 207+69+145=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4591 is #30BA6E. Grayscale: #767676. Windows color (decimal): -3193455 or 9520591. OLE color: 9520591.
HSL color Cylindrical-coordinate representation of color #CF4591: hue angle of 326.96º 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 #CF4591 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 145 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.19 |
| HSL | 326.96º | 0.59% | 0.54% | - |
| HSV(B) | 326.96º | 0.67% | 0.81% | - |
| XYZ | 32.97 | 19.57 | 28.83 | - |
| YUV | 118.93 | 142.72 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 145 | 0 | 0.67 | 0.30 | 0.19 | 326.96 | 0.59 | 0.54 |
| Hex | CF | 45 | 91 | 0 | 43 | 1E | 13 | 147 | 3B | 36 |
| Octal | 317 | 105 | 221 | 0 | 103 | 36 | 23 | 507 | 73 | 66 |
| Binary | 11001111 | 1000101 | 10010001 | 0 | 1000011 | 11110 | 10011 | 101000111 | 111011 | 110110 |
Color Harmonies of #CF4591
Complementary color
Monochromatic Colors of #CF4591
Black with #CF4591
Text Example
Text Example
White with #CF4591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4591; }
p { color: rgb(207,69,145); }
H1.HeaderClassName
{
color: #CF4591;
}
.AnyTagClassName
{
color: #CF4591;
}
</style>
background-color css
<style>
a { background-color: #CF4591; }
a { background-color: rgb(207,69,145); }
div.DivClassName
{
background-color: #CF4591;
}
.BgClassName
{
background-color: #CF4591;
}
</style>
border-color css
<style>
span { border-color: #CF4591; }
span { border-color: rgb(207,69,145); }
td.TdClassName
{
border-color: #CF4591;
}
.TagClassName
{
border-color: #CF4591;
}
</style>