Shades of Cerise #CE3C64
Tints of Cerise #CE3C64
RGB
CMYK
RGB Variations
Color information
#CE3C64 (or 0xCE3C64) is known color: Cerise. HEX triplet: CE, 3C and 64. RGB value is (206,60,100). Sum of RGB (Red+Green+Blue) = 206+60+100=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C64 is #31C39B. Grayscale: #6C6C6C. Windows color (decimal): -3261340 or 6569166. OLE color: 6569166.
HSL color Cylindrical-coordinate representation of color #CE3C64: hue angle of 343.56º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3C64 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 100 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.19 |
| HSL | 343.56º | 0.6% | 0.52% | - |
| HSV(B) | 343.56º | 0.71% | 0.81% | - |
| XYZ | 29.37 | 17.27 | 13.84 | - |
| YUV | 108.21 | 123.37 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 100 | 0 | 0.71 | 0.51 | 0.19 | 343.56 | 0.6 | 0.52 |
| Hex | CE | 3C | 64 | 0 | 47 | 33 | 13 | 158 | 3C | 34 |
| Octal | 316 | 74 | 144 | 0 | 107 | 63 | 23 | 530 | 74 | 64 |
| Binary | 11001110 | 111100 | 1100100 | 0 | 1000111 | 110011 | 10011 | 101011000 | 111100 | 110100 |
Color Harmonies of #CE3C64
Complementary color
Monochromatic Colors of #CE3C64
Black with #CE3C64
Text Example
Text Example
White with #CE3C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C64; }
p { color: rgb(206,60,100); }
H1.HeaderClassName
{
color: #CE3C64;
}
.AnyTagClassName
{
color: #CE3C64;
}
</style>
background-color css
<style>
a { background-color: #CE3C64; }
a { background-color: rgb(206,60,100); }
div.DivClassName
{
background-color: #CE3C64;
}
.BgClassName
{
background-color: #CE3C64;
}
</style>
border-color css
<style>
span { border-color: #CE3C64; }
span { border-color: rgb(206,60,100); }
td.TdClassName
{
border-color: #CE3C64;
}
.TagClassName
{
border-color: #CE3C64;
}
</style>