Shades of Cranberry #CF487E
Tints of Cranberry #CF487E
RGB
CMYK
RGB Variations
Color information
#CF487E (or 0xCF487E) is known color: Cranberry. HEX triplet: CF, 48 and 7E. RGB value is (207,72,126). Sum of RGB (Red+Green+Blue) = 207+72+126=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF487E is #30B781. Grayscale: #767676. Windows color (decimal): -3192706 or 8276175. OLE color: 8276175.
HSL color Cylindrical-coordinate representation of color #CF487E: hue angle of 336º 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 #CF487E is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 126 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.19 |
| HSL | 336º | 0.58% | 0.55% | - |
| HSV(B) | 336º | 0.65% | 0.81% | - |
| XYZ | 31.82 | 19.41 | 21.81 | - |
| YUV | 118.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 126 | 0 | 0.65 | 0.39 | 0.19 | 336 | 0.58 | 0.55 |
| Hex | CF | 48 | 7E | 0 | 41 | 27 | 13 | 150 | 3A | 37 |
| Octal | 317 | 110 | 176 | 0 | 101 | 47 | 23 | 520 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1111110 | 0 | 1000001 | 100111 | 10011 | 101010000 | 111010 | 110111 |
Color Harmonies of #CF487E
Complementary color
Monochromatic Colors of #CF487E
Black with #CF487E
Text Example
Text Example
White with #CF487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF487E; }
p { color: rgb(207,72,126); }
H1.HeaderClassName
{
color: #CF487E;
}
.AnyTagClassName
{
color: #CF487E;
}
</style>
background-color css
<style>
a { background-color: #CF487E; }
a { background-color: rgb(207,72,126); }
div.DivClassName
{
background-color: #CF487E;
}
.BgClassName
{
background-color: #CF487E;
}
</style>
border-color css
<style>
span { border-color: #CF487E; }
span { border-color: rgb(207,72,126); }
td.TdClassName
{
border-color: #CF487E;
}
.TagClassName
{
border-color: #CF487E;
}
</style>