Shades of Mulberry #CF479F
Tints of Mulberry #CF479F
RGB
CMYK
RGB Variations
Color information
#CF479F (or 0xCF479F) is known color: Mulberry. HEX triplet: CF, 47 and 9F. RGB value is (207,71,159). Sum of RGB (Red+Green+Blue) = 207+71+159=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF479F is #30B860. Grayscale: #797979. Windows color (decimal): -3192929 or 10438607. OLE color: 10438607.
HSL color Cylindrical-coordinate representation of color #CF479F: hue angle of 321.18º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF479F is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 159 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.19 |
| HSL | 321.18º | 0.59% | 0.55% | - |
| HSV(B) | 321.18º | 0.66% | 0.81% | - |
| XYZ | 34.24 | 20.28 | 34.91 | - |
| YUV | 121.7 | 149.06 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 159 | 0 | 0.66 | 0.23 | 0.19 | 321.18 | 0.59 | 0.55 |
| Hex | CF | 47 | 9F | 0 | 42 | 17 | 13 | 141 | 3B | 37 |
| Octal | 317 | 107 | 237 | 0 | 102 | 27 | 23 | 501 | 73 | 67 |
| Binary | 11001111 | 1000111 | 10011111 | 0 | 1000010 | 10111 | 10011 | 101000001 | 111011 | 110111 |
Color Harmonies of #CF479F
Complementary color
Monochromatic Colors of #CF479F
Black with #CF479F
Text Example
Text Example
White with #CF479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF479F; }
p { color: rgb(207,71,159); }
H1.HeaderClassName
{
color: #CF479F;
}
.AnyTagClassName
{
color: #CF479F;
}
</style>
background-color css
<style>
a { background-color: #CF479F; }
a { background-color: rgb(207,71,159); }
div.DivClassName
{
background-color: #CF479F;
}
.BgClassName
{
background-color: #CF479F;
}
</style>
border-color css
<style>
span { border-color: #CF479F; }
span { border-color: rgb(207,71,159); }
td.TdClassName
{
border-color: #CF479F;
}
.TagClassName
{
border-color: #CF479F;
}
</style>