Shades of Cranberry #CF4275
Tints of Cranberry #CF4275
RGB
CMYK
RGB Variations
Color information
#CF4275 (or 0xCF4275) is known color: Cranberry. HEX triplet: CF, 42 and 75. RGB value is (207,66,117). Sum of RGB (Red+Green+Blue) = 207+66+117=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4275 is #30BD8A. Grayscale: #717171. Windows color (decimal): -3194251 or 7684815. OLE color: 7684815.
HSL color Cylindrical-coordinate representation of color #CF4275: hue angle of 338.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4275 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 117 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.19 |
| HSL | 338.3º | 0.59% | 0.54% | - |
| HSV(B) | 338.3º | 0.68% | 0.81% | - |
| XYZ | 30.89 | 18.45 | 18.76 | - |
| YUV | 113.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 117 | 0 | 0.68 | 0.43 | 0.19 | 338.3 | 0.59 | 0.54 |
| Hex | CF | 42 | 75 | 0 | 44 | 2B | 13 | 152 | 3B | 36 |
| Octal | 317 | 102 | 165 | 0 | 104 | 53 | 23 | 522 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1110101 | 0 | 1000100 | 101011 | 10011 | 101010010 | 111011 | 110110 |
Color Harmonies of #CF4275
Complementary color
Monochromatic Colors of #CF4275
Black with #CF4275
Text Example
Text Example
White with #CF4275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4275; }
p { color: rgb(207,66,117); }
H1.HeaderClassName
{
color: #CF4275;
}
.AnyTagClassName
{
color: #CF4275;
}
</style>
background-color css
<style>
a { background-color: #CF4275; }
a { background-color: rgb(207,66,117); }
div.DivClassName
{
background-color: #CF4275;
}
.BgClassName
{
background-color: #CF4275;
}
</style>
border-color css
<style>
span { border-color: #CF4275; }
span { border-color: rgb(207,66,117); }
td.TdClassName
{
border-color: #CF4275;
}
.TagClassName
{
border-color: #CF4275;
}
</style>