Shades of Mulberry #CF4399
Tints of Mulberry #CF4399
RGB
CMYK
RGB Variations
Color information
#CF4399 (or 0xCF4399) is known color: Mulberry. HEX triplet: CF, 43 and 99. RGB value is (207,67,153). Sum of RGB (Red+Green+Blue) = 207+67+153=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4399 is #30BC66. Grayscale: #767676. Windows color (decimal): -3193959 or 10044367. OLE color: 10044367.
HSL color Cylindrical-coordinate representation of color #CF4399: hue angle of 323.14º 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 #CF4399 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 153 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.19 |
| HSL | 323.14º | 0.59% | 0.54% | - |
| HSV(B) | 323.14º | 0.68% | 0.81% | - |
| XYZ | 33.49 | 19.58 | 32.15 | - |
| YUV | 118.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 153 | 0 | 0.68 | 0.26 | 0.19 | 323.14 | 0.59 | 0.54 |
| Hex | CF | 43 | 99 | 0 | 44 | 1A | 13 | 143 | 3B | 36 |
| Octal | 317 | 103 | 231 | 0 | 104 | 32 | 23 | 503 | 73 | 66 |
| Binary | 11001111 | 1000011 | 10011001 | 0 | 1000100 | 11010 | 10011 | 101000011 | 111011 | 110110 |
Color Harmonies of #CF4399
Complementary color
Monochromatic Colors of #CF4399
Black with #CF4399
Text Example
Text Example
White with #CF4399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4399; }
p { color: rgb(207,67,153); }
H1.HeaderClassName
{
color: #CF4399;
}
.AnyTagClassName
{
color: #CF4399;
}
</style>
background-color css
<style>
a { background-color: #CF4399; }
a { background-color: rgb(207,67,153); }
div.DivClassName
{
background-color: #CF4399;
}
.BgClassName
{
background-color: #CF4399;
}
</style>
border-color css
<style>
span { border-color: #CF4399; }
span { border-color: rgb(207,67,153); }
td.TdClassName
{
border-color: #CF4399;
}
.TagClassName
{
border-color: #CF4399;
}
</style>