Shades of Mulberry #CF4292
Tints of Mulberry #CF4292
RGB
CMYK
RGB Variations
Color information
#CF4292 (or 0xCF4292) is known color: Mulberry. HEX triplet: CF, 42 and 92. RGB value is (207,66,146). Sum of RGB (Red+Green+Blue) = 207+66+146=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4292 is #30BD6D. Grayscale: #757575. Windows color (decimal): -3194222 or 9585359. OLE color: 9585359.
HSL color Cylindrical-coordinate representation of color #CF4292: hue angle of 325.96º 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 #CF4292 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 146 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.19 |
| HSL | 325.96º | 0.59% | 0.54% | - |
| HSV(B) | 325.96º | 0.68% | 0.81% | - |
| XYZ | 32.87 | 19.24 | 29.17 | - |
| YUV | 117.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 146 | 0 | 0.68 | 0.29 | 0.19 | 325.96 | 0.59 | 0.54 |
| Hex | CF | 42 | 92 | 0 | 44 | 1D | 13 | 146 | 3B | 36 |
| Octal | 317 | 102 | 222 | 0 | 104 | 35 | 23 | 506 | 73 | 66 |
| Binary | 11001111 | 1000010 | 10010010 | 0 | 1000100 | 11101 | 10011 | 101000110 | 111011 | 110110 |
Color Harmonies of #CF4292
Complementary color
Monochromatic Colors of #CF4292
Black with #CF4292
Text Example
Text Example
White with #CF4292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4292; }
p { color: rgb(207,66,146); }
H1.HeaderClassName
{
color: #CF4292;
}
.AnyTagClassName
{
color: #CF4292;
}
</style>
background-color css
<style>
a { background-color: #CF4292; }
a { background-color: rgb(207,66,146); }
div.DivClassName
{
background-color: #CF4292;
}
.BgClassName
{
background-color: #CF4292;
}
</style>
border-color css
<style>
span { border-color: #CF4292; }
span { border-color: rgb(207,66,146); }
td.TdClassName
{
border-color: #CF4292;
}
.TagClassName
{
border-color: #CF4292;
}
</style>