Shades of Cranberry #CF587C
Tints of Cranberry #CF587C
RGB
CMYK
RGB Variations
Color information
#CF587C (or 0xCF587C) is known color: Cranberry. HEX triplet: CF, 58 and 7C. RGB value is (207,88,124). Sum of RGB (Red+Green+Blue) = 207+88+124=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF587C is #30A783. Grayscale: #7F7F7F. Windows color (decimal): -3188612 or 8149199. OLE color: 8149199.
HSL color Cylindrical-coordinate representation of color #CF587C: hue angle of 341.85º 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 #CF587C is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 124 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.19 |
| HSL | 341.85º | 0.55% | 0.58% | - |
| HSV(B) | 341.85º | 0.57% | 0.81% | - |
| XYZ | 32.86 | 21.7 | 21.53 | - |
| YUV | 127.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 124 | 0 | 0.57 | 0.40 | 0.19 | 341.85 | 0.55 | 0.58 |
| Hex | CF | 58 | 7C | 0 | 39 | 28 | 13 | 156 | 37 | 3A |
| Octal | 317 | 130 | 174 | 0 | 71 | 50 | 23 | 526 | 67 | 72 |
| Binary | 11001111 | 1011000 | 1111100 | 0 | 111001 | 101000 | 10011 | 101010110 | 110111 | 111010 |
Color Harmonies of #CF587C
Complementary color
Monochromatic Colors of #CF587C
Black with #CF587C
Text Example
Text Example
White with #CF587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF587C; }
p { color: rgb(207,88,124); }
H1.HeaderClassName
{
color: #CF587C;
}
.AnyTagClassName
{
color: #CF587C;
}
</style>
background-color css
<style>
a { background-color: #CF587C; }
a { background-color: rgb(207,88,124); }
div.DivClassName
{
background-color: #CF587C;
}
.BgClassName
{
background-color: #CF587C;
}
</style>
border-color css
<style>
span { border-color: #CF587C; }
span { border-color: rgb(207,88,124); }
td.TdClassName
{
border-color: #CF587C;
}
.TagClassName
{
border-color: #CF587C;
}
</style>