Shades of Cranberry #CE4B7D
Tints of Cranberry #CE4B7D
RGB
CMYK
RGB Variations
Color information
#CE4B7D (or 0xCE4B7D) is known color: Cranberry. HEX triplet: CE, 4B and 7D. RGB value is (206,75,125). Sum of RGB (Red+Green+Blue) = 206+75+125=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B7D is #31B482. Grayscale: #777777. Windows color (decimal): -3257475 or 8211406. OLE color: 8211406.
HSL color Cylindrical-coordinate representation of color #CE4B7D: hue angle of 337.1º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4B7D is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 125 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.19 |
| HSL | 337.1º | 0.57% | 0.55% | - |
| HSV(B) | 337.1º | 0.64% | 0.81% | - |
| XYZ | 31.67 | 19.63 | 21.52 | - |
| YUV | 119.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 125 | 0 | 0.64 | 0.39 | 0.19 | 337.1 | 0.57 | 0.55 |
| Hex | CE | 4B | 7D | 0 | 40 | 27 | 13 | 151 | 39 | 37 |
| Octal | 316 | 113 | 175 | 0 | 100 | 47 | 23 | 521 | 71 | 67 |
| Binary | 11001110 | 1001011 | 1111101 | 0 | 1000000 | 100111 | 10011 | 101010001 | 111001 | 110111 |
Color Harmonies of #CE4B7D
Complementary color
Monochromatic Colors of #CE4B7D
Black with #CE4B7D
Text Example
Text Example
White with #CE4B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4B7D; }
p { color: rgb(206,75,125); }
H1.HeaderClassName
{
color: #CE4B7D;
}
.AnyTagClassName
{
color: #CE4B7D;
}
</style>
background-color css
<style>
a { background-color: #CE4B7D; }
a { background-color: rgb(206,75,125); }
div.DivClassName
{
background-color: #CE4B7D;
}
.BgClassName
{
background-color: #CE4B7D;
}
</style>
border-color css
<style>
span { border-color: #CE4B7D; }
span { border-color: rgb(206,75,125); }
td.TdClassName
{
border-color: #CE4B7D;
}
.TagClassName
{
border-color: #CE4B7D;
}
</style>