Shades of Cranberry #CF4B7A
Tints of Cranberry #CF4B7A
RGB
CMYK
RGB Variations
Color information
#CF4B7A (or 0xCF4B7A) is known color: Cranberry. HEX triplet: CF, 4B and 7A. RGB value is (207,75,122). Sum of RGB (Red+Green+Blue) = 207+75+122=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4B7A is #30B485. Grayscale: #777777. Windows color (decimal): -3191942 or 8014799. OLE color: 8014799.
HSL color Cylindrical-coordinate representation of color #CF4B7A: hue angle of 338.64º 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 #CF4B7A is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 122 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.19 |
| HSL | 338.64º | 0.58% | 0.55% | - |
| HSV(B) | 338.64º | 0.64% | 0.81% | - |
| XYZ | 31.76 | 19.7 | 20.54 | - |
| YUV | 119.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 122 | 0 | 0.64 | 0.41 | 0.19 | 338.64 | 0.58 | 0.55 |
| Hex | CF | 4B | 7A | 0 | 40 | 29 | 13 | 153 | 3A | 37 |
| Octal | 317 | 113 | 172 | 0 | 100 | 51 | 23 | 523 | 72 | 67 |
| Binary | 11001111 | 1001011 | 1111010 | 0 | 1000000 | 101001 | 10011 | 101010011 | 111010 | 110111 |
Color Harmonies of #CF4B7A
Complementary color
Monochromatic Colors of #CF4B7A
Black with #CF4B7A
Text Example
Text Example
White with #CF4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B7A; }
p { color: rgb(207,75,122); }
H1.HeaderClassName
{
color: #CF4B7A;
}
.AnyTagClassName
{
color: #CF4B7A;
}
</style>
background-color css
<style>
a { background-color: #CF4B7A; }
a { background-color: rgb(207,75,122); }
div.DivClassName
{
background-color: #CF4B7A;
}
.BgClassName
{
background-color: #CF4B7A;
}
</style>
border-color css
<style>
span { border-color: #CF4B7A; }
span { border-color: rgb(207,75,122); }
td.TdClassName
{
border-color: #CF4B7A;
}
.TagClassName
{
border-color: #CF4B7A;
}
</style>