Shades of Cranberry #CE3E78
Tints of Cranberry #CE3E78
RGB
CMYK
RGB Variations
Color information
#CE3E78 (or 0xCE3E78) is known color: Cranberry. HEX triplet: CE, 3E and 78. RGB value is (206,62,120). Sum of RGB (Red+Green+Blue) = 206+62+120=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3E78 is #31C187. Grayscale: #6F6F6F. Windows color (decimal): -3260808 or 7880398. OLE color: 7880398.
HSL color Cylindrical-coordinate representation of color #CE3E78: hue angle of 335.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E78 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 120 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.19 |
| HSL | 335.83º | 0.6% | 0.53% | - |
| HSV(B) | 335.83º | 0.7% | 0.81% | - |
| XYZ | 30.57 | 17.92 | 19.62 | - |
| YUV | 111.67 | 132.71 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 120 | 0 | 0.70 | 0.42 | 0.19 | 335.83 | 0.6 | 0.53 |
| Hex | CE | 3E | 78 | 0 | 46 | 2A | 13 | 150 | 3C | 35 |
| Octal | 316 | 76 | 170 | 0 | 106 | 52 | 23 | 520 | 74 | 65 |
| Binary | 11001110 | 111110 | 1111000 | 0 | 1000110 | 101010 | 10011 | 101010000 | 111100 | 110101 |
Color Harmonies of #CE3E78
Complementary color
Monochromatic Colors of #CE3E78
Black with #CE3E78
Text Example
Text Example
White with #CE3E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E78; }
p { color: rgb(206,62,120); }
H1.HeaderClassName
{
color: #CE3E78;
}
.AnyTagClassName
{
color: #CE3E78;
}
</style>
background-color css
<style>
a { background-color: #CE3E78; }
a { background-color: rgb(206,62,120); }
div.DivClassName
{
background-color: #CE3E78;
}
.BgClassName
{
background-color: #CE3E78;
}
</style>
border-color css
<style>
span { border-color: #CE3E78; }
span { border-color: rgb(206,62,120); }
td.TdClassName
{
border-color: #CE3E78;
}
.TagClassName
{
border-color: #CE3E78;
}
</style>