Shades of Cerise #CE2F65
Tints of Cerise #CE2F65
RGB
CMYK
RGB Variations
Color information
#CE2F65 (or 0xCE2F65) is known color: Cerise. HEX triplet: CE, 2F and 65. RGB value is (206,47,101). Sum of RGB (Red+Green+Blue) = 206+47+101=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2F65 is #31D09A. Grayscale: #646464. Windows color (decimal): -3264667 or 6631374. OLE color: 6631374.
HSL color Cylindrical-coordinate representation of color #CE2F65: hue angle of 339.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2F65 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 101 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.19 |
| HSL | 339.62º | 0.63% | 0.5% | - |
| HSV(B) | 339.62º | 0.77% | 0.81% | - |
| XYZ | 28.82 | 16.09 | 13.9 | - |
| YUV | 100.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 101 | 0 | 0.77 | 0.51 | 0.19 | 339.62 | 0.63 | 0.5 |
| Hex | CE | 2F | 65 | 0 | 4D | 33 | 13 | 154 | 3F | 32 |
| Octal | 316 | 57 | 145 | 0 | 115 | 63 | 23 | 524 | 77 | 62 |
| Binary | 11001110 | 101111 | 1100101 | 0 | 1001101 | 110011 | 10011 | 101010100 | 111111 | 110010 |
Color Harmonies of #CE2F65
Complementary color
Monochromatic Colors of #CE2F65
Black with #CE2F65
Text Example
Text Example
White with #CE2F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F65; }
p { color: rgb(206,47,101); }
H1.HeaderClassName
{
color: #CE2F65;
}
.AnyTagClassName
{
color: #CE2F65;
}
</style>
background-color css
<style>
a { background-color: #CE2F65; }
a { background-color: rgb(206,47,101); }
div.DivClassName
{
background-color: #CE2F65;
}
.BgClassName
{
background-color: #CE2F65;
}
</style>
border-color css
<style>
span { border-color: #CE2F65; }
span { border-color: rgb(206,47,101); }
td.TdClassName
{
border-color: #CE2F65;
}
.TagClassName
{
border-color: #CE2F65;
}
</style>