Shades of Cranberry #CF4B81
Tints of Cranberry #CF4B81
RGB
CMYK
RGB Variations
Color information
#CF4B81 (or 0xCF4B81) is known color: Cranberry. HEX triplet: CF, 4B and 81. RGB value is (207,75,129). Sum of RGB (Red+Green+Blue) = 207+75+129=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4B81 is #30B47E. Grayscale: #787878. Windows color (decimal): -3191935 or 8473551. OLE color: 8473551.
HSL color Cylindrical-coordinate representation of color #CF4B81: hue angle of 335.45º 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 #CF4B81 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 129 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.19 |
| HSL | 335.45º | 0.58% | 0.55% | - |
| HSV(B) | 335.45º | 0.64% | 0.81% | - |
| XYZ | 32.21 | 19.88 | 22.91 | - |
| YUV | 120.62 | 132.73 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 129 | 0 | 0.64 | 0.38 | 0.19 | 335.45 | 0.58 | 0.55 |
| Hex | CF | 4B | 81 | 0 | 40 | 26 | 13 | 14F | 3A | 37 |
| Octal | 317 | 113 | 201 | 0 | 100 | 46 | 23 | 517 | 72 | 67 |
| Binary | 11001111 | 1001011 | 10000001 | 0 | 1000000 | 100110 | 10011 | 101001111 | 111010 | 110111 |
Color Harmonies of #CF4B81
Complementary color
Monochromatic Colors of #CF4B81
Black with #CF4B81
Text Example
Text Example
White with #CF4B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B81; }
p { color: rgb(207,75,129); }
H1.HeaderClassName
{
color: #CF4B81;
}
.AnyTagClassName
{
color: #CF4B81;
}
</style>
background-color css
<style>
a { background-color: #CF4B81; }
a { background-color: rgb(207,75,129); }
div.DivClassName
{
background-color: #CF4B81;
}
.BgClassName
{
background-color: #CF4B81;
}
</style>
border-color css
<style>
span { border-color: #CF4B81; }
span { border-color: rgb(207,75,129); }
td.TdClassName
{
border-color: #CF4B81;
}
.TagClassName
{
border-color: #CF4B81;
}
</style>