Shades of Cranberry #CE4379
Tints of Cranberry #CE4379
RGB
CMYK
RGB Variations
Color information
#CE4379 (or 0xCE4379) is known color: Cranberry. HEX triplet: CE, 43 and 79. RGB value is (206,67,121). Sum of RGB (Red+Green+Blue) = 206+67+121=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4379 is #31BC86. Grayscale: #727272. Windows color (decimal): -3259527 or 7947214. OLE color: 7947214.
HSL color Cylindrical-coordinate representation of color #CE4379: hue angle of 336.69º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4379 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 121 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.19 |
| HSL | 336.69º | 0.59% | 0.54% | - |
| HSV(B) | 336.69º | 0.67% | 0.81% | - |
| XYZ | 30.91 | 18.52 | 20.03 | - |
| YUV | 114.72 | 131.55 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 121 | 0 | 0.67 | 0.41 | 0.19 | 336.69 | 0.59 | 0.54 |
| Hex | CE | 43 | 79 | 0 | 43 | 29 | 13 | 151 | 3B | 36 |
| Octal | 316 | 103 | 171 | 0 | 103 | 51 | 23 | 521 | 73 | 66 |
| Binary | 11001110 | 1000011 | 1111001 | 0 | 1000011 | 101001 | 10011 | 101010001 | 111011 | 110110 |
Color Harmonies of #CE4379
Complementary color
Monochromatic Colors of #CE4379
Black with #CE4379
Text Example
Text Example
White with #CE4379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4379; }
p { color: rgb(206,67,121); }
H1.HeaderClassName
{
color: #CE4379;
}
.AnyTagClassName
{
color: #CE4379;
}
</style>
background-color css
<style>
a { background-color: #CE4379; }
a { background-color: rgb(206,67,121); }
div.DivClassName
{
background-color: #CE4379;
}
.BgClassName
{
background-color: #CE4379;
}
</style>
border-color css
<style>
span { border-color: #CE4379; }
span { border-color: rgb(206,67,121); }
td.TdClassName
{
border-color: #CE4379;
}
.TagClassName
{
border-color: #CE4379;
}
</style>