Shades of Cerise #CE335B
Tints of Cerise #CE335B
RGB
CMYK
RGB Variations
Color information
#CE335B (or 0xCE335B) is known color: Cerise. HEX triplet: CE, 33 and 5B. RGB value is (206,51,91). Sum of RGB (Red+Green+Blue) = 206+51+91=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE335B is #31CCA4. Grayscale: #656565. Windows color (decimal): -3263653 or 5977038. OLE color: 5977038.
HSL color Cylindrical-coordinate representation of color #CE335B: hue angle of 344.52º 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 #CE335B is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 91 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.19 |
| HSL | 344.52º | 0.61% | 0.5% | - |
| HSV(B) | 344.52º | 0.75% | 0.81% | - |
| XYZ | 28.53 | 16.24 | 11.53 | - |
| YUV | 101.91 | 121.85 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 91 | 0 | 0.75 | 0.56 | 0.19 | 344.52 | 0.61 | 0.5 |
| Hex | CE | 33 | 5B | 0 | 4B | 38 | 13 | 159 | 3D | 32 |
| Octal | 316 | 63 | 133 | 0 | 113 | 70 | 23 | 531 | 75 | 62 |
| Binary | 11001110 | 110011 | 1011011 | 0 | 1001011 | 111000 | 10011 | 101011001 | 111101 | 110010 |
Color Harmonies of #CE335B
Complementary color
Monochromatic Colors of #CE335B
Black with #CE335B
Text Example
Text Example
White with #CE335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE335B; }
p { color: rgb(206,51,91); }
H1.HeaderClassName
{
color: #CE335B;
}
.AnyTagClassName
{
color: #CE335B;
}
</style>
background-color css
<style>
a { background-color: #CE335B; }
a { background-color: rgb(206,51,91); }
div.DivClassName
{
background-color: #CE335B;
}
.BgClassName
{
background-color: #CE335B;
}
</style>
border-color css
<style>
span { border-color: #CE335B; }
span { border-color: rgb(206,51,91); }
td.TdClassName
{
border-color: #CE335B;
}
.TagClassName
{
border-color: #CE335B;
}
</style>