Shades of Cranberry #CE587C
Tints of Cranberry #CE587C
RGB
CMYK
RGB Variations
Color information
#CE587C (or 0xCE587C) is known color: Cranberry. HEX triplet: CE, 58 and 7C. RGB value is (206,88,124). Sum of RGB (Red+Green+Blue) = 206+88+124=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE587C is #31A783. Grayscale: #7F7F7F. Windows color (decimal): -3254148 or 8149198. OLE color: 8149198.
HSL color Cylindrical-coordinate representation of color #CE587C: hue angle of 341.69º 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 #CE587C is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 124 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.19 |
| HSL | 341.69º | 0.55% | 0.58% | - |
| HSV(B) | 341.69º | 0.57% | 0.81% | - |
| XYZ | 32.58 | 21.56 | 21.51 | - |
| YUV | 127.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 124 | 0 | 0.57 | 0.40 | 0.19 | 341.69 | 0.55 | 0.58 |
| Hex | CE | 58 | 7C | 0 | 39 | 28 | 13 | 156 | 37 | 3A |
| Octal | 316 | 130 | 174 | 0 | 71 | 50 | 23 | 526 | 67 | 72 |
| Binary | 11001110 | 1011000 | 1111100 | 0 | 111001 | 101000 | 10011 | 101010110 | 110111 | 111010 |
Color Harmonies of #CE587C
Complementary color
Monochromatic Colors of #CE587C
Black with #CE587C
Text Example
Text Example
White with #CE587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE587C; }
p { color: rgb(206,88,124); }
H1.HeaderClassName
{
color: #CE587C;
}
.AnyTagClassName
{
color: #CE587C;
}
</style>
background-color css
<style>
a { background-color: #CE587C; }
a { background-color: rgb(206,88,124); }
div.DivClassName
{
background-color: #CE587C;
}
.BgClassName
{
background-color: #CE587C;
}
</style>
border-color css
<style>
span { border-color: #CE587C; }
span { border-color: rgb(206,88,124); }
td.TdClassName
{
border-color: #CE587C;
}
.TagClassName
{
border-color: #CE587C;
}
</style>