Shades of Cranberry #CE517C
Tints of Cranberry #CE517C
RGB
CMYK
RGB Variations
Color information
#CE517C (or 0xCE517C) is known color: Cranberry. HEX triplet: CE, 51 and 7C. RGB value is (206,81,124). Sum of RGB (Red+Green+Blue) = 206+81+124=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE517C is #31AE83. Grayscale: #7B7B7B. Windows color (decimal): -3255940 or 8147406. OLE color: 8147406.
HSL color Cylindrical-coordinate representation of color #CE517C: hue angle of 339.36º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE517C is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 124 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.19 |
| HSL | 339.36º | 0.56% | 0.56% | - |
| HSV(B) | 339.36º | 0.61% | 0.81% | - |
| XYZ | 32.03 | 20.46 | 21.33 | - |
| YUV | 123.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 124 | 0 | 0.61 | 0.40 | 0.19 | 339.36 | 0.56 | 0.56 |
| Hex | CE | 51 | 7C | 0 | 3D | 28 | 13 | 153 | 38 | 38 |
| Octal | 316 | 121 | 174 | 0 | 75 | 50 | 23 | 523 | 70 | 70 |
| Binary | 11001110 | 1010001 | 1111100 | 0 | 111101 | 101000 | 10011 | 101010011 | 111000 | 111000 |
Color Harmonies of #CE517C
Complementary color
Monochromatic Colors of #CE517C
Black with #CE517C
Text Example
Text Example
White with #CE517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE517C; }
p { color: rgb(206,81,124); }
H1.HeaderClassName
{
color: #CE517C;
}
.AnyTagClassName
{
color: #CE517C;
}
</style>
background-color css
<style>
a { background-color: #CE517C; }
a { background-color: rgb(206,81,124); }
div.DivClassName
{
background-color: #CE517C;
}
.BgClassName
{
background-color: #CE517C;
}
</style>
border-color css
<style>
span { border-color: #CE517C; }
span { border-color: rgb(206,81,124); }
td.TdClassName
{
border-color: #CE517C;
}
.TagClassName
{
border-color: #CE517C;
}
</style>