Shades of Mulberry #CF4090
Tints of Mulberry #CF4090
RGB
CMYK
RGB Variations
Color information
#CF4090 (or 0xCF4090) is known color: Mulberry. HEX triplet: CF, 40 and 90. RGB value is (207,64,144). Sum of RGB (Red+Green+Blue) = 207+64+144=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4090 is #30BF6F. Grayscale: #737373. Windows color (decimal): -3194736 or 9453775. OLE color: 9453775.
HSL color Cylindrical-coordinate representation of color #CF4090: hue angle of 326.43º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4090 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 144 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.19 |
| HSL | 326.43º | 0.6% | 0.53% | - |
| HSV(B) | 326.43º | 0.69% | 0.81% | - |
| XYZ | 32.6 | 18.95 | 28.32 | - |
| YUV | 115.88 | 143.88 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 144 | 0 | 0.69 | 0.30 | 0.19 | 326.43 | 0.6 | 0.53 |
| Hex | CF | 40 | 90 | 0 | 45 | 1E | 13 | 146 | 3C | 35 |
| Octal | 317 | 100 | 220 | 0 | 105 | 36 | 23 | 506 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10010000 | 0 | 1000101 | 11110 | 10011 | 101000110 | 111100 | 110101 |
Color Harmonies of #CF4090
Complementary color
Monochromatic Colors of #CF4090
Black with #CF4090
Text Example
Text Example
White with #CF4090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4090; }
p { color: rgb(207,64,144); }
H1.HeaderClassName
{
color: #CF4090;
}
.AnyTagClassName
{
color: #CF4090;
}
</style>
background-color css
<style>
a { background-color: #CF4090; }
a { background-color: rgb(207,64,144); }
div.DivClassName
{
background-color: #CF4090;
}
.BgClassName
{
background-color: #CF4090;
}
</style>
border-color css
<style>
span { border-color: #CF4090; }
span { border-color: rgb(207,64,144); }
td.TdClassName
{
border-color: #CF4090;
}
.TagClassName
{
border-color: #CF4090;
}
</style>