Shades of Cranberry #CE4F80
Tints of Cranberry #CE4F80
RGB
CMYK
RGB Variations
Color information
#CE4F80 (or 0xCE4F80) is known color: Cranberry. HEX triplet: CE, 4F and 80. RGB value is (206,79,128). Sum of RGB (Red+Green+Blue) = 206+79+128=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4F80 is #31B07F. Grayscale: #7A7A7A. Windows color (decimal): -3256448 or 8409038. OLE color: 8409038.
HSL color Cylindrical-coordinate representation of color #CE4F80: hue angle of 336.85º degrees, saturation: 0.56, 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 #CE4F80 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 128 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.19 |
| HSL | 336.85º | 0.56% | 0.56% | - |
| HSV(B) | 336.85º | 0.62% | 0.81% | - |
| XYZ | 32.15 | 20.27 | 22.64 | - |
| YUV | 122.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 128 | 0 | 0.62 | 0.38 | 0.19 | 336.85 | 0.56 | 0.56 |
| Hex | CE | 4F | 80 | 0 | 3E | 26 | 13 | 151 | 38 | 38 |
| Octal | 316 | 117 | 200 | 0 | 76 | 46 | 23 | 521 | 70 | 70 |
| Binary | 11001110 | 1001111 | 10000000 | 0 | 111110 | 100110 | 10011 | 101010001 | 111000 | 111000 |
Color Harmonies of #CE4F80
Complementary color
Monochromatic Colors of #CE4F80
Black with #CE4F80
Text Example
Text Example
White with #CE4F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F80; }
p { color: rgb(206,79,128); }
H1.HeaderClassName
{
color: #CE4F80;
}
.AnyTagClassName
{
color: #CE4F80;
}
</style>
background-color css
<style>
a { background-color: #CE4F80; }
a { background-color: rgb(206,79,128); }
div.DivClassName
{
background-color: #CE4F80;
}
.BgClassName
{
background-color: #CE4F80;
}
</style>
border-color css
<style>
span { border-color: #CE4F80; }
span { border-color: rgb(206,79,128); }
td.TdClassName
{
border-color: #CE4F80;
}
.TagClassName
{
border-color: #CE4F80;
}
</style>