Shades of Cranberry #CE4F7E
Tints of Cranberry #CE4F7E
RGB
CMYK
RGB Variations
Color information
#CE4F7E (or 0xCE4F7E) is known color: Cranberry. HEX triplet: CE, 4F and 7E. RGB value is (206,79,126). Sum of RGB (Red+Green+Blue) = 206+79+126=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4F7E is #31B081. Grayscale: #7A7A7A. Windows color (decimal): -3256450 or 8277966. OLE color: 8277966.
HSL color Cylindrical-coordinate representation of color #CE4F7E: hue angle of 337.8º 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 #CE4F7E is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 126 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.19 |
| HSL | 337.8º | 0.56% | 0.56% | - |
| HSV(B) | 337.8º | 0.62% | 0.81% | - |
| XYZ | 32.02 | 20.22 | 21.95 | - |
| YUV | 122.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 126 | 0 | 0.62 | 0.39 | 0.19 | 337.8 | 0.56 | 0.56 |
| Hex | CE | 4F | 7E | 0 | 3E | 27 | 13 | 152 | 38 | 38 |
| Octal | 316 | 117 | 176 | 0 | 76 | 47 | 23 | 522 | 70 | 70 |
| Binary | 11001110 | 1001111 | 1111110 | 0 | 111110 | 100111 | 10011 | 101010010 | 111000 | 111000 |
Color Harmonies of #CE4F7E
Complementary color
Monochromatic Colors of #CE4F7E
Black with #CE4F7E
Text Example
Text Example
White with #CE4F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F7E; }
p { color: rgb(206,79,126); }
H1.HeaderClassName
{
color: #CE4F7E;
}
.AnyTagClassName
{
color: #CE4F7E;
}
</style>
background-color css
<style>
a { background-color: #CE4F7E; }
a { background-color: rgb(206,79,126); }
div.DivClassName
{
background-color: #CE4F7E;
}
.BgClassName
{
background-color: #CE4F7E;
}
</style>
border-color css
<style>
span { border-color: #CE4F7E; }
span { border-color: rgb(206,79,126); }
td.TdClassName
{
border-color: #CE4F7E;
}
.TagClassName
{
border-color: #CE4F7E;
}
</style>