Shades of Mulberry #CF4383
Tints of Mulberry #CF4383
RGB
CMYK
RGB Variations
Color information
#CF4383 (or 0xCF4383) is known color: Mulberry. HEX triplet: CF, 43 and 83. RGB value is (207,67,131). Sum of RGB (Red+Green+Blue) = 207+67+131=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4383 is #30BC7C. Grayscale: #747474. Windows color (decimal): -3193981 or 8602575. OLE color: 8602575.
HSL color Cylindrical-coordinate representation of color #CF4383: hue angle of 332.57º 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 #CF4383 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 131 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.19 |
| HSL | 332.57º | 0.59% | 0.54% | - |
| HSV(B) | 332.57º | 0.68% | 0.81% | - |
| XYZ | 31.84 | 18.92 | 23.45 | - |
| YUV | 116.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 131 | 0 | 0.68 | 0.37 | 0.19 | 332.57 | 0.59 | 0.54 |
| Hex | CF | 43 | 83 | 0 | 44 | 25 | 13 | 14D | 3B | 36 |
| Octal | 317 | 103 | 203 | 0 | 104 | 45 | 23 | 515 | 73 | 66 |
| Binary | 11001111 | 1000011 | 10000011 | 0 | 1000100 | 100101 | 10011 | 101001101 | 111011 | 110110 |
Color Harmonies of #CF4383
Complementary color
Monochromatic Colors of #CF4383
Black with #CF4383
Text Example
Text Example
White with #CF4383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4383; }
p { color: rgb(207,67,131); }
H1.HeaderClassName
{
color: #CF4383;
}
.AnyTagClassName
{
color: #CF4383;
}
</style>
background-color css
<style>
a { background-color: #CF4383; }
a { background-color: rgb(207,67,131); }
div.DivClassName
{
background-color: #CF4383;
}
.BgClassName
{
background-color: #CF4383;
}
</style>
border-color css
<style>
span { border-color: #CF4383; }
span { border-color: rgb(207,67,131); }
td.TdClassName
{
border-color: #CF4383;
}
.TagClassName
{
border-color: #CF4383;
}
</style>