Shades of Cranberry #CE4E7D
Tints of Cranberry #CE4E7D
RGB
CMYK
RGB Variations
Color information
#CE4E7D (or 0xCE4E7D) is known color: Cranberry. HEX triplet: CE, 4E and 7D. RGB value is (206,78,125). Sum of RGB (Red+Green+Blue) = 206+78+125=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4E7D is #31B182. Grayscale: #797979. Windows color (decimal): -3256707 or 8212174. OLE color: 8212174.
HSL color Cylindrical-coordinate representation of color #CE4E7D: hue angle of 337.97º degrees, saturation: 0.57, 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 #CE4E7D is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 125 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.19 |
| HSL | 337.97º | 0.57% | 0.56% | - |
| HSV(B) | 337.97º | 0.62% | 0.81% | - |
| XYZ | 31.88 | 20.05 | 21.59 | - |
| YUV | 121.63 | 129.91 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 125 | 0 | 0.62 | 0.39 | 0.19 | 337.97 | 0.57 | 0.56 |
| Hex | CE | 4E | 7D | 0 | 3E | 27 | 13 | 152 | 39 | 38 |
| Octal | 316 | 116 | 175 | 0 | 76 | 47 | 23 | 522 | 71 | 70 |
| Binary | 11001110 | 1001110 | 1111101 | 0 | 111110 | 100111 | 10011 | 101010010 | 111001 | 111000 |
Color Harmonies of #CE4E7D
Complementary color
Monochromatic Colors of #CE4E7D
Black with #CE4E7D
Text Example
Text Example
White with #CE4E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E7D; }
p { color: rgb(206,78,125); }
H1.HeaderClassName
{
color: #CE4E7D;
}
.AnyTagClassName
{
color: #CE4E7D;
}
</style>
background-color css
<style>
a { background-color: #CE4E7D; }
a { background-color: rgb(206,78,125); }
div.DivClassName
{
background-color: #CE4E7D;
}
.BgClassName
{
background-color: #CE4E7D;
}
</style>
border-color css
<style>
span { border-color: #CE4E7D; }
span { border-color: rgb(206,78,125); }
td.TdClassName
{
border-color: #CE4E7D;
}
.TagClassName
{
border-color: #CE4E7D;
}
</style>