Shades of Mulberry #CF4695
Tints of Mulberry #CF4695
RGB
CMYK
RGB Variations
Color information
#CF4695 (or 0xCF4695) is known color: Mulberry. HEX triplet: CF, 46 and 95. RGB value is (207,70,149). Sum of RGB (Red+Green+Blue) = 207+70+149=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4695 is #30B96A. Grayscale: #777777. Windows color (decimal): -3193195 or 9782991. OLE color: 9782991.
HSL color Cylindrical-coordinate representation of color #CF4695: hue angle of 325.4º 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 #CF4695 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 149 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.19 |
| HSL | 325.4º | 0.59% | 0.54% | - |
| HSV(B) | 325.4º | 0.66% | 0.81% | - |
| XYZ | 33.35 | 19.82 | 30.5 | - |
| YUV | 119.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 149 | 0 | 0.66 | 0.28 | 0.19 | 325.4 | 0.59 | 0.54 |
| Hex | CF | 46 | 95 | 0 | 42 | 1C | 13 | 145 | 3B | 36 |
| Octal | 317 | 106 | 225 | 0 | 102 | 34 | 23 | 505 | 73 | 66 |
| Binary | 11001111 | 1000110 | 10010101 | 0 | 1000010 | 11100 | 10011 | 101000101 | 111011 | 110110 |
Color Harmonies of #CF4695
Complementary color
Monochromatic Colors of #CF4695
Black with #CF4695
Text Example
Text Example
White with #CF4695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4695; }
p { color: rgb(207,70,149); }
H1.HeaderClassName
{
color: #CF4695;
}
.AnyTagClassName
{
color: #CF4695;
}
</style>
background-color css
<style>
a { background-color: #CF4695; }
a { background-color: rgb(207,70,149); }
div.DivClassName
{
background-color: #CF4695;
}
.BgClassName
{
background-color: #CF4695;
}
</style>
border-color css
<style>
span { border-color: #CF4695; }
span { border-color: rgb(207,70,149); }
td.TdClassName
{
border-color: #CF4695;
}
.TagClassName
{
border-color: #CF4695;
}
</style>