Shades of Cranberry #CE4F7D
Tints of Cranberry #CE4F7D
RGB
CMYK
RGB Variations
Color information
#CE4F7D (or 0xCE4F7D) is known color: Cranberry. HEX triplet: CE, 4F and 7D. RGB value is (206,79,125). Sum of RGB (Red+Green+Blue) = 206+79+125=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4F7D is #31B082. Grayscale: #7A7A7A. Windows color (decimal): -3256451 or 8212430. OLE color: 8212430.
HSL color Cylindrical-coordinate representation of color #CE4F7D: hue angle of 338.27º 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 #CE4F7D is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 125 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.19 |
| HSL | 338.27º | 0.56% | 0.56% | - |
| HSV(B) | 338.27º | 0.62% | 0.81% | - |
| XYZ | 31.95 | 20.19 | 21.62 | - |
| YUV | 122.22 | 129.58 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 125 | 0 | 0.62 | 0.39 | 0.19 | 338.27 | 0.56 | 0.56 |
| Hex | CE | 4F | 7D | 0 | 3E | 27 | 13 | 152 | 38 | 38 |
| Octal | 316 | 117 | 175 | 0 | 76 | 47 | 23 | 522 | 70 | 70 |
| Binary | 11001110 | 1001111 | 1111101 | 0 | 111110 | 100111 | 10011 | 101010010 | 111000 | 111000 |
Color Harmonies of #CE4F7D
Complementary color
Monochromatic Colors of #CE4F7D
Black with #CE4F7D
Text Example
Text Example
White with #CE4F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F7D; }
p { color: rgb(206,79,125); }
H1.HeaderClassName
{
color: #CE4F7D;
}
.AnyTagClassName
{
color: #CE4F7D;
}
</style>
background-color css
<style>
a { background-color: #CE4F7D; }
a { background-color: rgb(206,79,125); }
div.DivClassName
{
background-color: #CE4F7D;
}
.BgClassName
{
background-color: #CE4F7D;
}
</style>
border-color css
<style>
span { border-color: #CE4F7D; }
span { border-color: rgb(206,79,125); }
td.TdClassName
{
border-color: #CE4F7D;
}
.TagClassName
{
border-color: #CE4F7D;
}
</style>