Shades of Cranberry #CE4A78
Tints of Cranberry #CE4A78
RGB
CMYK
RGB Variations
Color information
#CE4A78 (or 0xCE4A78) is known color: Cranberry. HEX triplet: CE, 4A and 78. RGB value is (206,74,120). Sum of RGB (Red+Green+Blue) = 206+74+120=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4A78 is #31B587. Grayscale: #767676. Windows color (decimal): -3257736 or 7883470. OLE color: 7883470.
HSL color Cylindrical-coordinate representation of color #CE4A78: hue angle of 339.09º 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 #CE4A78 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 120 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.19 |
| HSL | 339.09º | 0.57% | 0.55% | - |
| HSV(B) | 339.09º | 0.64% | 0.81% | - |
| XYZ | 31.29 | 19.38 | 19.86 | - |
| YUV | 118.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 120 | 0 | 0.64 | 0.42 | 0.19 | 339.09 | 0.57 | 0.55 |
| Hex | CE | 4A | 78 | 0 | 40 | 2A | 13 | 153 | 39 | 37 |
| Octal | 316 | 112 | 170 | 0 | 100 | 52 | 23 | 523 | 71 | 67 |
| Binary | 11001110 | 1001010 | 1111000 | 0 | 1000000 | 101010 | 10011 | 101010011 | 111001 | 110111 |
Color Harmonies of #CE4A78
Complementary color
Monochromatic Colors of #CE4A78
Black with #CE4A78
Text Example
Text Example
White with #CE4A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A78; }
p { color: rgb(206,74,120); }
H1.HeaderClassName
{
color: #CE4A78;
}
.AnyTagClassName
{
color: #CE4A78;
}
</style>
background-color css
<style>
a { background-color: #CE4A78; }
a { background-color: rgb(206,74,120); }
div.DivClassName
{
background-color: #CE4A78;
}
.BgClassName
{
background-color: #CE4A78;
}
</style>
border-color css
<style>
span { border-color: #CE4A78; }
span { border-color: rgb(206,74,120); }
td.TdClassName
{
border-color: #CE4A78;
}
.TagClassName
{
border-color: #CE4A78;
}
</style>