Shades of Mulberry #CF519C
Tints of Mulberry #CF519C
RGB
CMYK
RGB Variations
Color information
#CF519C (or 0xCF519C) is known color: Mulberry. HEX triplet: CF, 51 and 9C. RGB value is (207,81,156). Sum of RGB (Red+Green+Blue) = 207+81+156=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF519C is #30AE63. Grayscale: #7F7F7F. Windows color (decimal): -3190372 or 10244559. OLE color: 10244559.
HSL color Cylindrical-coordinate representation of color #CF519C: hue angle of 324.29º 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 #CF519C is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 156 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.19 |
| HSL | 324.29º | 0.57% | 0.56% | - |
| HSV(B) | 324.29º | 0.61% | 0.81% | - |
| XYZ | 34.68 | 21.55 | 33.78 | - |
| YUV | 127.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 156 | 0 | 0.61 | 0.25 | 0.19 | 324.29 | 0.57 | 0.56 |
| Hex | CF | 51 | 9C | 0 | 3D | 19 | 13 | 144 | 39 | 38 |
| Octal | 317 | 121 | 234 | 0 | 75 | 31 | 23 | 504 | 71 | 70 |
| Binary | 11001111 | 1010001 | 10011100 | 0 | 111101 | 11001 | 10011 | 101000100 | 111001 | 111000 |
Color Harmonies of #CF519C
Complementary color
Monochromatic Colors of #CF519C
Black with #CF519C
Text Example
Text Example
White with #CF519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF519C; }
p { color: rgb(207,81,156); }
H1.HeaderClassName
{
color: #CF519C;
}
.AnyTagClassName
{
color: #CF519C;
}
</style>
background-color css
<style>
a { background-color: #CF519C; }
a { background-color: rgb(207,81,156); }
div.DivClassName
{
background-color: #CF519C;
}
.BgClassName
{
background-color: #CF519C;
}
</style>
border-color css
<style>
span { border-color: #CF519C; }
span { border-color: rgb(207,81,156); }
td.TdClassName
{
border-color: #CF519C;
}
.TagClassName
{
border-color: #CF519C;
}
</style>