Shades of Mulberry #CF4199
Tints of Mulberry #CF4199
RGB
CMYK
RGB Variations
Color information
#CF4199 (or 0xCF4199) is known color: Mulberry. HEX triplet: CF, 41 and 99. RGB value is (207,65,153). Sum of RGB (Red+Green+Blue) = 207+65+153=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4199 is #30BE66. Grayscale: #757575. Windows color (decimal): -3194471 or 10043855. OLE color: 10043855.
HSL color Cylindrical-coordinate representation of color #CF4199: hue angle of 322.82º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4199 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 153 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.19 |
| HSL | 322.82º | 0.6% | 0.53% | - |
| HSV(B) | 322.82º | 0.69% | 0.81% | - |
| XYZ | 33.37 | 19.35 | 32.11 | - |
| YUV | 117.49 | 148.04 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 153 | 0 | 0.69 | 0.26 | 0.19 | 322.82 | 0.6 | 0.53 |
| Hex | CF | 41 | 99 | 0 | 45 | 1A | 13 | 143 | 3C | 35 |
| Octal | 317 | 101 | 231 | 0 | 105 | 32 | 23 | 503 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10011001 | 0 | 1000101 | 11010 | 10011 | 101000011 | 111100 | 110101 |
Color Harmonies of #CF4199
Complementary color
Monochromatic Colors of #CF4199
Black with #CF4199
Text Example
Text Example
White with #CF4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4199; }
p { color: rgb(207,65,153); }
H1.HeaderClassName
{
color: #CF4199;
}
.AnyTagClassName
{
color: #CF4199;
}
</style>
background-color css
<style>
a { background-color: #CF4199; }
a { background-color: rgb(207,65,153); }
div.DivClassName
{
background-color: #CF4199;
}
.BgClassName
{
background-color: #CF4199;
}
</style>
border-color css
<style>
span { border-color: #CF4199; }
span { border-color: rgb(207,65,153); }
td.TdClassName
{
border-color: #CF4199;
}
.TagClassName
{
border-color: #CF4199;
}
</style>