Shades of Mulberry #CF4493
Tints of Mulberry #CF4493
RGB
CMYK
RGB Variations
Color information
#CF4493 (or 0xCF4493) is known color: Mulberry. HEX triplet: CF, 44 and 93. RGB value is (207,68,147). Sum of RGB (Red+Green+Blue) = 207+68+147=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4493 is #30BB6C. Grayscale: #767676. Windows color (decimal): -3193709 or 9651407. OLE color: 9651407.
HSL color Cylindrical-coordinate representation of color #CF4493: hue angle of 325.9º 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 #CF4493 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 147 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.19 |
| HSL | 325.9º | 0.59% | 0.54% | - |
| HSV(B) | 325.9º | 0.67% | 0.81% | - |
| XYZ | 33.07 | 19.51 | 29.63 | - |
| YUV | 118.57 | 144.05 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 147 | 0 | 0.67 | 0.29 | 0.19 | 325.9 | 0.59 | 0.54 |
| Hex | CF | 44 | 93 | 0 | 43 | 1D | 13 | 146 | 3B | 36 |
| Octal | 317 | 104 | 223 | 0 | 103 | 35 | 23 | 506 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10010011 | 0 | 1000011 | 11101 | 10011 | 101000110 | 111011 | 110110 |
Color Harmonies of #CF4493
Complementary color
Monochromatic Colors of #CF4493
Black with #CF4493
Text Example
Text Example
White with #CF4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4493; }
p { color: rgb(207,68,147); }
H1.HeaderClassName
{
color: #CF4493;
}
.AnyTagClassName
{
color: #CF4493;
}
</style>
background-color css
<style>
a { background-color: #CF4493; }
a { background-color: rgb(207,68,147); }
div.DivClassName
{
background-color: #CF4493;
}
.BgClassName
{
background-color: #CF4493;
}
</style>
border-color css
<style>
span { border-color: #CF4493; }
span { border-color: rgb(207,68,147); }
td.TdClassName
{
border-color: #CF4493;
}
.TagClassName
{
border-color: #CF4493;
}
</style>