Shades of Cranberry #CF5282
Tints of Cranberry #CF5282
RGB
CMYK
RGB Variations
Color information
#CF5282 (or 0xCF5282) is known color: Cranberry. HEX triplet: CF, 52 and 82. RGB value is (207,82,130). Sum of RGB (Red+Green+Blue) = 207+82+130=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5282 is #30AD7D. Grayscale: #7C7C7C. Windows color (decimal): -3190142 or 8540879. OLE color: 8540879.
HSL color Cylindrical-coordinate representation of color #CF5282: hue angle of 336.96º 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 #CF5282 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 130 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.19 |
| HSL | 336.96º | 0.57% | 0.57% | - |
| HSV(B) | 336.96º | 0.6% | 0.81% | - |
| XYZ | 32.78 | 20.91 | 23.43 | - |
| YUV | 124.85 | 130.91 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 130 | 0 | 0.60 | 0.37 | 0.19 | 336.96 | 0.57 | 0.57 |
| Hex | CF | 52 | 82 | 0 | 3C | 25 | 13 | 151 | 39 | 39 |
| Octal | 317 | 122 | 202 | 0 | 74 | 45 | 23 | 521 | 71 | 71 |
| Binary | 11001111 | 1010010 | 10000010 | 0 | 111100 | 100101 | 10011 | 101010001 | 111001 | 111001 |
Color Harmonies of #CF5282
Complementary color
Monochromatic Colors of #CF5282
Black with #CF5282
Text Example
Text Example
White with #CF5282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5282; }
p { color: rgb(207,82,130); }
H1.HeaderClassName
{
color: #CF5282;
}
.AnyTagClassName
{
color: #CF5282;
}
</style>
background-color css
<style>
a { background-color: #CF5282; }
a { background-color: rgb(207,82,130); }
div.DivClassName
{
background-color: #CF5282;
}
.BgClassName
{
background-color: #CF5282;
}
</style>
border-color css
<style>
span { border-color: #CF5282; }
span { border-color: rgb(207,82,130); }
td.TdClassName
{
border-color: #CF5282;
}
.TagClassName
{
border-color: #CF5282;
}
</style>