Shades of Cerise #CE335C
Tints of Cerise #CE335C
RGB
CMYK
RGB Variations
Color information
#CE335C (or 0xCE335C) is known color: Cerise. HEX triplet: CE, 33 and 5C. RGB value is (206,51,92). Sum of RGB (Red+Green+Blue) = 206+51+92=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE335C is #31CCA3. Grayscale: #666666. Windows color (decimal): -3263652 or 6042574. OLE color: 6042574.
HSL color Cylindrical-coordinate representation of color #CE335C: hue angle of 344.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE335C is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 92 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.19 |
| HSL | 344.13º | 0.61% | 0.5% | - |
| HSV(B) | 344.13º | 0.75% | 0.81% | - |
| XYZ | 28.57 | 16.26 | 11.76 | - |
| YUV | 102.02 | 122.35 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 92 | 0 | 0.75 | 0.55 | 0.19 | 344.13 | 0.61 | 0.5 |
| Hex | CE | 33 | 5C | 0 | 4B | 37 | 13 | 158 | 3D | 32 |
| Octal | 316 | 63 | 134 | 0 | 113 | 67 | 23 | 530 | 75 | 62 |
| Binary | 11001110 | 110011 | 1011100 | 0 | 1001011 | 110111 | 10011 | 101011000 | 111101 | 110010 |
Color Harmonies of #CE335C
Complementary color
Monochromatic Colors of #CE335C
Black with #CE335C
Text Example
Text Example
White with #CE335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE335C; }
p { color: rgb(206,51,92); }
H1.HeaderClassName
{
color: #CE335C;
}
.AnyTagClassName
{
color: #CE335C;
}
</style>
background-color css
<style>
a { background-color: #CE335C; }
a { background-color: rgb(206,51,92); }
div.DivClassName
{
background-color: #CE335C;
}
.BgClassName
{
background-color: #CE335C;
}
</style>
border-color css
<style>
span { border-color: #CE335C; }
span { border-color: rgb(206,51,92); }
td.TdClassName
{
border-color: #CE335C;
}
.TagClassName
{
border-color: #CE335C;
}
</style>