Shades of Cranberry #CF4479
Tints of Cranberry #CF4479
RGB
CMYK
RGB Variations
Color information
#CF4479 (or 0xCF4479) is known color: Cranberry. HEX triplet: CF, 44 and 79. RGB value is (207,68,121). Sum of RGB (Red+Green+Blue) = 207+68+121=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4479 is #30BB86. Grayscale: #737373. Windows color (decimal): -3193735 or 7947471. OLE color: 7947471.
HSL color Cylindrical-coordinate representation of color #CF4479: hue angle of 337.12º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4479 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 121 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.19 |
| HSL | 337.12º | 0.59% | 0.54% | - |
| HSV(B) | 337.12º | 0.67% | 0.81% | - |
| XYZ | 31.25 | 18.78 | 20.07 | - |
| YUV | 115.6 | 131.05 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 121 | 0 | 0.67 | 0.42 | 0.19 | 337.12 | 0.59 | 0.54 |
| Hex | CF | 44 | 79 | 0 | 43 | 2A | 13 | 151 | 3B | 36 |
| Octal | 317 | 104 | 171 | 0 | 103 | 52 | 23 | 521 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1111001 | 0 | 1000011 | 101010 | 10011 | 101010001 | 111011 | 110110 |
Color Harmonies of #CF4479
Complementary color
Monochromatic Colors of #CF4479
Black with #CF4479
Text Example
Text Example
White with #CF4479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4479; }
p { color: rgb(207,68,121); }
H1.HeaderClassName
{
color: #CF4479;
}
.AnyTagClassName
{
color: #CF4479;
}
</style>
background-color css
<style>
a { background-color: #CF4479; }
a { background-color: rgb(207,68,121); }
div.DivClassName
{
background-color: #CF4479;
}
.BgClassName
{
background-color: #CF4479;
}
</style>
border-color css
<style>
span { border-color: #CF4479; }
span { border-color: rgb(207,68,121); }
td.TdClassName
{
border-color: #CF4479;
}
.TagClassName
{
border-color: #CF4479;
}
</style>