Shades of Mulberry #CF458E
Tints of Mulberry #CF458E
RGB
CMYK
RGB Variations
Color information
#CF458E (or 0xCF458E) is known color: Mulberry. HEX triplet: CF, 45 and 8E. RGB value is (207,69,142). Sum of RGB (Red+Green+Blue) = 207+69+142=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF458E is #30BA71. Grayscale: #767676. Windows color (decimal): -3193458 or 9323983. OLE color: 9323983.
HSL color Cylindrical-coordinate representation of color #CF458E: hue angle of 328.26º 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 #CF458E is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 142 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.19 |
| HSL | 328.26º | 0.59% | 0.54% | - |
| HSV(B) | 328.26º | 0.67% | 0.81% | - |
| XYZ | 32.74 | 19.47 | 27.62 | - |
| YUV | 118.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 142 | 0 | 0.67 | 0.31 | 0.19 | 328.26 | 0.59 | 0.54 |
| Hex | CF | 45 | 8E | 0 | 43 | 1F | 13 | 148 | 3B | 36 |
| Octal | 317 | 105 | 216 | 0 | 103 | 37 | 23 | 510 | 73 | 66 |
| Binary | 11001111 | 1000101 | 10001110 | 0 | 1000011 | 11111 | 10011 | 101001000 | 111011 | 110110 |
Color Harmonies of #CF458E
Complementary color
Monochromatic Colors of #CF458E
Black with #CF458E
Text Example
Text Example
White with #CF458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF458E; }
p { color: rgb(207,69,142); }
H1.HeaderClassName
{
color: #CF458E;
}
.AnyTagClassName
{
color: #CF458E;
}
</style>
background-color css
<style>
a { background-color: #CF458E; }
a { background-color: rgb(207,69,142); }
div.DivClassName
{
background-color: #CF458E;
}
.BgClassName
{
background-color: #CF458E;
}
</style>
border-color css
<style>
span { border-color: #CF458E; }
span { border-color: rgb(207,69,142); }
td.TdClassName
{
border-color: #CF458E;
}
.TagClassName
{
border-color: #CF458E;
}
</style>