Shades of Cranberry #CF487A
Tints of Cranberry #CF487A
RGB
CMYK
RGB Variations
Color information
#CF487A (or 0xCF487A) is known color: Cranberry. HEX triplet: CF, 48 and 7A. RGB value is (207,72,122). Sum of RGB (Red+Green+Blue) = 207+72+122=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF487A is #30B785. Grayscale: #757575. Windows color (decimal): -3192710 or 8014031. OLE color: 8014031.
HSL color Cylindrical-coordinate representation of color #CF487A: hue angle of 337.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF487A is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 122 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.19 |
| HSL | 337.78º | 0.58% | 0.55% | - |
| HSV(B) | 337.78º | 0.65% | 0.81% | - |
| XYZ | 31.56 | 19.31 | 20.48 | - |
| YUV | 118.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 122 | 0 | 0.65 | 0.41 | 0.19 | 337.78 | 0.58 | 0.55 |
| Hex | CF | 48 | 7A | 0 | 41 | 29 | 13 | 152 | 3A | 37 |
| Octal | 317 | 110 | 172 | 0 | 101 | 51 | 23 | 522 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1111010 | 0 | 1000001 | 101001 | 10011 | 101010010 | 111010 | 110111 |
Color Harmonies of #CF487A
Complementary color
Monochromatic Colors of #CF487A
Black with #CF487A
Text Example
Text Example
White with #CF487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF487A; }
p { color: rgb(207,72,122); }
H1.HeaderClassName
{
color: #CF487A;
}
.AnyTagClassName
{
color: #CF487A;
}
</style>
background-color css
<style>
a { background-color: #CF487A; }
a { background-color: rgb(207,72,122); }
div.DivClassName
{
background-color: #CF487A;
}
.BgClassName
{
background-color: #CF487A;
}
</style>
border-color css
<style>
span { border-color: #CF487A; }
span { border-color: rgb(207,72,122); }
td.TdClassName
{
border-color: #CF487A;
}
.TagClassName
{
border-color: #CF487A;
}
</style>