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