Shades of Cranberry #CE507E
Tints of Cranberry #CE507E
RGB
CMYK
RGB Variations
Color information
#CE507E (or 0xCE507E) is known color: Cranberry. HEX triplet: CE, 50 and 7E. RGB value is (206,80,126). Sum of RGB (Red+Green+Blue) = 206+80+126=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE507E is #31AF81. Grayscale: #7A7A7A. Windows color (decimal): -3256194 or 8278222. OLE color: 8278222.
HSL color Cylindrical-coordinate representation of color #CE507E: hue angle of 338.1º 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 #CE507E is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 126 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.19 |
| HSL | 338.1º | 0.56% | 0.56% | - |
| HSV(B) | 338.1º | 0.61% | 0.81% | - |
| XYZ | 32.09 | 20.37 | 21.98 | - |
| YUV | 122.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 126 | 0 | 0.61 | 0.39 | 0.19 | 338.1 | 0.56 | 0.56 |
| Hex | CE | 50 | 7E | 0 | 3D | 27 | 13 | 152 | 38 | 38 |
| Octal | 316 | 120 | 176 | 0 | 75 | 47 | 23 | 522 | 70 | 70 |
| Binary | 11001110 | 1010000 | 1111110 | 0 | 111101 | 100111 | 10011 | 101010010 | 111000 | 111000 |
Color Harmonies of #CE507E
Complementary color
Monochromatic Colors of #CE507E
Black with #CE507E
Text Example
Text Example
White with #CE507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE507E; }
p { color: rgb(206,80,126); }
H1.HeaderClassName
{
color: #CE507E;
}
.AnyTagClassName
{
color: #CE507E;
}
</style>
background-color css
<style>
a { background-color: #CE507E; }
a { background-color: rgb(206,80,126); }
div.DivClassName
{
background-color: #CE507E;
}
.BgClassName
{
background-color: #CE507E;
}
</style>
border-color css
<style>
span { border-color: #CE507E; }
span { border-color: rgb(206,80,126); }
td.TdClassName
{
border-color: #CE507E;
}
.TagClassName
{
border-color: #CE507E;
}
</style>