Shades of Cranberry #CE4E78
Tints of Cranberry #CE4E78
RGB
CMYK
RGB Variations
Color information
#CE4E78 (or 0xCE4E78) is known color: Cranberry. HEX triplet: CE, 4E and 78. RGB value is (206,78,120). Sum of RGB (Red+Green+Blue) = 206+78+120=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4E78 is #31B187. Grayscale: #797979. Windows color (decimal): -3256712 or 7884494. OLE color: 7884494.
HSL color Cylindrical-coordinate representation of color #CE4E78: hue angle of 340.31º 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 #CE4E78 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 120 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.19 |
| HSL | 340.31º | 0.57% | 0.56% | - |
| HSV(B) | 340.31º | 0.62% | 0.81% | - |
| XYZ | 31.57 | 19.93 | 19.95 | - |
| YUV | 121.06 | 127.41 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 120 | 0 | 0.62 | 0.42 | 0.19 | 340.31 | 0.57 | 0.56 |
| Hex | CE | 4E | 78 | 0 | 3E | 2A | 13 | 154 | 39 | 38 |
| Octal | 316 | 116 | 170 | 0 | 76 | 52 | 23 | 524 | 71 | 70 |
| Binary | 11001110 | 1001110 | 1111000 | 0 | 111110 | 101010 | 10011 | 101010100 | 111001 | 111000 |
Color Harmonies of #CE4E78
Complementary color
Monochromatic Colors of #CE4E78
Black with #CE4E78
Text Example
Text Example
White with #CE4E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E78; }
p { color: rgb(206,78,120); }
H1.HeaderClassName
{
color: #CE4E78;
}
.AnyTagClassName
{
color: #CE4E78;
}
</style>
background-color css
<style>
a { background-color: #CE4E78; }
a { background-color: rgb(206,78,120); }
div.DivClassName
{
background-color: #CE4E78;
}
.BgClassName
{
background-color: #CE4E78;
}
</style>
border-color css
<style>
span { border-color: #CE4E78; }
span { border-color: rgb(206,78,120); }
td.TdClassName
{
border-color: #CE4E78;
}
.TagClassName
{
border-color: #CE4E78;
}
</style>