Shades of Cranberry #CE4078
Tints of Cranberry #CE4078
RGB
CMYK
RGB Variations
Color information
#CE4078 (or 0xCE4078) is known color: Cranberry. HEX triplet: CE, 40 and 78. RGB value is (206,64,120). Sum of RGB (Red+Green+Blue) = 206+64+120=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4078 is #31BF87. Grayscale: #707070. Windows color (decimal): -3260296 or 7880910. OLE color: 7880910.
HSL color Cylindrical-coordinate representation of color #CE4078: hue angle of 336.34º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4078 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 120 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.19 |
| HSL | 336.34º | 0.59% | 0.53% | - |
| HSV(B) | 336.34º | 0.69% | 0.81% | - |
| XYZ | 30.68 | 18.14 | 19.65 | - |
| YUV | 112.84 | 132.04 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 120 | 0 | 0.69 | 0.42 | 0.19 | 336.34 | 0.59 | 0.53 |
| Hex | CE | 40 | 78 | 0 | 45 | 2A | 13 | 150 | 3B | 35 |
| Octal | 316 | 100 | 170 | 0 | 105 | 52 | 23 | 520 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1111000 | 0 | 1000101 | 101010 | 10011 | 101010000 | 111011 | 110101 |
Color Harmonies of #CE4078
Complementary color
Monochromatic Colors of #CE4078
Black with #CE4078
Text Example
Text Example
White with #CE4078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4078; }
p { color: rgb(206,64,120); }
H1.HeaderClassName
{
color: #CE4078;
}
.AnyTagClassName
{
color: #CE4078;
}
</style>
background-color css
<style>
a { background-color: #CE4078; }
a { background-color: rgb(206,64,120); }
div.DivClassName
{
background-color: #CE4078;
}
.BgClassName
{
background-color: #CE4078;
}
</style>
border-color css
<style>
span { border-color: #CE4078; }
span { border-color: rgb(206,64,120); }
td.TdClassName
{
border-color: #CE4078;
}
.TagClassName
{
border-color: #CE4078;
}
</style>