Shades of Mulberry #CF458B
Tints of Mulberry #CF458B
RGB
CMYK
RGB Variations
Color information
#CF458B (or 0xCF458B) is known color: Mulberry. HEX triplet: CF, 45 and 8B. RGB value is (207,69,139). Sum of RGB (Red+Green+Blue) = 207+69+139=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF458B is #30BA74. Grayscale: #767676. Windows color (decimal): -3193461 or 9127375. OLE color: 9127375.
HSL color Cylindrical-coordinate representation of color #CF458B: hue angle of 329.57º 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 #CF458B is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 139 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.19 |
| HSL | 329.57º | 0.59% | 0.54% | - |
| HSV(B) | 329.57º | 0.67% | 0.81% | - |
| XYZ | 32.52 | 19.39 | 26.45 | - |
| YUV | 118.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 139 | 0 | 0.67 | 0.33 | 0.19 | 329.57 | 0.59 | 0.54 |
| Hex | CF | 45 | 8B | 0 | 43 | 21 | 13 | 14A | 3B | 36 |
| Octal | 317 | 105 | 213 | 0 | 103 | 41 | 23 | 512 | 73 | 66 |
| Binary | 11001111 | 1000101 | 10001011 | 0 | 1000011 | 100001 | 10011 | 101001010 | 111011 | 110110 |
Color Harmonies of #CF458B
Complementary color
Monochromatic Colors of #CF458B
Black with #CF458B
Text Example
Text Example
White with #CF458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF458B; }
p { color: rgb(207,69,139); }
H1.HeaderClassName
{
color: #CF458B;
}
.AnyTagClassName
{
color: #CF458B;
}
</style>
background-color css
<style>
a { background-color: #CF458B; }
a { background-color: rgb(207,69,139); }
div.DivClassName
{
background-color: #CF458B;
}
.BgClassName
{
background-color: #CF458B;
}
</style>
border-color css
<style>
span { border-color: #CF458B; }
span { border-color: rgb(207,69,139); }
td.TdClassName
{
border-color: #CF458B;
}
.TagClassName
{
border-color: #CF458B;
}
</style>