Shades of Cranberry #CF4174
Tints of Cranberry #CF4174
RGB
CMYK
RGB Variations
Color information
#CF4174 (or 0xCF4174) is known color: Cranberry. HEX triplet: CF, 41 and 74. RGB value is (207,65,116). Sum of RGB (Red+Green+Blue) = 207+65+116=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4174 is #30BE8B. Grayscale: #717171. Windows color (decimal): -3194508 or 7619023. OLE color: 7619023.
HSL color Cylindrical-coordinate representation of color #CF4174: hue angle of 338.45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4174 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 116 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.19 |
| HSL | 338.45º | 0.6% | 0.53% | - |
| HSV(B) | 338.45º | 0.69% | 0.81% | - |
| XYZ | 30.77 | 18.31 | 18.43 | - |
| YUV | 113.27 | 129.54 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 116 | 0 | 0.69 | 0.44 | 0.19 | 338.45 | 0.6 | 0.53 |
| Hex | CF | 41 | 74 | 0 | 45 | 2C | 13 | 152 | 3C | 35 |
| Octal | 317 | 101 | 164 | 0 | 105 | 54 | 23 | 522 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1110100 | 0 | 1000101 | 101100 | 10011 | 101010010 | 111100 | 110101 |
Color Harmonies of #CF4174
Complementary color
Monochromatic Colors of #CF4174
Black with #CF4174
Text Example
Text Example
White with #CF4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4174; }
p { color: rgb(207,65,116); }
H1.HeaderClassName
{
color: #CF4174;
}
.AnyTagClassName
{
color: #CF4174;
}
</style>
background-color css
<style>
a { background-color: #CF4174; }
a { background-color: rgb(207,65,116); }
div.DivClassName
{
background-color: #CF4174;
}
.BgClassName
{
background-color: #CF4174;
}
</style>
border-color css
<style>
span { border-color: #CF4174; }
span { border-color: rgb(207,65,116); }
td.TdClassName
{
border-color: #CF4174;
}
.TagClassName
{
border-color: #CF4174;
}
</style>