Shades of Cranberry #CE427B
Tints of Cranberry #CE427B
RGB
CMYK
RGB Variations
Color information
#CE427B (or 0xCE427B) is known color: Cranberry. HEX triplet: CE, 42 and 7B. RGB value is (206,66,123). Sum of RGB (Red+Green+Blue) = 206+66+123=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE427B is #31BD84. Grayscale: #727272. Windows color (decimal): -3259781 or 8078030. OLE color: 8078030.
HSL color Cylindrical-coordinate representation of color #CE427B: hue angle of 335.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE427B is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 123 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.19 |
| HSL | 335.57º | 0.59% | 0.53% | - |
| HSV(B) | 335.57º | 0.68% | 0.81% | - |
| XYZ | 30.98 | 18.45 | 20.67 | - |
| YUV | 114.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 123 | 0 | 0.68 | 0.40 | 0.19 | 335.57 | 0.59 | 0.53 |
| Hex | CE | 42 | 7B | 0 | 44 | 28 | 13 | 150 | 3B | 35 |
| Octal | 316 | 102 | 173 | 0 | 104 | 50 | 23 | 520 | 73 | 65 |
| Binary | 11001110 | 1000010 | 1111011 | 0 | 1000100 | 101000 | 10011 | 101010000 | 111011 | 110101 |
Color Harmonies of #CE427B
Complementary color
Monochromatic Colors of #CE427B
Black with #CE427B
Text Example
Text Example
White with #CE427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE427B; }
p { color: rgb(206,66,123); }
H1.HeaderClassName
{
color: #CE427B;
}
.AnyTagClassName
{
color: #CE427B;
}
</style>
background-color css
<style>
a { background-color: #CE427B; }
a { background-color: rgb(206,66,123); }
div.DivClassName
{
background-color: #CE427B;
}
.BgClassName
{
background-color: #CE427B;
}
</style>
border-color css
<style>
span { border-color: #CE427B; }
span { border-color: rgb(206,66,123); }
td.TdClassName
{
border-color: #CE427B;
}
.TagClassName
{
border-color: #CE427B;
}
</style>