Shades of Cranberry #CE3F77
Tints of Cranberry #CE3F77
RGB
CMYK
RGB Variations
Color information
#CE3F77 (or 0xCE3F77) is known color: Cranberry. HEX triplet: CE, 3F and 77. RGB value is (206,63,119). Sum of RGB (Red+Green+Blue) = 206+63+119=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F77 is #31C088. Grayscale: #707070. Windows color (decimal): -3260553 or 7815118. OLE color: 7815118.
HSL color Cylindrical-coordinate representation of color #CE3F77: hue angle of 336.5º 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 #CE3F77 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 119 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.19 |
| HSL | 336.5º | 0.59% | 0.53% | - |
| HSV(B) | 336.5º | 0.69% | 0.81% | - |
| XYZ | 30.56 | 18.01 | 19.32 | - |
| YUV | 112.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 119 | 0 | 0.69 | 0.42 | 0.19 | 336.5 | 0.59 | 0.53 |
| Hex | CE | 3F | 77 | 0 | 45 | 2A | 13 | 151 | 3B | 35 |
| Octal | 316 | 77 | 167 | 0 | 105 | 52 | 23 | 521 | 73 | 65 |
| Binary | 11001110 | 111111 | 1110111 | 0 | 1000101 | 101010 | 10011 | 101010001 | 111011 | 110101 |
Color Harmonies of #CE3F77
Complementary color
Monochromatic Colors of #CE3F77
Black with #CE3F77
Text Example
Text Example
White with #CE3F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F77; }
p { color: rgb(206,63,119); }
H1.HeaderClassName
{
color: #CE3F77;
}
.AnyTagClassName
{
color: #CE3F77;
}
</style>
background-color css
<style>
a { background-color: #CE3F77; }
a { background-color: rgb(206,63,119); }
div.DivClassName
{
background-color: #CE3F77;
}
.BgClassName
{
background-color: #CE3F77;
}
</style>
border-color css
<style>
span { border-color: #CE3F77; }
span { border-color: rgb(206,63,119); }
td.TdClassName
{
border-color: #CE3F77;
}
.TagClassName
{
border-color: #CE3F77;
}
</style>