Shades of Cerise #CE265C
Tints of Cerise #CE265C
RGB
CMYK
RGB Variations
Color information
#CE265C (or 0xCE265C) is known color: Cerise. HEX triplet: CE, 26 and 5C. RGB value is (206,38,92). Sum of RGB (Red+Green+Blue) = 206+38+92=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE265C is #31D9A3. Grayscale: #5E5E5E. Windows color (decimal): -3266980 or 6039246. OLE color: 6039246.
HSL color Cylindrical-coordinate representation of color #CE265C: hue angle of 340.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE265C is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 92 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.19 |
| HSL | 340.71º | 0.69% | 0.48% | - |
| HSV(B) | 340.71º | 0.82% | 0.81% | - |
| XYZ | 28.08 | 15.28 | 11.59 | - |
| YUV | 94.39 | 126.66 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 92 | 0 | 0.82 | 0.55 | 0.19 | 340.71 | 0.69 | 0.48 |
| Hex | CE | 26 | 5C | 0 | 52 | 37 | 13 | 155 | 45 | 30 |
| Octal | 316 | 46 | 134 | 0 | 122 | 67 | 23 | 525 | 105 | 60 |
| Binary | 11001110 | 100110 | 1011100 | 0 | 1010010 | 110111 | 10011 | 101010101 | 1000101 | 110000 |
Color Harmonies of #CE265C
Complementary color
Monochromatic Colors of #CE265C
Black with #CE265C
Text Example
Text Example
White with #CE265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE265C; }
p { color: rgb(206,38,92); }
H1.HeaderClassName
{
color: #CE265C;
}
.AnyTagClassName
{
color: #CE265C;
}
</style>
background-color css
<style>
a { background-color: #CE265C; }
a { background-color: rgb(206,38,92); }
div.DivClassName
{
background-color: #CE265C;
}
.BgClassName
{
background-color: #CE265C;
}
</style>
border-color css
<style>
span { border-color: #CE265C; }
span { border-color: rgb(206,38,92); }
td.TdClassName
{
border-color: #CE265C;
}
.TagClassName
{
border-color: #CE265C;
}
</style>