Shades of Cranberry #CF4877
Tints of Cranberry #CF4877
RGB
CMYK
RGB Variations
Color information
#CF4877 (or 0xCF4877) is known color: Cranberry. HEX triplet: CF, 48 and 77. RGB value is (207,72,119). Sum of RGB (Red+Green+Blue) = 207+72+119=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4877 is #30B788. Grayscale: #757575. Windows color (decimal): -3192713 or 7817423. OLE color: 7817423.
HSL color Cylindrical-coordinate representation of color #CF4877: hue angle of 339.11º 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 #CF4877 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 119 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.19 |
| HSL | 339.11º | 0.58% | 0.55% | - |
| HSV(B) | 339.11º | 0.65% | 0.81% | - |
| XYZ | 31.38 | 19.23 | 19.51 | - |
| YUV | 117.72 | 128.73 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 119 | 0 | 0.65 | 0.43 | 0.19 | 339.11 | 0.58 | 0.55 |
| Hex | CF | 48 | 77 | 0 | 41 | 2B | 13 | 153 | 3A | 37 |
| Octal | 317 | 110 | 167 | 0 | 101 | 53 | 23 | 523 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1110111 | 0 | 1000001 | 101011 | 10011 | 101010011 | 111010 | 110111 |
Color Harmonies of #CF4877
Complementary color
Monochromatic Colors of #CF4877
Black with #CF4877
Text Example
Text Example
White with #CF4877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4877; }
p { color: rgb(207,72,119); }
H1.HeaderClassName
{
color: #CF4877;
}
.AnyTagClassName
{
color: #CF4877;
}
</style>
background-color css
<style>
a { background-color: #CF4877; }
a { background-color: rgb(207,72,119); }
div.DivClassName
{
background-color: #CF4877;
}
.BgClassName
{
background-color: #CF4877;
}
</style>
border-color css
<style>
span { border-color: #CF4877; }
span { border-color: rgb(207,72,119); }
td.TdClassName
{
border-color: #CF4877;
}
.TagClassName
{
border-color: #CF4877;
}
</style>