Shades of Mulberry #CF4284
Tints of Mulberry #CF4284
RGB
CMYK
RGB Variations
Color information
#CF4284 (or 0xCF4284) is known color: Mulberry. HEX triplet: CF, 42 and 84. RGB value is (207,66,132). Sum of RGB (Red+Green+Blue) = 207+66+132=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4284 is #30BD7B. Grayscale: #737373. Windows color (decimal): -3194236 or 8667855. OLE color: 8667855.
HSL color Cylindrical-coordinate representation of color #CF4284: hue angle of 331.91º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4284 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 132 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.19 |
| HSL | 331.91º | 0.59% | 0.54% | - |
| HSV(B) | 331.91º | 0.68% | 0.81% | - |
| XYZ | 31.85 | 18.83 | 23.79 | - |
| YUV | 115.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 132 | 0 | 0.68 | 0.36 | 0.19 | 331.91 | 0.59 | 0.54 |
| Hex | CF | 42 | 84 | 0 | 44 | 24 | 13 | 14C | 3B | 36 |
| Octal | 317 | 102 | 204 | 0 | 104 | 44 | 23 | 514 | 73 | 66 |
| Binary | 11001111 | 1000010 | 10000100 | 0 | 1000100 | 100100 | 10011 | 101001100 | 111011 | 110110 |
Color Harmonies of #CF4284
Complementary color
Monochromatic Colors of #CF4284
Black with #CF4284
Text Example
Text Example
White with #CF4284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4284; }
p { color: rgb(207,66,132); }
H1.HeaderClassName
{
color: #CF4284;
}
.AnyTagClassName
{
color: #CF4284;
}
</style>
background-color css
<style>
a { background-color: #CF4284; }
a { background-color: rgb(207,66,132); }
div.DivClassName
{
background-color: #CF4284;
}
.BgClassName
{
background-color: #CF4284;
}
</style>
border-color css
<style>
span { border-color: #CF4284; }
span { border-color: rgb(207,66,132); }
td.TdClassName
{
border-color: #CF4284;
}
.TagClassName
{
border-color: #CF4284;
}
</style>