Shades of Cranberry #CE4F78
Tints of Cranberry #CE4F78
RGB
CMYK
RGB Variations
Color information
#CE4F78 (or 0xCE4F78) is known color: Cranberry. HEX triplet: CE, 4F and 78. RGB value is (206,79,120). Sum of RGB (Red+Green+Blue) = 206+79+120=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4F78 is #31B087. Grayscale: #797979. Windows color (decimal): -3256456 or 7884750. OLE color: 7884750.
HSL color Cylindrical-coordinate representation of color #CE4F78: hue angle of 340.63º 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 #CE4F78 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 120 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.19 |
| HSL | 340.63º | 0.56% | 0.56% | - |
| HSV(B) | 340.63º | 0.62% | 0.81% | - |
| XYZ | 31.64 | 20.07 | 19.98 | - |
| YUV | 121.65 | 127.08 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 120 | 0 | 0.62 | 0.42 | 0.19 | 340.63 | 0.56 | 0.56 |
| Hex | CE | 4F | 78 | 0 | 3E | 2A | 13 | 155 | 38 | 38 |
| Octal | 316 | 117 | 170 | 0 | 76 | 52 | 23 | 525 | 70 | 70 |
| Binary | 11001110 | 1001111 | 1111000 | 0 | 111110 | 101010 | 10011 | 101010101 | 111000 | 111000 |
Color Harmonies of #CE4F78
Complementary color
Monochromatic Colors of #CE4F78
Black with #CE4F78
Text Example
Text Example
White with #CE4F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F78; }
p { color: rgb(206,79,120); }
H1.HeaderClassName
{
color: #CE4F78;
}
.AnyTagClassName
{
color: #CE4F78;
}
</style>
background-color css
<style>
a { background-color: #CE4F78; }
a { background-color: rgb(206,79,120); }
div.DivClassName
{
background-color: #CE4F78;
}
.BgClassName
{
background-color: #CE4F78;
}
</style>
border-color css
<style>
span { border-color: #CE4F78; }
span { border-color: rgb(206,79,120); }
td.TdClassName
{
border-color: #CE4F78;
}
.TagClassName
{
border-color: #CE4F78;
}
</style>