Shades of Cranberry #CF5881
Tints of Cranberry #CF5881
RGB
CMYK
RGB Variations
Color information
#CF5881 (or 0xCF5881) is known color: Cranberry. HEX triplet: CF, 58 and 81. RGB value is (207,88,129). Sum of RGB (Red+Green+Blue) = 207+88+129=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5881 is #30A77E. Grayscale: #808080. Windows color (decimal): -3188607 or 8476879. OLE color: 8476879.
HSL color Cylindrical-coordinate representation of color #CF5881: hue angle of 339.33º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5881 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 129 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.19 |
| HSL | 339.33º | 0.55% | 0.58% | - |
| HSV(B) | 339.33º | 0.57% | 0.81% | - |
| XYZ | 33.18 | 21.83 | 23.23 | - |
| YUV | 128.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 129 | 0 | 0.57 | 0.38 | 0.19 | 339.33 | 0.55 | 0.58 |
| Hex | CF | 58 | 81 | 0 | 39 | 26 | 13 | 153 | 37 | 3A |
| Octal | 317 | 130 | 201 | 0 | 71 | 46 | 23 | 523 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10000001 | 0 | 111001 | 100110 | 10011 | 101010011 | 110111 | 111010 |
Color Harmonies of #CF5881
Complementary color
Monochromatic Colors of #CF5881
Black with #CF5881
Text Example
Text Example
White with #CF5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5881; }
p { color: rgb(207,88,129); }
H1.HeaderClassName
{
color: #CF5881;
}
.AnyTagClassName
{
color: #CF5881;
}
</style>
background-color css
<style>
a { background-color: #CF5881; }
a { background-color: rgb(207,88,129); }
div.DivClassName
{
background-color: #CF5881;
}
.BgClassName
{
background-color: #CF5881;
}
</style>
border-color css
<style>
span { border-color: #CF5881; }
span { border-color: rgb(207,88,129); }
td.TdClassName
{
border-color: #CF5881;
}
.TagClassName
{
border-color: #CF5881;
}
</style>