Shades of Mulberry #CF457F
Tints of Mulberry #CF457F
RGB
CMYK
RGB Variations
Color information
#CF457F (or 0xCF457F) is known color: Mulberry. HEX triplet: CF, 45 and 7F. RGB value is (207,69,127). Sum of RGB (Red+Green+Blue) = 207+69+127=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF457F is #30BA80. Grayscale: #747474. Windows color (decimal): -3193473 or 8340943. OLE color: 8340943.
HSL color Cylindrical-coordinate representation of color #CF457F: hue angle of 334.78º 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 #CF457F is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 127 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.19 |
| HSL | 334.78º | 0.59% | 0.54% | - |
| HSV(B) | 334.78º | 0.67% | 0.81% | - |
| XYZ | 31.69 | 19.05 | 22.09 | - |
| YUV | 116.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 127 | 0 | 0.67 | 0.39 | 0.19 | 334.78 | 0.59 | 0.54 |
| Hex | CF | 45 | 7F | 0 | 43 | 27 | 13 | 14F | 3B | 36 |
| Octal | 317 | 105 | 177 | 0 | 103 | 47 | 23 | 517 | 73 | 66 |
| Binary | 11001111 | 1000101 | 1111111 | 0 | 1000011 | 100111 | 10011 | 101001111 | 111011 | 110110 |
Color Harmonies of #CF457F
Complementary color
Monochromatic Colors of #CF457F
Black with #CF457F
Text Example
Text Example
White with #CF457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF457F; }
p { color: rgb(207,69,127); }
H1.HeaderClassName
{
color: #CF457F;
}
.AnyTagClassName
{
color: #CF457F;
}
</style>
background-color css
<style>
a { background-color: #CF457F; }
a { background-color: rgb(207,69,127); }
div.DivClassName
{
background-color: #CF457F;
}
.BgClassName
{
background-color: #CF457F;
}
</style>
border-color css
<style>
span { border-color: #CF457F; }
span { border-color: rgb(207,69,127); }
td.TdClassName
{
border-color: #CF457F;
}
.TagClassName
{
border-color: #CF457F;
}
</style>