Shades of Cranberry #CF477F
Tints of Cranberry #CF477F
RGB
CMYK
RGB Variations
Color information
#CF477F (or 0xCF477F) is known color: Cranberry. HEX triplet: CF, 47 and 7F. RGB value is (207,71,127). Sum of RGB (Red+Green+Blue) = 207+71+127=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF477F is #30B880. Grayscale: #757575. Windows color (decimal): -3192961 or 8341455. OLE color: 8341455.
HSL color Cylindrical-coordinate representation of color #CF477F: hue angle of 335.29º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF477F is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 127 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.19 |
| HSL | 335.29º | 0.59% | 0.55% | - |
| HSV(B) | 335.29º | 0.66% | 0.81% | - |
| XYZ | 31.82 | 19.3 | 22.13 | - |
| YUV | 118.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 127 | 0 | 0.66 | 0.39 | 0.19 | 335.29 | 0.59 | 0.55 |
| Hex | CF | 47 | 7F | 0 | 42 | 27 | 13 | 14F | 3B | 37 |
| Octal | 317 | 107 | 177 | 0 | 102 | 47 | 23 | 517 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1111111 | 0 | 1000010 | 100111 | 10011 | 101001111 | 111011 | 110111 |
Color Harmonies of #CF477F
Complementary color
Monochromatic Colors of #CF477F
Black with #CF477F
Text Example
Text Example
White with #CF477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF477F; }
p { color: rgb(207,71,127); }
H1.HeaderClassName
{
color: #CF477F;
}
.AnyTagClassName
{
color: #CF477F;
}
</style>
background-color css
<style>
a { background-color: #CF477F; }
a { background-color: rgb(207,71,127); }
div.DivClassName
{
background-color: #CF477F;
}
.BgClassName
{
background-color: #CF477F;
}
</style>
border-color css
<style>
span { border-color: #CF477F; }
span { border-color: rgb(207,71,127); }
td.TdClassName
{
border-color: #CF477F;
}
.TagClassName
{
border-color: #CF477F;
}
</style>