Shades of Cranberry #CF4473
Tints of Cranberry #CF4473
RGB
CMYK
RGB Variations
Color information
#CF4473 (or 0xCF4473) is known color: Cranberry. HEX triplet: CF, 44 and 73. RGB value is (207,68,115). Sum of RGB (Red+Green+Blue) = 207+68+115=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4473 is #30BB8C. Grayscale: #727272. Windows color (decimal): -3193741 or 7554255. OLE color: 7554255.
HSL color Cylindrical-coordinate representation of color #CF4473: hue angle of 339.71º 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 #CF4473 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 115 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.19 |
| HSL | 339.71º | 0.59% | 0.54% | - |
| HSV(B) | 339.71º | 0.67% | 0.81% | - |
| XYZ | 30.89 | 18.64 | 18.19 | - |
| YUV | 114.92 | 128.05 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 115 | 0 | 0.67 | 0.44 | 0.19 | 339.71 | 0.59 | 0.54 |
| Hex | CF | 44 | 73 | 0 | 43 | 2C | 13 | 154 | 3B | 36 |
| Octal | 317 | 104 | 163 | 0 | 103 | 54 | 23 | 524 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1110011 | 0 | 1000011 | 101100 | 10011 | 101010100 | 111011 | 110110 |
Color Harmonies of #CF4473
Complementary color
Monochromatic Colors of #CF4473
Black with #CF4473
Text Example
Text Example
White with #CF4473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4473; }
p { color: rgb(207,68,115); }
H1.HeaderClassName
{
color: #CF4473;
}
.AnyTagClassName
{
color: #CF4473;
}
</style>
background-color css
<style>
a { background-color: #CF4473; }
a { background-color: rgb(207,68,115); }
div.DivClassName
{
background-color: #CF4473;
}
.BgClassName
{
background-color: #CF4473;
}
</style>
border-color css
<style>
span { border-color: #CF4473; }
span { border-color: rgb(207,68,115); }
td.TdClassName
{
border-color: #CF4473;
}
.TagClassName
{
border-color: #CF4473;
}
</style>