Shades of Cerise #CE335F
Tints of Cerise #CE335F
RGB
CMYK
RGB Variations
Color information
#CE335F (or 0xCE335F) is known color: Cerise. HEX triplet: CE, 33 and 5F. RGB value is (206,51,95). Sum of RGB (Red+Green+Blue) = 206+51+95=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE335F is #31CCA0. Grayscale: #666666. Windows color (decimal): -3263649 or 6239182. OLE color: 6239182.
HSL color Cylindrical-coordinate representation of color #CE335F: hue angle of 342.97º 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 #CE335F is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 95 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.19 |
| HSL | 342.97º | 0.61% | 0.5% | - |
| HSV(B) | 342.97º | 0.75% | 0.81% | - |
| XYZ | 28.7 | 16.32 | 12.46 | - |
| YUV | 102.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 95 | 0 | 0.75 | 0.54 | 0.19 | 342.97 | 0.61 | 0.5 |
| Hex | CE | 33 | 5F | 0 | 4B | 36 | 13 | 157 | 3D | 32 |
| Octal | 316 | 63 | 137 | 0 | 113 | 66 | 23 | 527 | 75 | 62 |
| Binary | 11001110 | 110011 | 1011111 | 0 | 1001011 | 110110 | 10011 | 101010111 | 111101 | 110010 |
Color Harmonies of #CE335F
Complementary color
Monochromatic Colors of #CE335F
Black with #CE335F
Text Example
Text Example
White with #CE335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE335F; }
p { color: rgb(206,51,95); }
H1.HeaderClassName
{
color: #CE335F;
}
.AnyTagClassName
{
color: #CE335F;
}
</style>
background-color css
<style>
a { background-color: #CE335F; }
a { background-color: rgb(206,51,95); }
div.DivClassName
{
background-color: #CE335F;
}
.BgClassName
{
background-color: #CE335F;
}
</style>
border-color css
<style>
span { border-color: #CE335F; }
span { border-color: rgb(206,51,95); }
td.TdClassName
{
border-color: #CE335F;
}
.TagClassName
{
border-color: #CE335F;
}
</style>