Shades of Cerise #CE3264
Tints of Cerise #CE3264
RGB
CMYK
RGB Variations
Color information
#CE3264 (or 0xCE3264) is known color: Cerise. HEX triplet: CE, 32 and 64. RGB value is (206,50,100). Sum of RGB (Red+Green+Blue) = 206+50+100=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3264 is #31CD9B. Grayscale: #666666. Windows color (decimal): -3263900 or 6566606. OLE color: 6566606.
HSL color Cylindrical-coordinate representation of color #CE3264: hue angle of 340.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3264 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 100 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.19 |
| HSL | 340.77º | 0.61% | 0.5% | - |
| HSV(B) | 340.77º | 0.76% | 0.81% | - |
| XYZ | 28.89 | 16.32 | 13.68 | - |
| YUV | 102.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 100 | 0 | 0.76 | 0.51 | 0.19 | 340.77 | 0.61 | 0.5 |
| Hex | CE | 32 | 64 | 0 | 4C | 33 | 13 | 155 | 3D | 32 |
| Octal | 316 | 62 | 144 | 0 | 114 | 63 | 23 | 525 | 75 | 62 |
| Binary | 11001110 | 110010 | 1100100 | 0 | 1001100 | 110011 | 10011 | 101010101 | 111101 | 110010 |
Color Harmonies of #CE3264
Complementary color
Monochromatic Colors of #CE3264
Black with #CE3264
Text Example
Text Example
White with #CE3264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3264; }
p { color: rgb(206,50,100); }
H1.HeaderClassName
{
color: #CE3264;
}
.AnyTagClassName
{
color: #CE3264;
}
</style>
background-color css
<style>
a { background-color: #CE3264; }
a { background-color: rgb(206,50,100); }
div.DivClassName
{
background-color: #CE3264;
}
.BgClassName
{
background-color: #CE3264;
}
</style>
border-color css
<style>
span { border-color: #CE3264; }
span { border-color: rgb(206,50,100); }
td.TdClassName
{
border-color: #CE3264;
}
.TagClassName
{
border-color: #CE3264;
}
</style>