Shades of Cranberry #CE577D
Tints of Cranberry #CE577D
RGB
CMYK
RGB Variations
Color information
#CE577D (or 0xCE577D) is known color: Cranberry. HEX triplet: CE, 57 and 7D. RGB value is (206,87,125). Sum of RGB (Red+Green+Blue) = 206+87+125=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE577D is #31A882. Grayscale: #7E7E7E. Windows color (decimal): -3254403 or 8214478. OLE color: 8214478.
HSL color Cylindrical-coordinate representation of color #CE577D: hue angle of 340.84º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE577D is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 125 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.19 |
| HSL | 340.84º | 0.55% | 0.57% | - |
| HSV(B) | 340.84º | 0.58% | 0.81% | - |
| XYZ | 32.56 | 21.42 | 21.82 | - |
| YUV | 126.91 | 126.92 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 125 | 0 | 0.58 | 0.39 | 0.19 | 340.84 | 0.55 | 0.57 |
| Hex | CE | 57 | 7D | 0 | 3A | 27 | 13 | 155 | 37 | 39 |
| Octal | 316 | 127 | 175 | 0 | 72 | 47 | 23 | 525 | 67 | 71 |
| Binary | 11001110 | 1010111 | 1111101 | 0 | 111010 | 100111 | 10011 | 101010101 | 110111 | 111001 |
Color Harmonies of #CE577D
Complementary color
Monochromatic Colors of #CE577D
Black with #CE577D
Text Example
Text Example
White with #CE577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE577D; }
p { color: rgb(206,87,125); }
H1.HeaderClassName
{
color: #CE577D;
}
.AnyTagClassName
{
color: #CE577D;
}
</style>
background-color css
<style>
a { background-color: #CE577D; }
a { background-color: rgb(206,87,125); }
div.DivClassName
{
background-color: #CE577D;
}
.BgClassName
{
background-color: #CE577D;
}
</style>
border-color css
<style>
span { border-color: #CE577D; }
span { border-color: rgb(206,87,125); }
td.TdClassName
{
border-color: #CE577D;
}
.TagClassName
{
border-color: #CE577D;
}
</style>