Shades of Cranberry #CF487F
Tints of Cranberry #CF487F
RGB
CMYK
RGB Variations
Color information
#CF487F (or 0xCF487F) is known color: Cranberry. HEX triplet: CF, 48 and 7F. RGB value is (207,72,127). Sum of RGB (Red+Green+Blue) = 207+72+127=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF487F is #30B780. Grayscale: #767676. Windows color (decimal): -3192705 or 8341711. OLE color: 8341711.
HSL color Cylindrical-coordinate representation of color #CF487F: hue angle of 335.56º 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 #CF487F is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 127 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.19 |
| HSL | 335.56º | 0.58% | 0.55% | - |
| HSV(B) | 335.56º | 0.65% | 0.81% | - |
| XYZ | 31.88 | 19.43 | 22.15 | - |
| YUV | 118.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 127 | 0 | 0.65 | 0.39 | 0.19 | 335.56 | 0.58 | 0.55 |
| Hex | CF | 48 | 7F | 0 | 41 | 27 | 13 | 150 | 3A | 37 |
| Octal | 317 | 110 | 177 | 0 | 101 | 47 | 23 | 520 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1111111 | 0 | 1000001 | 100111 | 10011 | 101010000 | 111010 | 110111 |
Color Harmonies of #CF487F
Complementary color
Monochromatic Colors of #CF487F
Black with #CF487F
Text Example
Text Example
White with #CF487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF487F; }
p { color: rgb(207,72,127); }
H1.HeaderClassName
{
color: #CF487F;
}
.AnyTagClassName
{
color: #CF487F;
}
</style>
background-color css
<style>
a { background-color: #CF487F; }
a { background-color: rgb(207,72,127); }
div.DivClassName
{
background-color: #CF487F;
}
.BgClassName
{
background-color: #CF487F;
}
</style>
border-color css
<style>
span { border-color: #CF487F; }
span { border-color: rgb(207,72,127); }
td.TdClassName
{
border-color: #CF487F;
}
.TagClassName
{
border-color: #CF487F;
}
</style>