Shades of Cranberry #CE4F7A
Tints of Cranberry #CE4F7A
RGB
CMYK
RGB Variations
Color information
#CE4F7A (or 0xCE4F7A) is known color: Cranberry. HEX triplet: CE, 4F and 7A. RGB value is (206,79,122). Sum of RGB (Red+Green+Blue) = 206+79+122=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4F7A is #31B085. Grayscale: #797979. Windows color (decimal): -3256454 or 8015822. OLE color: 8015822.
HSL color Cylindrical-coordinate representation of color #CE4F7A: hue angle of 339.69º degrees, saturation: 0.56, 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 #CE4F7A is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 122 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.19 |
| HSL | 339.69º | 0.56% | 0.56% | - |
| HSV(B) | 339.69º | 0.62% | 0.81% | - |
| XYZ | 31.76 | 20.12 | 20.62 | - |
| YUV | 121.88 | 128.08 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 122 | 0 | 0.62 | 0.41 | 0.19 | 339.69 | 0.56 | 0.56 |
| Hex | CE | 4F | 7A | 0 | 3E | 29 | 13 | 154 | 38 | 38 |
| Octal | 316 | 117 | 172 | 0 | 76 | 51 | 23 | 524 | 70 | 70 |
| Binary | 11001110 | 1001111 | 1111010 | 0 | 111110 | 101001 | 10011 | 101010100 | 111000 | 111000 |
Color Harmonies of #CE4F7A
Complementary color
Monochromatic Colors of #CE4F7A
Black with #CE4F7A
Text Example
Text Example
White with #CE4F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F7A; }
p { color: rgb(206,79,122); }
H1.HeaderClassName
{
color: #CE4F7A;
}
.AnyTagClassName
{
color: #CE4F7A;
}
</style>
background-color css
<style>
a { background-color: #CE4F7A; }
a { background-color: rgb(206,79,122); }
div.DivClassName
{
background-color: #CE4F7A;
}
.BgClassName
{
background-color: #CE4F7A;
}
</style>
border-color css
<style>
span { border-color: #CE4F7A; }
span { border-color: rgb(206,79,122); }
td.TdClassName
{
border-color: #CE4F7A;
}
.TagClassName
{
border-color: #CE4F7A;
}
</style>