Shades of Cranberry #CF487C
Tints of Cranberry #CF487C
RGB
CMYK
RGB Variations
Color information
#CF487C (or 0xCF487C) is known color: Cranberry. HEX triplet: CF, 48 and 7C. RGB value is (207,72,124). Sum of RGB (Red+Green+Blue) = 207+72+124=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF487C is #30B783. Grayscale: #767676. Windows color (decimal): -3192708 or 8145103. OLE color: 8145103.
HSL color Cylindrical-coordinate representation of color #CF487C: hue angle of 336.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF487C is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 124 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.19 |
| HSL | 336.89º | 0.58% | 0.55% | - |
| HSV(B) | 336.89º | 0.65% | 0.81% | - |
| XYZ | 31.69 | 19.36 | 21.13 | - |
| YUV | 118.29 | 131.23 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 124 | 0 | 0.65 | 0.40 | 0.19 | 336.89 | 0.58 | 0.55 |
| Hex | CF | 48 | 7C | 0 | 41 | 28 | 13 | 151 | 3A | 37 |
| Octal | 317 | 110 | 174 | 0 | 101 | 50 | 23 | 521 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1111100 | 0 | 1000001 | 101000 | 10011 | 101010001 | 111010 | 110111 |
Color Harmonies of #CF487C
Complementary color
Monochromatic Colors of #CF487C
Black with #CF487C
Text Example
Text Example
White with #CF487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF487C; }
p { color: rgb(207,72,124); }
H1.HeaderClassName
{
color: #CF487C;
}
.AnyTagClassName
{
color: #CF487C;
}
</style>
background-color css
<style>
a { background-color: #CF487C; }
a { background-color: rgb(207,72,124); }
div.DivClassName
{
background-color: #CF487C;
}
.BgClassName
{
background-color: #CF487C;
}
</style>
border-color css
<style>
span { border-color: #CF487C; }
span { border-color: rgb(207,72,124); }
td.TdClassName
{
border-color: #CF487C;
}
.TagClassName
{
border-color: #CF487C;
}
</style>