Shades of Mulberry #CF4188
Tints of Mulberry #CF4188
RGB
CMYK
RGB Variations
Color information
#CF4188 (or 0xCF4188) is known color: Mulberry. HEX triplet: CF, 41 and 88. RGB value is (207,65,136). Sum of RGB (Red+Green+Blue) = 207+65+136=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4188 is #30BE77. Grayscale: #737373. Windows color (decimal): -3194488 or 8929743. OLE color: 8929743.
HSL color Cylindrical-coordinate representation of color #CF4188: hue angle of 330º 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 #CF4188 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 136 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.19 |
| HSL | 330º | 0.6% | 0.53% | - |
| HSV(B) | 330º | 0.69% | 0.81% | - |
| XYZ | 32.07 | 18.82 | 25.24 | - |
| YUV | 115.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 136 | 0 | 0.69 | 0.34 | 0.19 | 330 | 0.6 | 0.53 |
| Hex | CF | 41 | 88 | 0 | 45 | 22 | 13 | 14A | 3C | 35 |
| Octal | 317 | 101 | 210 | 0 | 105 | 42 | 23 | 512 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10001000 | 0 | 1000101 | 100010 | 10011 | 101001010 | 111100 | 110101 |
Color Harmonies of #CF4188
Complementary color
Monochromatic Colors of #CF4188
Black with #CF4188
Text Example
Text Example
White with #CF4188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4188; }
p { color: rgb(207,65,136); }
H1.HeaderClassName
{
color: #CF4188;
}
.AnyTagClassName
{
color: #CF4188;
}
</style>
background-color css
<style>
a { background-color: #CF4188; }
a { background-color: rgb(207,65,136); }
div.DivClassName
{
background-color: #CF4188;
}
.BgClassName
{
background-color: #CF4188;
}
</style>
border-color css
<style>
span { border-color: #CF4188; }
span { border-color: rgb(207,65,136); }
td.TdClassName
{
border-color: #CF4188;
}
.TagClassName
{
border-color: #CF4188;
}
</style>