Shades of Cranberry #CE507F
Tints of Cranberry #CE507F
RGB
CMYK
RGB Variations
Color information
#CE507F (or 0xCE507F) is known color: Cranberry. HEX triplet: CE, 50 and 7F. RGB value is (206,80,127). Sum of RGB (Red+Green+Blue) = 206+80+127=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE507F is #31AF80. Grayscale: #7A7A7A. Windows color (decimal): -3256193 or 8343758. OLE color: 8343758.
HSL color Cylindrical-coordinate representation of color #CE507F: hue angle of 337.62º 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 #CE507F is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 127 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.19 |
| HSL | 337.62º | 0.56% | 0.56% | - |
| HSV(B) | 337.62º | 0.61% | 0.81% | - |
| XYZ | 32.15 | 20.39 | 22.32 | - |
| YUV | 123.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 127 | 0 | 0.61 | 0.38 | 0.19 | 337.62 | 0.56 | 0.56 |
| Hex | CE | 50 | 7F | 0 | 3D | 26 | 13 | 152 | 38 | 38 |
| Octal | 316 | 120 | 177 | 0 | 75 | 46 | 23 | 522 | 70 | 70 |
| Binary | 11001110 | 1010000 | 1111111 | 0 | 111101 | 100110 | 10011 | 101010010 | 111000 | 111000 |
Color Harmonies of #CE507F
Complementary color
Monochromatic Colors of #CE507F
Black with #CE507F
Text Example
Text Example
White with #CE507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE507F; }
p { color: rgb(206,80,127); }
H1.HeaderClassName
{
color: #CE507F;
}
.AnyTagClassName
{
color: #CE507F;
}
</style>
background-color css
<style>
a { background-color: #CE507F; }
a { background-color: rgb(206,80,127); }
div.DivClassName
{
background-color: #CE507F;
}
.BgClassName
{
background-color: #CE507F;
}
</style>
border-color css
<style>
span { border-color: #CE507F; }
span { border-color: rgb(206,80,127); }
td.TdClassName
{
border-color: #CE507F;
}
.TagClassName
{
border-color: #CE507F;
}
</style>