Shades of Cranberry #CF4875
Tints of Cranberry #CF4875
RGB
CMYK
RGB Variations
Color information
#CF4875 (or 0xCF4875) is known color: Cranberry. HEX triplet: CF, 48 and 75. RGB value is (207,72,117). Sum of RGB (Red+Green+Blue) = 207+72+117=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4875 is #30B78A. Grayscale: #757575. Windows color (decimal): -3192715 or 7686351. OLE color: 7686351.
HSL color Cylindrical-coordinate representation of color #CF4875: hue angle of 340º 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 #CF4875 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 117 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.19 |
| HSL | 340º | 0.58% | 0.55% | - |
| HSV(B) | 340º | 0.65% | 0.81% | - |
| XYZ | 31.26 | 19.18 | 18.88 | - |
| YUV | 117.5 | 127.73 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 117 | 0 | 0.65 | 0.43 | 0.19 | 340 | 0.58 | 0.55 |
| Hex | CF | 48 | 75 | 0 | 41 | 2B | 13 | 154 | 3A | 37 |
| Octal | 317 | 110 | 165 | 0 | 101 | 53 | 23 | 524 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1110101 | 0 | 1000001 | 101011 | 10011 | 101010100 | 111010 | 110111 |
Color Harmonies of #CF4875
Complementary color
Monochromatic Colors of #CF4875
Black with #CF4875
Text Example
Text Example
White with #CF4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4875; }
p { color: rgb(207,72,117); }
H1.HeaderClassName
{
color: #CF4875;
}
.AnyTagClassName
{
color: #CF4875;
}
</style>
background-color css
<style>
a { background-color: #CF4875; }
a { background-color: rgb(207,72,117); }
div.DivClassName
{
background-color: #CF4875;
}
.BgClassName
{
background-color: #CF4875;
}
</style>
border-color css
<style>
span { border-color: #CF4875; }
span { border-color: rgb(207,72,117); }
td.TdClassName
{
border-color: #CF4875;
}
.TagClassName
{
border-color: #CF4875;
}
</style>