Shades of Mulberry #CF468F
Tints of Mulberry #CF468F
RGB
CMYK
RGB Variations
Color information
#CF468F (or 0xCF468F) is known color: Mulberry. HEX triplet: CF, 46 and 8F. RGB value is (207,70,143). Sum of RGB (Red+Green+Blue) = 207+70+143=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF468F is #30B970. Grayscale: #777777. Windows color (decimal): -3193201 or 9389775. OLE color: 9389775.
HSL color Cylindrical-coordinate representation of color #CF468F: hue angle of 328.03º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF468F is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 143 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.19 |
| HSL | 328.03º | 0.59% | 0.54% | - |
| HSV(B) | 328.03º | 0.66% | 0.81% | - |
| XYZ | 32.88 | 19.63 | 28.04 | - |
| YUV | 119.29 | 141.39 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 143 | 0 | 0.66 | 0.31 | 0.19 | 328.03 | 0.59 | 0.54 |
| Hex | CF | 46 | 8F | 0 | 42 | 1F | 13 | 148 | 3B | 36 |
| Octal | 317 | 106 | 217 | 0 | 102 | 37 | 23 | 510 | 73 | 66 |
| Binary | 11001111 | 1000110 | 10001111 | 0 | 1000010 | 11111 | 10011 | 101001000 | 111011 | 110110 |
Color Harmonies of #CF468F
Complementary color
Monochromatic Colors of #CF468F
Black with #CF468F
Text Example
Text Example
White with #CF468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF468F; }
p { color: rgb(207,70,143); }
H1.HeaderClassName
{
color: #CF468F;
}
.AnyTagClassName
{
color: #CF468F;
}
</style>
background-color css
<style>
a { background-color: #CF468F; }
a { background-color: rgb(207,70,143); }
div.DivClassName
{
background-color: #CF468F;
}
.BgClassName
{
background-color: #CF468F;
}
</style>
border-color css
<style>
span { border-color: #CF468F; }
span { border-color: rgb(207,70,143); }
td.TdClassName
{
border-color: #CF468F;
}
.TagClassName
{
border-color: #CF468F;
}
</style>