Shades of Mulberry #CF3C95
Tints of Mulberry #CF3C95
RGB
CMYK
RGB Variations
Color information
#CF3C95 (or 0xCF3C95) is known color: Mulberry. HEX triplet: CF, 3C and 95. RGB value is (207,60,149). Sum of RGB (Red+Green+Blue) = 207+60+149=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3C95 is #30C36A. Grayscale: #717171. Windows color (decimal): -3195755 or 9780431. OLE color: 9780431.
HSL color Cylindrical-coordinate representation of color #CF3C95: hue angle of 323.67º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3C95 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 149 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.19 |
| HSL | 323.67º | 0.6% | 0.52% | - |
| HSV(B) | 323.67º | 0.71% | 0.81% | - |
| XYZ | 32.77 | 18.67 | 30.31 | - |
| YUV | 114.1 | 147.7 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 149 | 0 | 0.71 | 0.28 | 0.19 | 323.67 | 0.6 | 0.52 |
| Hex | CF | 3C | 95 | 0 | 47 | 1C | 13 | 144 | 3C | 34 |
| Octal | 317 | 74 | 225 | 0 | 107 | 34 | 23 | 504 | 74 | 64 |
| Binary | 11001111 | 111100 | 10010101 | 0 | 1000111 | 11100 | 10011 | 101000100 | 111100 | 110100 |
Color Harmonies of #CF3C95
Complementary color
Monochromatic Colors of #CF3C95
Black with #CF3C95
Text Example
Text Example
White with #CF3C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C95; }
p { color: rgb(207,60,149); }
H1.HeaderClassName
{
color: #CF3C95;
}
.AnyTagClassName
{
color: #CF3C95;
}
</style>
background-color css
<style>
a { background-color: #CF3C95; }
a { background-color: rgb(207,60,149); }
div.DivClassName
{
background-color: #CF3C95;
}
.BgClassName
{
background-color: #CF3C95;
}
</style>
border-color css
<style>
span { border-color: #CF3C95; }
span { border-color: rgb(207,60,149); }
td.TdClassName
{
border-color: #CF3C95;
}
.TagClassName
{
border-color: #CF3C95;
}
</style>