Shades of Cranberry #CE417B
Tints of Cranberry #CE417B
RGB
CMYK
RGB Variations
Color information
#CE417B (or 0xCE417B) is known color: Cranberry. HEX triplet: CE, 41 and 7B. RGB value is (206,65,123). Sum of RGB (Red+Green+Blue) = 206+65+123=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE417B is #31BE84. Grayscale: #717171. Windows color (decimal): -3260037 or 8077774. OLE color: 8077774.
HSL color Cylindrical-coordinate representation of color #CE417B: hue angle of 335.32º 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 #CE417B is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 123 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.19 |
| HSL | 335.32º | 0.59% | 0.53% | - |
| HSV(B) | 335.32º | 0.68% | 0.81% | - |
| XYZ | 30.92 | 18.33 | 20.65 | - |
| YUV | 113.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 123 | 0 | 0.68 | 0.40 | 0.19 | 335.32 | 0.59 | 0.53 |
| Hex | CE | 41 | 7B | 0 | 44 | 28 | 13 | 14F | 3B | 35 |
| Octal | 316 | 101 | 173 | 0 | 104 | 50 | 23 | 517 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1111011 | 0 | 1000100 | 101000 | 10011 | 101001111 | 111011 | 110101 |
Color Harmonies of #CE417B
Complementary color
Monochromatic Colors of #CE417B
Black with #CE417B
Text Example
Text Example
White with #CE417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE417B; }
p { color: rgb(206,65,123); }
H1.HeaderClassName
{
color: #CE417B;
}
.AnyTagClassName
{
color: #CE417B;
}
</style>
background-color css
<style>
a { background-color: #CE417B; }
a { background-color: rgb(206,65,123); }
div.DivClassName
{
background-color: #CE417B;
}
.BgClassName
{
background-color: #CE417B;
}
</style>
border-color css
<style>
span { border-color: #CE417B; }
span { border-color: rgb(206,65,123); }
td.TdClassName
{
border-color: #CE417B;
}
.TagClassName
{
border-color: #CE417B;
}
</style>