Shades of Mulberry #CF4385
Tints of Mulberry #CF4385
RGB
CMYK
RGB Variations
Color information
#CF4385 (or 0xCF4385) is known color: Mulberry. HEX triplet: CF, 43 and 85. RGB value is (207,67,133). Sum of RGB (Red+Green+Blue) = 207+67+133=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4385 is #30BC7A. Grayscale: #747474. Windows color (decimal): -3193979 or 8733647. OLE color: 8733647.
HSL color Cylindrical-coordinate representation of color #CF4385: hue angle of 331.71º 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 #CF4385 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 133 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.19 |
| HSL | 331.71º | 0.59% | 0.54% | - |
| HSV(B) | 331.71º | 0.68% | 0.81% | - |
| XYZ | 31.97 | 18.97 | 24.17 | - |
| YUV | 116.38 | 137.38 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 133 | 0 | 0.68 | 0.36 | 0.19 | 331.71 | 0.59 | 0.54 |
| Hex | CF | 43 | 85 | 0 | 44 | 24 | 13 | 14C | 3B | 36 |
| Octal | 317 | 103 | 205 | 0 | 104 | 44 | 23 | 514 | 73 | 66 |
| Binary | 11001111 | 1000011 | 10000101 | 0 | 1000100 | 100100 | 10011 | 101001100 | 111011 | 110110 |
Color Harmonies of #CF4385
Complementary color
Monochromatic Colors of #CF4385
Black with #CF4385
Text Example
Text Example
White with #CF4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4385; }
p { color: rgb(207,67,133); }
H1.HeaderClassName
{
color: #CF4385;
}
.AnyTagClassName
{
color: #CF4385;
}
</style>
background-color css
<style>
a { background-color: #CF4385; }
a { background-color: rgb(207,67,133); }
div.DivClassName
{
background-color: #CF4385;
}
.BgClassName
{
background-color: #CF4385;
}
</style>
border-color css
<style>
span { border-color: #CF4385; }
span { border-color: rgb(207,67,133); }
td.TdClassName
{
border-color: #CF4385;
}
.TagClassName
{
border-color: #CF4385;
}
</style>