Shades of Cerise #CE3D64
Tints of Cerise #CE3D64
RGB
CMYK
RGB Variations
Color information
#CE3D64 (or 0xCE3D64) is known color: Cerise. HEX triplet: CE, 3D and 64. RGB value is (206,61,100). Sum of RGB (Red+Green+Blue) = 206+61+100=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D64 is #31C29B. Grayscale: #6C6C6C. Windows color (decimal): -3261084 or 6569422. OLE color: 6569422.
HSL color Cylindrical-coordinate representation of color #CE3D64: hue angle of 343.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D64 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 100 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.19 |
| HSL | 343.86º | 0.6% | 0.52% | - |
| HSV(B) | 343.86º | 0.7% | 0.81% | - |
| XYZ | 29.42 | 17.38 | 13.86 | - |
| YUV | 108.8 | 123.04 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 100 | 0 | 0.70 | 0.51 | 0.19 | 343.86 | 0.6 | 0.52 |
| Hex | CE | 3D | 64 | 0 | 46 | 33 | 13 | 158 | 3C | 34 |
| Octal | 316 | 75 | 144 | 0 | 106 | 63 | 23 | 530 | 74 | 64 |
| Binary | 11001110 | 111101 | 1100100 | 0 | 1000110 | 110011 | 10011 | 101011000 | 111100 | 110100 |
Color Harmonies of #CE3D64
Complementary color
Monochromatic Colors of #CE3D64
Black with #CE3D64
Text Example
Text Example
White with #CE3D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D64; }
p { color: rgb(206,61,100); }
H1.HeaderClassName
{
color: #CE3D64;
}
.AnyTagClassName
{
color: #CE3D64;
}
</style>
background-color css
<style>
a { background-color: #CE3D64; }
a { background-color: rgb(206,61,100); }
div.DivClassName
{
background-color: #CE3D64;
}
.BgClassName
{
background-color: #CE3D64;
}
</style>
border-color css
<style>
span { border-color: #CE3D64; }
span { border-color: rgb(206,61,100); }
td.TdClassName
{
border-color: #CE3D64;
}
.TagClassName
{
border-color: #CE3D64;
}
</style>