Shades of Mulberry #CF459E
Tints of Mulberry #CF459E
RGB
CMYK
RGB Variations
Color information
#CF459E (or 0xCF459E) is known color: Mulberry. HEX triplet: CF, 45 and 9E. RGB value is (207,69,158). Sum of RGB (Red+Green+Blue) = 207+69+158=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF459E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF459E is #30BA61. Grayscale: #787878. Windows color (decimal): -3193442 or 10372559. OLE color: 10372559.
HSL color Cylindrical-coordinate representation of color #CF459E: hue angle of 321.3º 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 #CF459E is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 158 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.19 |
| HSL | 321.3º | 0.59% | 0.54% | - |
| HSV(B) | 321.3º | 0.67% | 0.81% | - |
| XYZ | 34.03 | 19.99 | 34.41 | - |
| YUV | 120.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 158 | 0 | 0.67 | 0.24 | 0.19 | 321.3 | 0.59 | 0.54 |
| Hex | CF | 45 | 9E | 0 | 43 | 18 | 13 | 141 | 3B | 36 |
| Octal | 317 | 105 | 236 | 0 | 103 | 30 | 23 | 501 | 73 | 66 |
| Binary | 11001111 | 1000101 | 10011110 | 0 | 1000011 | 11000 | 10011 | 101000001 | 111011 | 110110 |
Color Harmonies of #CF459E
Complementary color
Monochromatic Colors of #CF459E
Black with #CF459E
Text Example
Text Example
White with #CF459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF459E; }
p { color: rgb(207,69,158); }
H1.HeaderClassName
{
color: #CF459E;
}
.AnyTagClassName
{
color: #CF459E;
}
</style>
background-color css
<style>
a { background-color: #CF459E; }
a { background-color: rgb(207,69,158); }
div.DivClassName
{
background-color: #CF459E;
}
.BgClassName
{
background-color: #CF459E;
}
</style>
border-color css
<style>
span { border-color: #CF459E; }
span { border-color: rgb(207,69,158); }
td.TdClassName
{
border-color: #CF459E;
}
.TagClassName
{
border-color: #CF459E;
}
</style>