Shades of Mulberry #CF519D
Tints of Mulberry #CF519D
RGB
CMYK
RGB Variations
Color information
#CF519D (or 0xCF519D) is known color: Mulberry. HEX triplet: CF, 51 and 9D. RGB value is (207,81,157). Sum of RGB (Red+Green+Blue) = 207+81+157=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF519D is #30AE62. Grayscale: #7F7F7F. Windows color (decimal): -3190371 or 10310095. OLE color: 10310095.
HSL color Cylindrical-coordinate representation of color #CF519D: hue angle of 323.81º 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 #CF519D is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 157 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.19 |
| HSL | 323.81º | 0.57% | 0.56% | - |
| HSV(B) | 323.81º | 0.61% | 0.81% | - |
| XYZ | 34.76 | 21.58 | 34.23 | - |
| YUV | 127.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 157 | 0 | 0.61 | 0.24 | 0.19 | 323.81 | 0.57 | 0.56 |
| Hex | CF | 51 | 9D | 0 | 3D | 18 | 13 | 144 | 39 | 38 |
| Octal | 317 | 121 | 235 | 0 | 75 | 30 | 23 | 504 | 71 | 70 |
| Binary | 11001111 | 1010001 | 10011101 | 0 | 111101 | 11000 | 10011 | 101000100 | 111001 | 111000 |
Color Harmonies of #CF519D
Complementary color
Monochromatic Colors of #CF519D
Black with #CF519D
Text Example
Text Example
White with #CF519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF519D; }
p { color: rgb(207,81,157); }
H1.HeaderClassName
{
color: #CF519D;
}
.AnyTagClassName
{
color: #CF519D;
}
</style>
background-color css
<style>
a { background-color: #CF519D; }
a { background-color: rgb(207,81,157); }
div.DivClassName
{
background-color: #CF519D;
}
.BgClassName
{
background-color: #CF519D;
}
</style>
border-color css
<style>
span { border-color: #CF519D; }
span { border-color: rgb(207,81,157); }
td.TdClassName
{
border-color: #CF519D;
}
.TagClassName
{
border-color: #CF519D;
}
</style>