Shades of Mulberry #CF4283
Tints of Mulberry #CF4283
RGB
CMYK
RGB Variations
Color information
#CF4283 (or 0xCF4283) is known color: Mulberry. HEX triplet: CF, 42 and 83. RGB value is (207,66,131). Sum of RGB (Red+Green+Blue) = 207+66+131=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4283 is #30BD7C. Grayscale: #737373. Windows color (decimal): -3194237 or 8602319. OLE color: 8602319.
HSL color Cylindrical-coordinate representation of color #CF4283: hue angle of 332.34º 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 #CF4283 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 131 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.19 |
| HSL | 332.34º | 0.59% | 0.54% | - |
| HSV(B) | 332.34º | 0.68% | 0.81% | - |
| XYZ | 31.78 | 18.8 | 23.43 | - |
| YUV | 115.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 131 | 0 | 0.68 | 0.37 | 0.19 | 332.34 | 0.59 | 0.54 |
| Hex | CF | 42 | 83 | 0 | 44 | 25 | 13 | 14C | 3B | 36 |
| Octal | 317 | 102 | 203 | 0 | 104 | 45 | 23 | 514 | 73 | 66 |
| Binary | 11001111 | 1000010 | 10000011 | 0 | 1000100 | 100101 | 10011 | 101001100 | 111011 | 110110 |
Color Harmonies of #CF4283
Complementary color
Monochromatic Colors of #CF4283
Black with #CF4283
Text Example
Text Example
White with #CF4283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4283; }
p { color: rgb(207,66,131); }
H1.HeaderClassName
{
color: #CF4283;
}
.AnyTagClassName
{
color: #CF4283;
}
</style>
background-color css
<style>
a { background-color: #CF4283; }
a { background-color: rgb(207,66,131); }
div.DivClassName
{
background-color: #CF4283;
}
.BgClassName
{
background-color: #CF4283;
}
</style>
border-color css
<style>
span { border-color: #CF4283; }
span { border-color: rgb(207,66,131); }
td.TdClassName
{
border-color: #CF4283;
}
.TagClassName
{
border-color: #CF4283;
}
</style>