Shades of Mulberry #CF4F83
Tints of Mulberry #CF4F83
RGB
CMYK
RGB Variations
Color information
#CF4F83 (or 0xCF4F83) is known color: Mulberry. HEX triplet: CF, 4F and 83. RGB value is (207,79,131). Sum of RGB (Red+Green+Blue) = 207+79+131=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4F83 is #30B07C. Grayscale: #7B7B7B. Windows color (decimal): -3190909 or 8605647. OLE color: 8605647.
HSL color Cylindrical-coordinate representation of color #CF4F83: hue angle of 335.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4F83 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 131 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.19 |
| HSL | 335.63º | 0.57% | 0.56% | - |
| HSV(B) | 335.63º | 0.62% | 0.81% | - |
| XYZ | 32.62 | 20.5 | 23.71 | - |
| YUV | 123.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 131 | 0 | 0.62 | 0.37 | 0.19 | 335.63 | 0.57 | 0.56 |
| Hex | CF | 4F | 83 | 0 | 3E | 25 | 13 | 150 | 39 | 38 |
| Octal | 317 | 117 | 203 | 0 | 76 | 45 | 23 | 520 | 71 | 70 |
| Binary | 11001111 | 1001111 | 10000011 | 0 | 111110 | 100101 | 10011 | 101010000 | 111001 | 111000 |
Color Harmonies of #CF4F83
Complementary color
Monochromatic Colors of #CF4F83
Black with #CF4F83
Text Example
Text Example
White with #CF4F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4F83; }
p { color: rgb(207,79,131); }
H1.HeaderClassName
{
color: #CF4F83;
}
.AnyTagClassName
{
color: #CF4F83;
}
</style>
background-color css
<style>
a { background-color: #CF4F83; }
a { background-color: rgb(207,79,131); }
div.DivClassName
{
background-color: #CF4F83;
}
.BgClassName
{
background-color: #CF4F83;
}
</style>
border-color css
<style>
span { border-color: #CF4F83; }
span { border-color: rgb(207,79,131); }
td.TdClassName
{
border-color: #CF4F83;
}
.TagClassName
{
border-color: #CF4F83;
}
</style>