Shades of Cranberry #CE4178
Tints of Cranberry #CE4178
RGB
CMYK
RGB Variations
Color information
#CE4178 (or 0xCE4178) is known color: Cranberry. HEX triplet: CE, 41 and 78. RGB value is (206,65,120). Sum of RGB (Red+Green+Blue) = 206+65+120=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4178 is #31BE87. Grayscale: #717171. Windows color (decimal): -3260040 or 7881166. OLE color: 7881166.
HSL color Cylindrical-coordinate representation of color #CE4178: hue angle of 336.6º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4178 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 120 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.19 |
| HSL | 336.6º | 0.59% | 0.53% | - |
| HSV(B) | 336.6º | 0.68% | 0.81% | - |
| XYZ | 30.73 | 18.26 | 19.67 | - |
| YUV | 113.43 | 131.71 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 120 | 0 | 0.68 | 0.42 | 0.19 | 336.6 | 0.59 | 0.53 |
| Hex | CE | 41 | 78 | 0 | 44 | 2A | 13 | 151 | 3B | 35 |
| Octal | 316 | 101 | 170 | 0 | 104 | 52 | 23 | 521 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1111000 | 0 | 1000100 | 101010 | 10011 | 101010001 | 111011 | 110101 |
Color Harmonies of #CE4178
Complementary color
Monochromatic Colors of #CE4178
Black with #CE4178
Text Example
Text Example
White with #CE4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4178; }
p { color: rgb(206,65,120); }
H1.HeaderClassName
{
color: #CE4178;
}
.AnyTagClassName
{
color: #CE4178;
}
</style>
background-color css
<style>
a { background-color: #CE4178; }
a { background-color: rgb(206,65,120); }
div.DivClassName
{
background-color: #CE4178;
}
.BgClassName
{
background-color: #CE4178;
}
</style>
border-color css
<style>
span { border-color: #CE4178; }
span { border-color: rgb(206,65,120); }
td.TdClassName
{
border-color: #CE4178;
}
.TagClassName
{
border-color: #CE4178;
}
</style>