Shades of Cranberry #CE487D
Tints of Cranberry #CE487D
RGB
CMYK
RGB Variations
Color information
#CE487D (or 0xCE487D) is known color: Cranberry. HEX triplet: CE, 48 and 7D. RGB value is (206,72,125). Sum of RGB (Red+Green+Blue) = 206+72+125=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE487D is #31B782. Grayscale: #767676. Windows color (decimal): -3258243 or 8210638. OLE color: 8210638.
HSL color Cylindrical-coordinate representation of color #CE487D: hue angle of 336.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE487D is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 125 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.19 |
| HSL | 336.27º | 0.58% | 0.55% | - |
| HSV(B) | 336.27º | 0.65% | 0.81% | - |
| XYZ | 31.47 | 19.24 | 21.46 | - |
| YUV | 118.11 | 131.89 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 125 | 0 | 0.65 | 0.39 | 0.19 | 336.27 | 0.58 | 0.55 |
| Hex | CE | 48 | 7D | 0 | 41 | 27 | 13 | 150 | 3A | 37 |
| Octal | 316 | 110 | 175 | 0 | 101 | 47 | 23 | 520 | 72 | 67 |
| Binary | 11001110 | 1001000 | 1111101 | 0 | 1000001 | 100111 | 10011 | 101010000 | 111010 | 110111 |
Color Harmonies of #CE487D
Complementary color
Monochromatic Colors of #CE487D
Black with #CE487D
Text Example
Text Example
White with #CE487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE487D; }
p { color: rgb(206,72,125); }
H1.HeaderClassName
{
color: #CE487D;
}
.AnyTagClassName
{
color: #CE487D;
}
</style>
background-color css
<style>
a { background-color: #CE487D; }
a { background-color: rgb(206,72,125); }
div.DivClassName
{
background-color: #CE487D;
}
.BgClassName
{
background-color: #CE487D;
}
</style>
border-color css
<style>
span { border-color: #CE487D; }
span { border-color: rgb(206,72,125); }
td.TdClassName
{
border-color: #CE487D;
}
.TagClassName
{
border-color: #CE487D;
}
</style>