Shades of Cranberry #CF4975
Tints of Cranberry #CF4975
RGB
CMYK
RGB Variations
Color information
#CF4975 (or 0xCF4975) is known color: Cranberry. HEX triplet: CF, 49 and 75. RGB value is (207,73,117). Sum of RGB (Red+Green+Blue) = 207+73+117=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4975 is #30B68A. Grayscale: #767676. Windows color (decimal): -3192459 or 7686607. OLE color: 7686607.
HSL color Cylindrical-coordinate representation of color #CF4975: hue angle of 340.3º 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 #CF4975 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 117 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.19 |
| HSL | 340.3º | 0.58% | 0.55% | - |
| HSV(B) | 340.3º | 0.65% | 0.81% | - |
| XYZ | 31.33 | 19.31 | 18.91 | - |
| YUV | 118.08 | 127.39 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 117 | 0 | 0.65 | 0.43 | 0.19 | 340.3 | 0.58 | 0.55 |
| Hex | CF | 49 | 75 | 0 | 41 | 2B | 13 | 154 | 3A | 37 |
| Octal | 317 | 111 | 165 | 0 | 101 | 53 | 23 | 524 | 72 | 67 |
| Binary | 11001111 | 1001001 | 1110101 | 0 | 1000001 | 101011 | 10011 | 101010100 | 111010 | 110111 |
Color Harmonies of #CF4975
Complementary color
Monochromatic Colors of #CF4975
Black with #CF4975
Text Example
Text Example
White with #CF4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4975; }
p { color: rgb(207,73,117); }
H1.HeaderClassName
{
color: #CF4975;
}
.AnyTagClassName
{
color: #CF4975;
}
</style>
background-color css
<style>
a { background-color: #CF4975; }
a { background-color: rgb(207,73,117); }
div.DivClassName
{
background-color: #CF4975;
}
.BgClassName
{
background-color: #CF4975;
}
</style>
border-color css
<style>
span { border-color: #CF4975; }
span { border-color: rgb(207,73,117); }
td.TdClassName
{
border-color: #CF4975;
}
.TagClassName
{
border-color: #CF4975;
}
</style>