Shades of Mulberry #CF4F8A
Tints of Mulberry #CF4F8A
RGB
CMYK
RGB Variations
Color information
#CF4F8A (or 0xCF4F8A) is known color: Mulberry. HEX triplet: CF, 4F and 8A. RGB value is (207,79,138). Sum of RGB (Red+Green+Blue) = 207+79+138=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4F8A is #30B075. Grayscale: #7B7B7B. Windows color (decimal): -3190902 or 9064399. OLE color: 9064399.
HSL color Cylindrical-coordinate representation of color #CF4F8A: hue angle of 332.34º 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 #CF4F8A is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 138 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.19 |
| HSL | 332.34º | 0.57% | 0.56% | - |
| HSV(B) | 332.34º | 0.62% | 0.81% | - |
| XYZ | 33.12 | 20.69 | 26.29 | - |
| YUV | 124 | 135.91 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 138 | 0 | 0.62 | 0.33 | 0.19 | 332.34 | 0.57 | 0.56 |
| Hex | CF | 4F | 8A | 0 | 3E | 21 | 13 | 14C | 39 | 38 |
| Octal | 317 | 117 | 212 | 0 | 76 | 41 | 23 | 514 | 71 | 70 |
| Binary | 11001111 | 1001111 | 10001010 | 0 | 111110 | 100001 | 10011 | 101001100 | 111001 | 111000 |
Color Harmonies of #CF4F8A
Complementary color
Monochromatic Colors of #CF4F8A
Black with #CF4F8A
Text Example
Text Example
White with #CF4F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4F8A; }
p { color: rgb(207,79,138); }
H1.HeaderClassName
{
color: #CF4F8A;
}
.AnyTagClassName
{
color: #CF4F8A;
}
</style>
background-color css
<style>
a { background-color: #CF4F8A; }
a { background-color: rgb(207,79,138); }
div.DivClassName
{
background-color: #CF4F8A;
}
.BgClassName
{
background-color: #CF4F8A;
}
</style>
border-color css
<style>
span { border-color: #CF4F8A; }
span { border-color: rgb(207,79,138); }
td.TdClassName
{
border-color: #CF4F8A;
}
.TagClassName
{
border-color: #CF4F8A;
}
</style>