Shades of Mulberry #CF458F
Tints of Mulberry #CF458F
RGB
CMYK
RGB Variations
Color information
#CF458F (or 0xCF458F) is known color: Mulberry. HEX triplet: CF, 45 and 8F. RGB value is (207,69,143). Sum of RGB (Red+Green+Blue) = 207+69+143=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF458F is #30BA70. Grayscale: #767676. Windows color (decimal): -3193457 or 9389519. OLE color: 9389519.
HSL color Cylindrical-coordinate representation of color #CF458F: hue angle of 327.83º 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 #CF458F is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 143 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.19 |
| HSL | 327.83º | 0.59% | 0.54% | - |
| HSV(B) | 327.83º | 0.67% | 0.81% | - |
| XYZ | 32.82 | 19.5 | 28.02 | - |
| YUV | 118.7 | 141.72 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 143 | 0 | 0.67 | 0.31 | 0.19 | 327.83 | 0.59 | 0.54 |
| Hex | CF | 45 | 8F | 0 | 43 | 1F | 13 | 148 | 3B | 36 |
| Octal | 317 | 105 | 217 | 0 | 103 | 37 | 23 | 510 | 73 | 66 |
| Binary | 11001111 | 1000101 | 10001111 | 0 | 1000011 | 11111 | 10011 | 101001000 | 111011 | 110110 |
Color Harmonies of #CF458F
Complementary color
Monochromatic Colors of #CF458F
Black with #CF458F
Text Example
Text Example
White with #CF458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF458F; }
p { color: rgb(207,69,143); }
H1.HeaderClassName
{
color: #CF458F;
}
.AnyTagClassName
{
color: #CF458F;
}
</style>
background-color css
<style>
a { background-color: #CF458F; }
a { background-color: rgb(207,69,143); }
div.DivClassName
{
background-color: #CF458F;
}
.BgClassName
{
background-color: #CF458F;
}
</style>
border-color css
<style>
span { border-color: #CF458F; }
span { border-color: rgb(207,69,143); }
td.TdClassName
{
border-color: #CF458F;
}
.TagClassName
{
border-color: #CF458F;
}
</style>