Shades of Mulberry #CF5294
Tints of Mulberry #CF5294
RGB
CMYK
RGB Variations
Color information
#CF5294 (or 0xCF5294) is known color: Mulberry. HEX triplet: CF, 52 and 94. RGB value is (207,82,148). Sum of RGB (Red+Green+Blue) = 207+82+148=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5294 is #30AD6B. Grayscale: #7E7E7E. Windows color (decimal): -3190124 or 9720527. OLE color: 9720527.
HSL color Cylindrical-coordinate representation of color #CF5294: hue angle of 328.32º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5294 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 148 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.19 |
| HSL | 328.32º | 0.57% | 0.57% | - |
| HSV(B) | 328.32º | 0.6% | 0.81% | - |
| XYZ | 34.09 | 21.44 | 30.36 | - |
| YUV | 126.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 148 | 0 | 0.60 | 0.29 | 0.19 | 328.32 | 0.57 | 0.57 |
| Hex | CF | 52 | 94 | 0 | 3C | 1D | 13 | 148 | 39 | 39 |
| Octal | 317 | 122 | 224 | 0 | 74 | 35 | 23 | 510 | 71 | 71 |
| Binary | 11001111 | 1010010 | 10010100 | 0 | 111100 | 11101 | 10011 | 101001000 | 111001 | 111001 |
Color Harmonies of #CF5294
Complementary color
Monochromatic Colors of #CF5294
Black with #CF5294
Text Example
Text Example
White with #CF5294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5294; }
p { color: rgb(207,82,148); }
H1.HeaderClassName
{
color: #CF5294;
}
.AnyTagClassName
{
color: #CF5294;
}
</style>
background-color css
<style>
a { background-color: #CF5294; }
a { background-color: rgb(207,82,148); }
div.DivClassName
{
background-color: #CF5294;
}
.BgClassName
{
background-color: #CF5294;
}
</style>
border-color css
<style>
span { border-color: #CF5294; }
span { border-color: rgb(207,82,148); }
td.TdClassName
{
border-color: #CF5294;
}
.TagClassName
{
border-color: #CF5294;
}
</style>