Shades of Mulberry #CF5595
Tints of Mulberry #CF5595
RGB
CMYK
RGB Variations
Color information
#CF5595 (or 0xCF5595) is known color: Mulberry. HEX triplet: CF, 55 and 95. RGB value is (207,85,149). Sum of RGB (Red+Green+Blue) = 207+85+149=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5595 is #30AA6A. Grayscale: #808080. Windows color (decimal): -3189355 or 9786831. OLE color: 9786831.
HSL color Cylindrical-coordinate representation of color #CF5595: hue angle of 328.52º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5595 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 149 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.19 |
| HSL | 328.52º | 0.56% | 0.57% | - |
| HSV(B) | 328.52º | 0.59% | 0.81% | - |
| XYZ | 34.41 | 21.93 | 30.85 | - |
| YUV | 128.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 149 | 0 | 0.59 | 0.28 | 0.19 | 328.52 | 0.56 | 0.57 |
| Hex | CF | 55 | 95 | 0 | 3B | 1C | 13 | 149 | 38 | 39 |
| Octal | 317 | 125 | 225 | 0 | 73 | 34 | 23 | 511 | 70 | 71 |
| Binary | 11001111 | 1010101 | 10010101 | 0 | 111011 | 11100 | 10011 | 101001001 | 111000 | 111001 |
Color Harmonies of #CF5595
Complementary color
Monochromatic Colors of #CF5595
Black with #CF5595
Text Example
Text Example
White with #CF5595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5595; }
p { color: rgb(207,85,149); }
H1.HeaderClassName
{
color: #CF5595;
}
.AnyTagClassName
{
color: #CF5595;
}
</style>
background-color css
<style>
a { background-color: #CF5595; }
a { background-color: rgb(207,85,149); }
div.DivClassName
{
background-color: #CF5595;
}
.BgClassName
{
background-color: #CF5595;
}
</style>
border-color css
<style>
span { border-color: #CF5595; }
span { border-color: rgb(207,85,149); }
td.TdClassName
{
border-color: #CF5595;
}
.TagClassName
{
border-color: #CF5595;
}
</style>