Shades of Cranberry #CE4578
Tints of Cranberry #CE4578
RGB
CMYK
RGB Variations
Color information
#CE4578 (or 0xCE4578) is known color: Cranberry. HEX triplet: CE, 45 and 78. RGB value is (206,69,120). Sum of RGB (Red+Green+Blue) = 206+69+120=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4578 is #31BA87. Grayscale: #737373. Windows color (decimal): -3259016 or 7882190. OLE color: 7882190.
HSL color Cylindrical-coordinate representation of color #CE4578: hue angle of 337.66º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4578 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 120 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.19 |
| HSL | 337.66º | 0.58% | 0.54% | - |
| HSV(B) | 337.66º | 0.67% | 0.81% | - |
| XYZ | 30.97 | 18.73 | 19.75 | - |
| YUV | 115.78 | 130.39 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 120 | 0 | 0.67 | 0.42 | 0.19 | 337.66 | 0.58 | 0.54 |
| Hex | CE | 45 | 78 | 0 | 43 | 2A | 13 | 152 | 3A | 36 |
| Octal | 316 | 105 | 170 | 0 | 103 | 52 | 23 | 522 | 72 | 66 |
| Binary | 11001110 | 1000101 | 1111000 | 0 | 1000011 | 101010 | 10011 | 101010010 | 111010 | 110110 |
Color Harmonies of #CE4578
Complementary color
Monochromatic Colors of #CE4578
Black with #CE4578
Text Example
Text Example
White with #CE4578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4578; }
p { color: rgb(206,69,120); }
H1.HeaderClassName
{
color: #CE4578;
}
.AnyTagClassName
{
color: #CE4578;
}
</style>
background-color css
<style>
a { background-color: #CE4578; }
a { background-color: rgb(206,69,120); }
div.DivClassName
{
background-color: #CE4578;
}
.BgClassName
{
background-color: #CE4578;
}
</style>
border-color css
<style>
span { border-color: #CE4578; }
span { border-color: rgb(206,69,120); }
td.TdClassName
{
border-color: #CE4578;
}
.TagClassName
{
border-color: #CE4578;
}
</style>