Shades of Mulberry #CF4790
Tints of Mulberry #CF4790
RGB
CMYK
RGB Variations
Color information
#CF4790 (or 0xCF4790) is known color: Mulberry. HEX triplet: CF, 47 and 90. RGB value is (207,71,144). Sum of RGB (Red+Green+Blue) = 207+71+144=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4790 is #30B86F. Grayscale: #777777. Windows color (decimal): -3192944 or 9455567. OLE color: 9455567.
HSL color Cylindrical-coordinate representation of color #CF4790: hue angle of 327.79º 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 #CF4790 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 144 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.19 |
| HSL | 327.79º | 0.59% | 0.55% | - |
| HSV(B) | 327.79º | 0.66% | 0.81% | - |
| XYZ | 33.02 | 19.79 | 28.46 | - |
| YUV | 119.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 144 | 0 | 0.66 | 0.30 | 0.19 | 327.79 | 0.59 | 0.55 |
| Hex | CF | 47 | 90 | 0 | 42 | 1E | 13 | 148 | 3B | 37 |
| Octal | 317 | 107 | 220 | 0 | 102 | 36 | 23 | 510 | 73 | 67 |
| Binary | 11001111 | 1000111 | 10010000 | 0 | 1000010 | 11110 | 10011 | 101001000 | 111011 | 110111 |
Color Harmonies of #CF4790
Complementary color
Monochromatic Colors of #CF4790
Black with #CF4790
Text Example
Text Example
White with #CF4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4790; }
p { color: rgb(207,71,144); }
H1.HeaderClassName
{
color: #CF4790;
}
.AnyTagClassName
{
color: #CF4790;
}
</style>
background-color css
<style>
a { background-color: #CF4790; }
a { background-color: rgb(207,71,144); }
div.DivClassName
{
background-color: #CF4790;
}
.BgClassName
{
background-color: #CF4790;
}
</style>
border-color css
<style>
span { border-color: #CF4790; }
span { border-color: rgb(207,71,144); }
td.TdClassName
{
border-color: #CF4790;
}
.TagClassName
{
border-color: #CF4790;
}
</style>