Shades of Cranberry #CE4E80
Tints of Cranberry #CE4E80
RGB
CMYK
RGB Variations
Color information
#CE4E80 (or 0xCE4E80) is known color: Cranberry. HEX triplet: CE, 4E and 80. RGB value is (206,78,128). Sum of RGB (Red+Green+Blue) = 206+78+128=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4E80 is #31B17F. Grayscale: #797979. Windows color (decimal): -3256704 or 8408782. OLE color: 8408782.
HSL color Cylindrical-coordinate representation of color #CE4E80: hue angle of 336.56º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4E80 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 128 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.19 |
| HSL | 336.56º | 0.57% | 0.56% | - |
| HSV(B) | 336.56º | 0.62% | 0.81% | - |
| XYZ | 32.07 | 20.13 | 22.62 | - |
| YUV | 121.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 128 | 0 | 0.62 | 0.38 | 0.19 | 336.56 | 0.57 | 0.56 |
| Hex | CE | 4E | 80 | 0 | 3E | 26 | 13 | 151 | 39 | 38 |
| Octal | 316 | 116 | 200 | 0 | 76 | 46 | 23 | 521 | 71 | 70 |
| Binary | 11001110 | 1001110 | 10000000 | 0 | 111110 | 100110 | 10011 | 101010001 | 111001 | 111000 |
Color Harmonies of #CE4E80
Complementary color
Monochromatic Colors of #CE4E80
Black with #CE4E80
Text Example
Text Example
White with #CE4E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E80; }
p { color: rgb(206,78,128); }
H1.HeaderClassName
{
color: #CE4E80;
}
.AnyTagClassName
{
color: #CE4E80;
}
</style>
background-color css
<style>
a { background-color: #CE4E80; }
a { background-color: rgb(206,78,128); }
div.DivClassName
{
background-color: #CE4E80;
}
.BgClassName
{
background-color: #CE4E80;
}
</style>
border-color css
<style>
span { border-color: #CE4E80; }
span { border-color: rgb(206,78,128); }
td.TdClassName
{
border-color: #CE4E80;
}
.TagClassName
{
border-color: #CE4E80;
}
</style>