Shades of Mulberry #CF5191
Tints of Mulberry #CF5191
RGB
CMYK
RGB Variations
Color information
#CF5191 (or 0xCF5191) is known color: Mulberry. HEX triplet: CF, 51 and 91. RGB value is (207,81,145). Sum of RGB (Red+Green+Blue) = 207+81+145=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5191 is #30AE6E. Grayscale: #7D7D7D. Windows color (decimal): -3190383 or 9523663. OLE color: 9523663.
HSL color Cylindrical-coordinate representation of color #CF5191: hue angle of 329.52º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5191 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 145 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.19 |
| HSL | 329.52º | 0.57% | 0.56% | - |
| HSV(B) | 329.52º | 0.61% | 0.81% | - |
| XYZ | 33.79 | 21.19 | 29.1 | - |
| YUV | 125.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 145 | 0 | 0.61 | 0.30 | 0.19 | 329.52 | 0.57 | 0.56 |
| Hex | CF | 51 | 91 | 0 | 3D | 1E | 13 | 14A | 39 | 38 |
| Octal | 317 | 121 | 221 | 0 | 75 | 36 | 23 | 512 | 71 | 70 |
| Binary | 11001111 | 1010001 | 10010001 | 0 | 111101 | 11110 | 10011 | 101001010 | 111001 | 111000 |
Color Harmonies of #CF5191
Complementary color
Monochromatic Colors of #CF5191
Black with #CF5191
Text Example
Text Example
White with #CF5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5191; }
p { color: rgb(207,81,145); }
H1.HeaderClassName
{
color: #CF5191;
}
.AnyTagClassName
{
color: #CF5191;
}
</style>
background-color css
<style>
a { background-color: #CF5191; }
a { background-color: rgb(207,81,145); }
div.DivClassName
{
background-color: #CF5191;
}
.BgClassName
{
background-color: #CF5191;
}
</style>
border-color css
<style>
span { border-color: #CF5191; }
span { border-color: rgb(207,81,145); }
td.TdClassName
{
border-color: #CF5191;
}
.TagClassName
{
border-color: #CF5191;
}
</style>