Shades of Mulberry #CF5395
Tints of Mulberry #CF5395
RGB
CMYK
RGB Variations
Color information
#CF5395 (or 0xCF5395) is known color: Mulberry. HEX triplet: CF, 53 and 95. RGB value is (207,83,149). Sum of RGB (Red+Green+Blue) = 207+83+149=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5395 is #30AC6A. Grayscale: #7F7F7F. Windows color (decimal): -3189867 or 9786319. OLE color: 9786319.
HSL color Cylindrical-coordinate representation of color #CF5395: hue angle of 328.06º degrees, saturation: 0.56, 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 #CF5395 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 149 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.19 |
| HSL | 328.06º | 0.56% | 0.57% | - |
| HSV(B) | 328.06º | 0.6% | 0.81% | - |
| XYZ | 34.25 | 21.62 | 30.8 | - |
| YUV | 127.6 | 140.08 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 149 | 0 | 0.60 | 0.28 | 0.19 | 328.06 | 0.56 | 0.57 |
| Hex | CF | 53 | 95 | 0 | 3C | 1C | 13 | 148 | 38 | 39 |
| Octal | 317 | 123 | 225 | 0 | 74 | 34 | 23 | 510 | 70 | 71 |
| Binary | 11001111 | 1010011 | 10010101 | 0 | 111100 | 11100 | 10011 | 101001000 | 111000 | 111001 |
Color Harmonies of #CF5395
Complementary color
Monochromatic Colors of #CF5395
Black with #CF5395
Text Example
Text Example
White with #CF5395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5395; }
p { color: rgb(207,83,149); }
H1.HeaderClassName
{
color: #CF5395;
}
.AnyTagClassName
{
color: #CF5395;
}
</style>
background-color css
<style>
a { background-color: #CF5395; }
a { background-color: rgb(207,83,149); }
div.DivClassName
{
background-color: #CF5395;
}
.BgClassName
{
background-color: #CF5395;
}
</style>
border-color css
<style>
span { border-color: #CF5395; }
span { border-color: rgb(207,83,149); }
td.TdClassName
{
border-color: #CF5395;
}
.TagClassName
{
border-color: #CF5395;
}
</style>