Shades of Cranberry #CF4B7F
Tints of Cranberry #CF4B7F
RGB
CMYK
RGB Variations
Color information
#CF4B7F (or 0xCF4B7F) is known color: Cranberry. HEX triplet: CF, 4B and 7F. RGB value is (207,75,127). Sum of RGB (Red+Green+Blue) = 207+75+127=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4B7F is #30B480. Grayscale: #787878. Windows color (decimal): -3191937 or 8342479. OLE color: 8342479.
HSL color Cylindrical-coordinate representation of color #CF4B7F: hue angle of 336.36º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4B7F is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 127 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.19 |
| HSL | 336.36º | 0.58% | 0.55% | - |
| HSV(B) | 336.36º | 0.64% | 0.81% | - |
| XYZ | 32.08 | 19.83 | 22.22 | - |
| YUV | 120.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 127 | 0 | 0.64 | 0.39 | 0.19 | 336.36 | 0.58 | 0.55 |
| Hex | CF | 4B | 7F | 0 | 40 | 27 | 13 | 150 | 3A | 37 |
| Octal | 317 | 113 | 177 | 0 | 100 | 47 | 23 | 520 | 72 | 67 |
| Binary | 11001111 | 1001011 | 1111111 | 0 | 1000000 | 100111 | 10011 | 101010000 | 111010 | 110111 |
Color Harmonies of #CF4B7F
Complementary color
Monochromatic Colors of #CF4B7F
Black with #CF4B7F
Text Example
Text Example
White with #CF4B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B7F; }
p { color: rgb(207,75,127); }
H1.HeaderClassName
{
color: #CF4B7F;
}
.AnyTagClassName
{
color: #CF4B7F;
}
</style>
background-color css
<style>
a { background-color: #CF4B7F; }
a { background-color: rgb(207,75,127); }
div.DivClassName
{
background-color: #CF4B7F;
}
.BgClassName
{
background-color: #CF4B7F;
}
</style>
border-color css
<style>
span { border-color: #CF4B7F; }
span { border-color: rgb(207,75,127); }
td.TdClassName
{
border-color: #CF4B7F;
}
.TagClassName
{
border-color: #CF4B7F;
}
</style>