Shades of Mulberry #CF4597
Tints of Mulberry #CF4597
RGB
CMYK
RGB Variations
Color information
#CF4597 (or 0xCF4597) is known color: Mulberry. HEX triplet: CF, 45 and 97. RGB value is (207,69,151). Sum of RGB (Red+Green+Blue) = 207+69+151=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4597 is #30BA68. Grayscale: #777777. Windows color (decimal): -3193449 or 9913807. OLE color: 9913807.
HSL color Cylindrical-coordinate representation of color #CF4597: hue angle of 324.35º 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 #CF4597 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 151 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.19 |
| HSL | 324.35º | 0.59% | 0.54% | - |
| HSV(B) | 324.35º | 0.67% | 0.81% | - |
| XYZ | 33.45 | 19.76 | 31.33 | - |
| YUV | 119.61 | 145.72 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 151 | 0 | 0.67 | 0.27 | 0.19 | 324.35 | 0.59 | 0.54 |
| Hex | CF | 45 | 97 | 0 | 43 | 1B | 13 | 144 | 3B | 36 |
| Octal | 317 | 105 | 227 | 0 | 103 | 33 | 23 | 504 | 73 | 66 |
| Binary | 11001111 | 1000101 | 10010111 | 0 | 1000011 | 11011 | 10011 | 101000100 | 111011 | 110110 |
Color Harmonies of #CF4597
Complementary color
Monochromatic Colors of #CF4597
Black with #CF4597
Text Example
Text Example
White with #CF4597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4597; }
p { color: rgb(207,69,151); }
H1.HeaderClassName
{
color: #CF4597;
}
.AnyTagClassName
{
color: #CF4597;
}
</style>
background-color css
<style>
a { background-color: #CF4597; }
a { background-color: rgb(207,69,151); }
div.DivClassName
{
background-color: #CF4597;
}
.BgClassName
{
background-color: #CF4597;
}
</style>
border-color css
<style>
span { border-color: #CF4597; }
span { border-color: rgb(207,69,151); }
td.TdClassName
{
border-color: #CF4597;
}
.TagClassName
{
border-color: #CF4597;
}
</style>