Shades of Mulberry #CF3C99
Tints of Mulberry #CF3C99
RGB
CMYK
RGB Variations
Color information
#CF3C99 (or 0xCF3C99) is known color: Mulberry. HEX triplet: CF, 3C and 99. RGB value is (207,60,153). Sum of RGB (Red+Green+Blue) = 207+60+153=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3C99 is #30C366. Grayscale: #727272. Windows color (decimal): -3195751 or 10042575. OLE color: 10042575.
HSL color Cylindrical-coordinate representation of color #CF3C99: hue angle of 322.04º 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 #CF3C99 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 153 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.19 |
| HSL | 322.04º | 0.6% | 0.52% | - |
| HSV(B) | 322.04º | 0.71% | 0.81% | - |
| XYZ | 33.1 | 18.8 | 32.02 | - |
| YUV | 114.56 | 149.7 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 153 | 0 | 0.71 | 0.26 | 0.19 | 322.04 | 0.6 | 0.52 |
| Hex | CF | 3C | 99 | 0 | 47 | 1A | 13 | 142 | 3C | 34 |
| Octal | 317 | 74 | 231 | 0 | 107 | 32 | 23 | 502 | 74 | 64 |
| Binary | 11001111 | 111100 | 10011001 | 0 | 1000111 | 11010 | 10011 | 101000010 | 111100 | 110100 |
Color Harmonies of #CF3C99
Complementary color
Monochromatic Colors of #CF3C99
Black with #CF3C99
Text Example
Text Example
White with #CF3C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C99; }
p { color: rgb(207,60,153); }
H1.HeaderClassName
{
color: #CF3C99;
}
.AnyTagClassName
{
color: #CF3C99;
}
</style>
background-color css
<style>
a { background-color: #CF3C99; }
a { background-color: rgb(207,60,153); }
div.DivClassName
{
background-color: #CF3C99;
}
.BgClassName
{
background-color: #CF3C99;
}
</style>
border-color css
<style>
span { border-color: #CF3C99; }
span { border-color: rgb(207,60,153); }
td.TdClassName
{
border-color: #CF3C99;
}
.TagClassName
{
border-color: #CF3C99;
}
</style>