Shades of Cranberry #CE487C
Tints of Cranberry #CE487C
RGB
CMYK
RGB Variations
Color information
#CE487C (or 0xCE487C) is known color: Cranberry. HEX triplet: CE, 48 and 7C. RGB value is (206,72,124). Sum of RGB (Red+Green+Blue) = 206+72+124=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE487C is #31B783. Grayscale: #757575. Windows color (decimal): -3258244 or 8145102. OLE color: 8145102.
HSL color Cylindrical-coordinate representation of color #CE487C: hue angle of 336.72º 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 #CE487C is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 124 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.19 |
| HSL | 336.72º | 0.58% | 0.55% | - |
| HSV(B) | 336.72º | 0.65% | 0.81% | - |
| XYZ | 31.41 | 19.21 | 21.12 | - |
| YUV | 117.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 124 | 0 | 0.65 | 0.40 | 0.19 | 336.72 | 0.58 | 0.55 |
| Hex | CE | 48 | 7C | 0 | 41 | 28 | 13 | 151 | 3A | 37 |
| Octal | 316 | 110 | 174 | 0 | 101 | 50 | 23 | 521 | 72 | 67 |
| Binary | 11001110 | 1001000 | 1111100 | 0 | 1000001 | 101000 | 10011 | 101010001 | 111010 | 110111 |
Color Harmonies of #CE487C
Complementary color
Monochromatic Colors of #CE487C
Black with #CE487C
Text Example
Text Example
White with #CE487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE487C; }
p { color: rgb(206,72,124); }
H1.HeaderClassName
{
color: #CE487C;
}
.AnyTagClassName
{
color: #CE487C;
}
</style>
background-color css
<style>
a { background-color: #CE487C; }
a { background-color: rgb(206,72,124); }
div.DivClassName
{
background-color: #CE487C;
}
.BgClassName
{
background-color: #CE487C;
}
</style>
border-color css
<style>
span { border-color: #CE487C; }
span { border-color: rgb(206,72,124); }
td.TdClassName
{
border-color: #CE487C;
}
.TagClassName
{
border-color: #CE487C;
}
</style>