Shades of Cerise #CE3D6C
Tints of Cerise #CE3D6C
RGB
CMYK
RGB Variations
Color information
#CE3D6C (or 0xCE3D6C) is known color: Cerise. HEX triplet: CE, 3D and 6C. RGB value is (206,61,108). Sum of RGB (Red+Green+Blue) = 206+61+108=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D6C is #31C293. Grayscale: #6D6D6D. Windows color (decimal): -3261076 or 7093710. OLE color: 7093710.
HSL color Cylindrical-coordinate representation of color #CE3D6C: hue angle of 340.55º 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 #CE3D6C is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 108 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.19 |
| HSL | 340.55º | 0.6% | 0.52% | - |
| HSV(B) | 340.55º | 0.7% | 0.81% | - |
| XYZ | 29.83 | 17.54 | 16 | - |
| YUV | 109.71 | 127.04 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 108 | 0 | 0.70 | 0.48 | 0.19 | 340.55 | 0.6 | 0.52 |
| Hex | CE | 3D | 6C | 0 | 46 | 30 | 13 | 155 | 3C | 34 |
| Octal | 316 | 75 | 154 | 0 | 106 | 60 | 23 | 525 | 74 | 64 |
| Binary | 11001110 | 111101 | 1101100 | 0 | 1000110 | 110000 | 10011 | 101010101 | 111100 | 110100 |
Color Harmonies of #CE3D6C
Complementary color
Monochromatic Colors of #CE3D6C
Black with #CE3D6C
Text Example
Text Example
White with #CE3D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D6C; }
p { color: rgb(206,61,108); }
H1.HeaderClassName
{
color: #CE3D6C;
}
.AnyTagClassName
{
color: #CE3D6C;
}
</style>
background-color css
<style>
a { background-color: #CE3D6C; }
a { background-color: rgb(206,61,108); }
div.DivClassName
{
background-color: #CE3D6C;
}
.BgClassName
{
background-color: #CE3D6C;
}
</style>
border-color css
<style>
span { border-color: #CE3D6C; }
span { border-color: rgb(206,61,108); }
td.TdClassName
{
border-color: #CE3D6C;
}
.TagClassName
{
border-color: #CE3D6C;
}
</style>