Shades of Cranberry #CE3F72
Tints of Cranberry #CE3F72
RGB
CMYK
RGB Variations
Color information
#CE3F72 (or 0xCE3F72) is known color: Cranberry. HEX triplet: CE, 3F and 72. RGB value is (206,63,114). Sum of RGB (Red+Green+Blue) = 206+63+114=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F72 is #31C08D. Grayscale: #6F6F6F. Windows color (decimal): -3260558 or 7487438. OLE color: 7487438.
HSL color Cylindrical-coordinate representation of color #CE3F72: hue angle of 338.6º 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 #CE3F72 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 114 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.19 |
| HSL | 338.6º | 0.59% | 0.53% | - |
| HSV(B) | 338.6º | 0.69% | 0.81% | - |
| XYZ | 30.27 | 17.89 | 17.78 | - |
| YUV | 111.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 114 | 0 | 0.69 | 0.45 | 0.19 | 338.6 | 0.59 | 0.53 |
| Hex | CE | 3F | 72 | 0 | 45 | 2D | 13 | 153 | 3B | 35 |
| Octal | 316 | 77 | 162 | 0 | 105 | 55 | 23 | 523 | 73 | 65 |
| Binary | 11001110 | 111111 | 1110010 | 0 | 1000101 | 101101 | 10011 | 101010011 | 111011 | 110101 |
Color Harmonies of #CE3F72
Complementary color
Monochromatic Colors of #CE3F72
Black with #CE3F72
Text Example
Text Example
White with #CE3F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F72; }
p { color: rgb(206,63,114); }
H1.HeaderClassName
{
color: #CE3F72;
}
.AnyTagClassName
{
color: #CE3F72;
}
</style>
background-color css
<style>
a { background-color: #CE3F72; }
a { background-color: rgb(206,63,114); }
div.DivClassName
{
background-color: #CE3F72;
}
.BgClassName
{
background-color: #CE3F72;
}
</style>
border-color css
<style>
span { border-color: #CE3F72; }
span { border-color: rgb(206,63,114); }
td.TdClassName
{
border-color: #CE3F72;
}
.TagClassName
{
border-color: #CE3F72;
}
</style>