Shades of Mulberry #CF4894
Tints of Mulberry #CF4894
RGB
CMYK
RGB Variations
Color information
#CF4894 (or 0xCF4894) is known color: Mulberry. HEX triplet: CF, 48 and 94. RGB value is (207,72,148). Sum of RGB (Red+Green+Blue) = 207+72+148=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4894 is #30B76B. Grayscale: #787878. Windows color (decimal): -3192684 or 9717967. OLE color: 9717967.
HSL color Cylindrical-coordinate representation of color #CF4894: hue angle of 326.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4894 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 148 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.19 |
| HSL | 326.22º | 0.58% | 0.55% | - |
| HSV(B) | 326.22º | 0.65% | 0.81% | - |
| XYZ | 33.39 | 20.04 | 30.12 | - |
| YUV | 121.03 | 143.23 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 148 | 0 | 0.65 | 0.29 | 0.19 | 326.22 | 0.58 | 0.55 |
| Hex | CF | 48 | 94 | 0 | 41 | 1D | 13 | 146 | 3A | 37 |
| Octal | 317 | 110 | 224 | 0 | 101 | 35 | 23 | 506 | 72 | 67 |
| Binary | 11001111 | 1001000 | 10010100 | 0 | 1000001 | 11101 | 10011 | 101000110 | 111010 | 110111 |
Color Harmonies of #CF4894
Complementary color
Monochromatic Colors of #CF4894
Black with #CF4894
Text Example
Text Example
White with #CF4894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4894; }
p { color: rgb(207,72,148); }
H1.HeaderClassName
{
color: #CF4894;
}
.AnyTagClassName
{
color: #CF4894;
}
</style>
background-color css
<style>
a { background-color: #CF4894; }
a { background-color: rgb(207,72,148); }
div.DivClassName
{
background-color: #CF4894;
}
.BgClassName
{
background-color: #CF4894;
}
</style>
border-color css
<style>
span { border-color: #CF4894; }
span { border-color: rgb(207,72,148); }
td.TdClassName
{
border-color: #CF4894;
}
.TagClassName
{
border-color: #CF4894;
}
</style>