Shades of Cranberry #CE407B
Tints of Cranberry #CE407B
RGB
CMYK
RGB Variations
Color information
#CE407B (or 0xCE407B) is known color: Cranberry. HEX triplet: CE, 40 and 7B. RGB value is (206,64,123). Sum of RGB (Red+Green+Blue) = 206+64+123=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE407B is #31BF84. Grayscale: #717171. Windows color (decimal): -3260293 or 8077518. OLE color: 8077518.
HSL color Cylindrical-coordinate representation of color #CE407B: hue angle of 335.07º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE407B is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 123 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.19 |
| HSL | 335.07º | 0.59% | 0.53% | - |
| HSV(B) | 335.07º | 0.69% | 0.81% | - |
| XYZ | 30.86 | 18.22 | 20.63 | - |
| YUV | 113.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 123 | 0 | 0.69 | 0.40 | 0.19 | 335.07 | 0.59 | 0.53 |
| Hex | CE | 40 | 7B | 0 | 45 | 28 | 13 | 14F | 3B | 35 |
| Octal | 316 | 100 | 173 | 0 | 105 | 50 | 23 | 517 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1111011 | 0 | 1000101 | 101000 | 10011 | 101001111 | 111011 | 110101 |
Color Harmonies of #CE407B
Complementary color
Monochromatic Colors of #CE407B
Black with #CE407B
Text Example
Text Example
White with #CE407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE407B; }
p { color: rgb(206,64,123); }
H1.HeaderClassName
{
color: #CE407B;
}
.AnyTagClassName
{
color: #CE407B;
}
</style>
background-color css
<style>
a { background-color: #CE407B; }
a { background-color: rgb(206,64,123); }
div.DivClassName
{
background-color: #CE407B;
}
.BgClassName
{
background-color: #CE407B;
}
</style>
border-color css
<style>
span { border-color: #CE407B; }
span { border-color: rgb(206,64,123); }
td.TdClassName
{
border-color: #CE407B;
}
.TagClassName
{
border-color: #CE407B;
}
</style>