Shades of Mulberry #CF39A0
Tints of Mulberry #CF39A0
RGB
CMYK
RGB Variations
Color information
#CF39A0 (or 0xCF39A0) is known color: Mulberry. HEX triplet: CF, 39 and A0. RGB value is (207,57,160). Sum of RGB (Red+Green+Blue) = 207+57+160=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF39A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF39A0 is #30C65F. Grayscale: #717171. Windows color (decimal): -3196512 or 10500559. OLE color: 10500559.
HSL color Cylindrical-coordinate representation of color #CF39A0: hue angle of 318.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF39A0 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 160 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.19 |
| HSL | 318.8º | 0.61% | 0.52% | - |
| HSV(B) | 318.8º | 0.72% | 0.81% | - |
| XYZ | 33.54 | 18.73 | 35.11 | - |
| YUV | 113.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 160 | 0 | 0.72 | 0.23 | 0.19 | 318.8 | 0.61 | 0.52 |
| Hex | CF | 39 | A0 | 0 | 48 | 17 | 13 | 13F | 3D | 34 |
| Octal | 317 | 71 | 240 | 0 | 110 | 27 | 23 | 477 | 75 | 64 |
| Binary | 11001111 | 111001 | 10100000 | 0 | 1001000 | 10111 | 10011 | 100111111 | 111101 | 110100 |
Color Harmonies of #CF39A0
Complementary color
Monochromatic Colors of #CF39A0
Black with #CF39A0
Text Example
Text Example
White with #CF39A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF39A0; }
p { color: rgb(207,57,160); }
H1.HeaderClassName
{
color: #CF39A0;
}
.AnyTagClassName
{
color: #CF39A0;
}
</style>
background-color css
<style>
a { background-color: #CF39A0; }
a { background-color: rgb(207,57,160); }
div.DivClassName
{
background-color: #CF39A0;
}
.BgClassName
{
background-color: #CF39A0;
}
</style>
border-color css
<style>
span { border-color: #CF39A0; }
span { border-color: rgb(207,57,160); }
td.TdClassName
{
border-color: #CF39A0;
}
.TagClassName
{
border-color: #CF39A0;
}
</style>