Shades of Mulberry #CF509C
Tints of Mulberry #CF509C
RGB
CMYK
RGB Variations
Color information
#CF509C (or 0xCF509C) is known color: Mulberry. HEX triplet: CF, 50 and 9C. RGB value is (207,80,156). Sum of RGB (Red+Green+Blue) = 207+80+156=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF509C is #30AF63. Grayscale: #7E7E7E. Windows color (decimal): -3190628 or 10244303. OLE color: 10244303.
HSL color Cylindrical-coordinate representation of color #CF509C: hue angle of 324.09º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF509C is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 156 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.19 |
| HSL | 324.09º | 0.57% | 0.56% | - |
| HSV(B) | 324.09º | 0.61% | 0.81% | - |
| XYZ | 34.6 | 21.4 | 33.76 | - |
| YUV | 126.64 | 144.58 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 156 | 0 | 0.61 | 0.25 | 0.19 | 324.09 | 0.57 | 0.56 |
| Hex | CF | 50 | 9C | 0 | 3D | 19 | 13 | 144 | 39 | 38 |
| Octal | 317 | 120 | 234 | 0 | 75 | 31 | 23 | 504 | 71 | 70 |
| Binary | 11001111 | 1010000 | 10011100 | 0 | 111101 | 11001 | 10011 | 101000100 | 111001 | 111000 |
Color Harmonies of #CF509C
Complementary color
Monochromatic Colors of #CF509C
Black with #CF509C
Text Example
Text Example
White with #CF509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF509C; }
p { color: rgb(207,80,156); }
H1.HeaderClassName
{
color: #CF509C;
}
.AnyTagClassName
{
color: #CF509C;
}
</style>
background-color css
<style>
a { background-color: #CF509C; }
a { background-color: rgb(207,80,156); }
div.DivClassName
{
background-color: #CF509C;
}
.BgClassName
{
background-color: #CF509C;
}
</style>
border-color css
<style>
span { border-color: #CF509C; }
span { border-color: rgb(207,80,156); }
td.TdClassName
{
border-color: #CF509C;
}
.TagClassName
{
border-color: #CF509C;
}
</style>