Shades of Cranberry #CF4C7A
Tints of Cranberry #CF4C7A
RGB
CMYK
RGB Variations
Color information
#CF4C7A (or 0xCF4C7A) is known color: Cranberry. HEX triplet: CF, 4C and 7A. RGB value is (207,76,122). Sum of RGB (Red+Green+Blue) = 207+76+122=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C7A is #30B385. Grayscale: #787878. Windows color (decimal): -3191686 or 8015055. OLE color: 8015055.
HSL color Cylindrical-coordinate representation of color #CF4C7A: hue angle of 338.93º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4C7A is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 122 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.19 |
| HSL | 338.93º | 0.58% | 0.55% | - |
| HSV(B) | 338.93º | 0.63% | 0.81% | - |
| XYZ | 31.83 | 19.84 | 20.56 | - |
| YUV | 120.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 122 | 0 | 0.63 | 0.41 | 0.19 | 338.93 | 0.58 | 0.55 |
| Hex | CF | 4C | 7A | 0 | 3F | 29 | 13 | 153 | 3A | 37 |
| Octal | 317 | 114 | 172 | 0 | 77 | 51 | 23 | 523 | 72 | 67 |
| Binary | 11001111 | 1001100 | 1111010 | 0 | 111111 | 101001 | 10011 | 101010011 | 111010 | 110111 |
Color Harmonies of #CF4C7A
Complementary color
Monochromatic Colors of #CF4C7A
Black with #CF4C7A
Text Example
Text Example
White with #CF4C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C7A; }
p { color: rgb(207,76,122); }
H1.HeaderClassName
{
color: #CF4C7A;
}
.AnyTagClassName
{
color: #CF4C7A;
}
</style>
background-color css
<style>
a { background-color: #CF4C7A; }
a { background-color: rgb(207,76,122); }
div.DivClassName
{
background-color: #CF4C7A;
}
.BgClassName
{
background-color: #CF4C7A;
}
</style>
border-color css
<style>
span { border-color: #CF4C7A; }
span { border-color: rgb(207,76,122); }
td.TdClassName
{
border-color: #CF4C7A;
}
.TagClassName
{
border-color: #CF4C7A;
}
</style>