Shades of Cerise #CE3968
Tints of Cerise #CE3968
RGB
CMYK
RGB Variations
Color information
#CE3968 (or 0xCE3968) is known color: Cerise. HEX triplet: CE, 39 and 68. RGB value is (206,57,104). Sum of RGB (Red+Green+Blue) = 206+57+104=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3968 is #31C697. Grayscale: #6A6A6A. Windows color (decimal): -3262104 or 6830542. OLE color: 6830542.
HSL color Cylindrical-coordinate representation of color #CE3968: hue angle of 341.07º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3968 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 104 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.19 |
| HSL | 341.07º | 0.6% | 0.52% | - |
| HSV(B) | 341.07º | 0.72% | 0.81% | - |
| XYZ | 29.42 | 17.05 | 14.84 | - |
| YUV | 106.91 | 126.36 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 104 | 0 | 0.72 | 0.50 | 0.19 | 341.07 | 0.6 | 0.52 |
| Hex | CE | 39 | 68 | 0 | 48 | 32 | 13 | 155 | 3C | 34 |
| Octal | 316 | 71 | 150 | 0 | 110 | 62 | 23 | 525 | 74 | 64 |
| Binary | 11001110 | 111001 | 1101000 | 0 | 1001000 | 110010 | 10011 | 101010101 | 111100 | 110100 |
Color Harmonies of #CE3968
Complementary color
Monochromatic Colors of #CE3968
Black with #CE3968
Text Example
Text Example
White with #CE3968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3968; }
p { color: rgb(206,57,104); }
H1.HeaderClassName
{
color: #CE3968;
}
.AnyTagClassName
{
color: #CE3968;
}
</style>
background-color css
<style>
a { background-color: #CE3968; }
a { background-color: rgb(206,57,104); }
div.DivClassName
{
background-color: #CE3968;
}
.BgClassName
{
background-color: #CE3968;
}
</style>
border-color css
<style>
span { border-color: #CE3968; }
span { border-color: rgb(206,57,104); }
td.TdClassName
{
border-color: #CE3968;
}
.TagClassName
{
border-color: #CE3968;
}
</style>