Shades of Cerise #CE335D
Tints of Cerise #CE335D
RGB
CMYK
RGB Variations
Color information
#CE335D (or 0xCE335D) is known color: Cerise. HEX triplet: CE, 33 and 5D. RGB value is (206,51,93). Sum of RGB (Red+Green+Blue) = 206+51+93=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE335D is #31CCA2. Grayscale: #666666. Windows color (decimal): -3263651 or 6108110. OLE color: 6108110.
HSL color Cylindrical-coordinate representation of color #CE335D: hue angle of 343.74º 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 #CE335D is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 93 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.19 |
| HSL | 343.74º | 0.61% | 0.5% | - |
| HSV(B) | 343.74º | 0.75% | 0.81% | - |
| XYZ | 28.61 | 16.28 | 11.99 | - |
| YUV | 102.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 93 | 0 | 0.75 | 0.55 | 0.19 | 343.74 | 0.61 | 0.5 |
| Hex | CE | 33 | 5D | 0 | 4B | 37 | 13 | 158 | 3D | 32 |
| Octal | 316 | 63 | 135 | 0 | 113 | 67 | 23 | 530 | 75 | 62 |
| Binary | 11001110 | 110011 | 1011101 | 0 | 1001011 | 110111 | 10011 | 101011000 | 111101 | 110010 |
Color Harmonies of #CE335D
Complementary color
Monochromatic Colors of #CE335D
Black with #CE335D
Text Example
Text Example
White with #CE335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE335D; }
p { color: rgb(206,51,93); }
H1.HeaderClassName
{
color: #CE335D;
}
.AnyTagClassName
{
color: #CE335D;
}
</style>
background-color css
<style>
a { background-color: #CE335D; }
a { background-color: rgb(206,51,93); }
div.DivClassName
{
background-color: #CE335D;
}
.BgClassName
{
background-color: #CE335D;
}
</style>
border-color css
<style>
span { border-color: #CE335D; }
span { border-color: rgb(206,51,93); }
td.TdClassName
{
border-color: #CE335D;
}
.TagClassName
{
border-color: #CE335D;
}
</style>