Shades of Mulberry #CF5A99
Tints of Mulberry #CF5A99
RGB
CMYK
RGB Variations
Color information
#CF5A99 (or 0xCF5A99) is known color: Mulberry. HEX triplet: CF, 5A and 99. RGB value is (207,90,153). Sum of RGB (Red+Green+Blue) = 207+90+153=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5A99 is #30A566. Grayscale: #848484. Windows color (decimal): -3188071 or 10050255. OLE color: 10050255.
HSL color Cylindrical-coordinate representation of color #CF5A99: hue angle of 327.69º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5A99 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 153 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.19 |
| HSL | 327.69º | 0.55% | 0.58% | - |
| HSV(B) | 327.69º | 0.57% | 0.81% | - |
| XYZ | 35.14 | 22.88 | 32.7 | - |
| YUV | 132.17 | 139.76 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 153 | 0 | 0.57 | 0.26 | 0.19 | 327.69 | 0.55 | 0.58 |
| Hex | CF | 5A | 99 | 0 | 39 | 1A | 13 | 148 | 37 | 3A |
| Octal | 317 | 132 | 231 | 0 | 71 | 32 | 23 | 510 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10011001 | 0 | 111001 | 11010 | 10011 | 101001000 | 110111 | 111010 |
Color Harmonies of #CF5A99
Complementary color
Monochromatic Colors of #CF5A99
Black with #CF5A99
Text Example
Text Example
White with #CF5A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A99; }
p { color: rgb(207,90,153); }
H1.HeaderClassName
{
color: #CF5A99;
}
.AnyTagClassName
{
color: #CF5A99;
}
</style>
background-color css
<style>
a { background-color: #CF5A99; }
a { background-color: rgb(207,90,153); }
div.DivClassName
{
background-color: #CF5A99;
}
.BgClassName
{
background-color: #CF5A99;
}
</style>
border-color css
<style>
span { border-color: #CF5A99; }
span { border-color: rgb(207,90,153); }
td.TdClassName
{
border-color: #CF5A99;
}
.TagClassName
{
border-color: #CF5A99;
}
</style>