Shades of Mulberry #CF4F8F
Tints of Mulberry #CF4F8F
RGB
CMYK
RGB Variations
Color information
#CF4F8F (or 0xCF4F8F) is known color: Mulberry. HEX triplet: CF, 4F and 8F. RGB value is (207,79,143). Sum of RGB (Red+Green+Blue) = 207+79+143=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4F8F is #30B070. Grayscale: #7C7C7C. Windows color (decimal): -3190897 or 9392079. OLE color: 9392079.
HSL color Cylindrical-coordinate representation of color #CF4F8F: hue angle of 330º 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 #CF4F8F is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 143 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.19 |
| HSL | 330º | 0.57% | 0.56% | - |
| HSV(B) | 330º | 0.62% | 0.81% | - |
| XYZ | 33.49 | 20.84 | 28.24 | - |
| YUV | 124.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 143 | 0 | 0.62 | 0.31 | 0.19 | 330 | 0.57 | 0.56 |
| Hex | CF | 4F | 8F | 0 | 3E | 1F | 13 | 14A | 39 | 38 |
| Octal | 317 | 117 | 217 | 0 | 76 | 37 | 23 | 512 | 71 | 70 |
| Binary | 11001111 | 1001111 | 10001111 | 0 | 111110 | 11111 | 10011 | 101001010 | 111001 | 111000 |
Color Harmonies of #CF4F8F
Complementary color
Monochromatic Colors of #CF4F8F
Black with #CF4F8F
Text Example
Text Example
White with #CF4F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4F8F; }
p { color: rgb(207,79,143); }
H1.HeaderClassName
{
color: #CF4F8F;
}
.AnyTagClassName
{
color: #CF4F8F;
}
</style>
background-color css
<style>
a { background-color: #CF4F8F; }
a { background-color: rgb(207,79,143); }
div.DivClassName
{
background-color: #CF4F8F;
}
.BgClassName
{
background-color: #CF4F8F;
}
</style>
border-color css
<style>
span { border-color: #CF4F8F; }
span { border-color: rgb(207,79,143); }
td.TdClassName
{
border-color: #CF4F8F;
}
.TagClassName
{
border-color: #CF4F8F;
}
</style>