Shades of Mulberry #CF4483
Tints of Mulberry #CF4483
RGB
CMYK
RGB Variations
Color information
#CF4483 (or 0xCF4483) is known color: Mulberry. HEX triplet: CF, 44 and 83. RGB value is (207,68,131). Sum of RGB (Red+Green+Blue) = 207+68+131=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4483 is #30BB7C. Grayscale: #747474. Windows color (decimal): -3193725 or 8602831. OLE color: 8602831.
HSL color Cylindrical-coordinate representation of color #CF4483: hue angle of 332.81º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4483 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 131 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.19 |
| HSL | 332.81º | 0.59% | 0.54% | - |
| HSV(B) | 332.81º | 0.67% | 0.81% | - |
| XYZ | 31.9 | 19.04 | 23.47 | - |
| YUV | 116.74 | 136.05 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 131 | 0 | 0.67 | 0.37 | 0.19 | 332.81 | 0.59 | 0.54 |
| Hex | CF | 44 | 83 | 0 | 43 | 25 | 13 | 14D | 3B | 36 |
| Octal | 317 | 104 | 203 | 0 | 103 | 45 | 23 | 515 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10000011 | 0 | 1000011 | 100101 | 10011 | 101001101 | 111011 | 110110 |
Color Harmonies of #CF4483
Complementary color
Monochromatic Colors of #CF4483
Black with #CF4483
Text Example
Text Example
White with #CF4483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4483; }
p { color: rgb(207,68,131); }
H1.HeaderClassName
{
color: #CF4483;
}
.AnyTagClassName
{
color: #CF4483;
}
</style>
background-color css
<style>
a { background-color: #CF4483; }
a { background-color: rgb(207,68,131); }
div.DivClassName
{
background-color: #CF4483;
}
.BgClassName
{
background-color: #CF4483;
}
</style>
border-color css
<style>
span { border-color: #CF4483; }
span { border-color: rgb(207,68,131); }
td.TdClassName
{
border-color: #CF4483;
}
.TagClassName
{
border-color: #CF4483;
}
</style>