Shades of Mulberry #CF519E
Tints of Mulberry #CF519E
RGB
CMYK
RGB Variations
Color information
#CF519E (or 0xCF519E) is known color: Mulberry. HEX triplet: CF, 51 and 9E. RGB value is (207,81,158). Sum of RGB (Red+Green+Blue) = 207+81+158=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF519E is #30AE61. Grayscale: #7F7F7F. Windows color (decimal): -3190370 or 10375631. OLE color: 10375631.
HSL color Cylindrical-coordinate representation of color #CF519E: hue angle of 323.33º 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 #CF519E is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 158 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.19 |
| HSL | 323.33º | 0.57% | 0.56% | - |
| HSV(B) | 323.33º | 0.61% | 0.81% | - |
| XYZ | 34.85 | 21.62 | 34.68 | - |
| YUV | 127.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 158 | 0 | 0.61 | 0.24 | 0.19 | 323.33 | 0.57 | 0.56 |
| Hex | CF | 51 | 9E | 0 | 3D | 18 | 13 | 143 | 39 | 38 |
| Octal | 317 | 121 | 236 | 0 | 75 | 30 | 23 | 503 | 71 | 70 |
| Binary | 11001111 | 1010001 | 10011110 | 0 | 111101 | 11000 | 10011 | 101000011 | 111001 | 111000 |
Color Harmonies of #CF519E
Complementary color
Monochromatic Colors of #CF519E
Black with #CF519E
Text Example
Text Example
White with #CF519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF519E; }
p { color: rgb(207,81,158); }
H1.HeaderClassName
{
color: #CF519E;
}
.AnyTagClassName
{
color: #CF519E;
}
</style>
background-color css
<style>
a { background-color: #CF519E; }
a { background-color: rgb(207,81,158); }
div.DivClassName
{
background-color: #CF519E;
}
.BgClassName
{
background-color: #CF519E;
}
</style>
border-color css
<style>
span { border-color: #CF519E; }
span { border-color: rgb(207,81,158); }
td.TdClassName
{
border-color: #CF519E;
}
.TagClassName
{
border-color: #CF519E;
}
</style>