Shades of Cranberry #CF5883
Tints of Cranberry #CF5883
RGB
CMYK
RGB Variations
Color information
#CF5883 (or 0xCF5883) is known color: Cranberry. HEX triplet: CF, 58 and 83. RGB value is (207,88,131). Sum of RGB (Red+Green+Blue) = 207+88+131=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5883 is #30A77C. Grayscale: #808080. Windows color (decimal): -3188605 or 8607951. OLE color: 8607951.
HSL color Cylindrical-coordinate representation of color #CF5883: hue angle of 338.32º 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 #CF5883 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 131 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.19 |
| HSL | 338.32º | 0.55% | 0.58% | - |
| HSV(B) | 338.32º | 0.57% | 0.81% | - |
| XYZ | 33.32 | 21.88 | 23.94 | - |
| YUV | 128.48 | 129.42 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 131 | 0 | 0.57 | 0.37 | 0.19 | 338.32 | 0.55 | 0.58 |
| Hex | CF | 58 | 83 | 0 | 39 | 25 | 13 | 152 | 37 | 3A |
| Octal | 317 | 130 | 203 | 0 | 71 | 45 | 23 | 522 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10000011 | 0 | 111001 | 100101 | 10011 | 101010010 | 110111 | 111010 |
Color Harmonies of #CF5883
Complementary color
Monochromatic Colors of #CF5883
Black with #CF5883
Text Example
Text Example
White with #CF5883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5883; }
p { color: rgb(207,88,131); }
H1.HeaderClassName
{
color: #CF5883;
}
.AnyTagClassName
{
color: #CF5883;
}
</style>
background-color css
<style>
a { background-color: #CF5883; }
a { background-color: rgb(207,88,131); }
div.DivClassName
{
background-color: #CF5883;
}
.BgClassName
{
background-color: #CF5883;
}
</style>
border-color css
<style>
span { border-color: #CF5883; }
span { border-color: rgb(207,88,131); }
td.TdClassName
{
border-color: #CF5883;
}
.TagClassName
{
border-color: #CF5883;
}
</style>