Shades of Cranberry #CF5280
Tints of Cranberry #CF5280
RGB
CMYK
RGB Variations
Color information
#CF5280 (or 0xCF5280) is known color: Cranberry. HEX triplet: CF, 52 and 80. RGB value is (207,82,128). Sum of RGB (Red+Green+Blue) = 207+82+128=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5280 is #30AD7F. Grayscale: #7C7C7C. Windows color (decimal): -3190144 or 8409807. OLE color: 8409807.
HSL color Cylindrical-coordinate representation of color #CF5280: hue angle of 337.92º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5280 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 128 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.19 |
| HSL | 337.92º | 0.57% | 0.57% | - |
| HSV(B) | 337.92º | 0.6% | 0.81% | - |
| XYZ | 32.65 | 20.86 | 22.73 | - |
| YUV | 124.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 128 | 0 | 0.60 | 0.38 | 0.19 | 337.92 | 0.57 | 0.57 |
| Hex | CF | 52 | 80 | 0 | 3C | 26 | 13 | 152 | 39 | 39 |
| Octal | 317 | 122 | 200 | 0 | 74 | 46 | 23 | 522 | 71 | 71 |
| Binary | 11001111 | 1010010 | 10000000 | 0 | 111100 | 100110 | 10011 | 101010010 | 111001 | 111001 |
Color Harmonies of #CF5280
Complementary color
Monochromatic Colors of #CF5280
Black with #CF5280
Text Example
Text Example
White with #CF5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5280; }
p { color: rgb(207,82,128); }
H1.HeaderClassName
{
color: #CF5280;
}
.AnyTagClassName
{
color: #CF5280;
}
</style>
background-color css
<style>
a { background-color: #CF5280; }
a { background-color: rgb(207,82,128); }
div.DivClassName
{
background-color: #CF5280;
}
.BgClassName
{
background-color: #CF5280;
}
</style>
border-color css
<style>
span { border-color: #CF5280; }
span { border-color: rgb(207,82,128); }
td.TdClassName
{
border-color: #CF5280;
}
.TagClassName
{
border-color: #CF5280;
}
</style>