Shades of Cranberry #CE507B
Tints of Cranberry #CE507B
RGB
CMYK
RGB Variations
Color information
#CE507B (or 0xCE507B) is known color: Cranberry. HEX triplet: CE, 50 and 7B. RGB value is (206,80,123). Sum of RGB (Red+Green+Blue) = 206+80+123=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE507B is #31AF84. Grayscale: #7A7A7A. Windows color (decimal): -3256197 or 8081614. OLE color: 8081614.
HSL color Cylindrical-coordinate representation of color #CE507B: hue angle of 339.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE507B is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 123 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.19 |
| HSL | 339.52º | 0.56% | 0.56% | - |
| HSV(B) | 339.52º | 0.61% | 0.81% | - |
| XYZ | 31.9 | 20.29 | 20.97 | - |
| YUV | 122.58 | 128.24 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 123 | 0 | 0.61 | 0.40 | 0.19 | 339.52 | 0.56 | 0.56 |
| Hex | CE | 50 | 7B | 0 | 3D | 28 | 13 | 154 | 38 | 38 |
| Octal | 316 | 120 | 173 | 0 | 75 | 50 | 23 | 524 | 70 | 70 |
| Binary | 11001110 | 1010000 | 1111011 | 0 | 111101 | 101000 | 10011 | 101010100 | 111000 | 111000 |
Color Harmonies of #CE507B
Complementary color
Monochromatic Colors of #CE507B
Black with #CE507B
Text Example
Text Example
White with #CE507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE507B; }
p { color: rgb(206,80,123); }
H1.HeaderClassName
{
color: #CE507B;
}
.AnyTagClassName
{
color: #CE507B;
}
</style>
background-color css
<style>
a { background-color: #CE507B; }
a { background-color: rgb(206,80,123); }
div.DivClassName
{
background-color: #CE507B;
}
.BgClassName
{
background-color: #CE507B;
}
</style>
border-color css
<style>
span { border-color: #CE507B; }
span { border-color: rgb(206,80,123); }
td.TdClassName
{
border-color: #CE507B;
}
.TagClassName
{
border-color: #CE507B;
}
</style>