Shades of Cerise #CE316C
Tints of Cerise #CE316C
RGB
CMYK
RGB Variations
Color information
#CE316C (or 0xCE316C) is known color: Cerise. HEX triplet: CE, 31 and 6C. RGB value is (206,49,108). Sum of RGB (Red+Green+Blue) = 206+49+108=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE316C is #31CE93. Grayscale: #666666. Windows color (decimal): -3264148 or 7090638. OLE color: 7090638.
HSL color Cylindrical-coordinate representation of color #CE316C: hue angle of 337.45º degrees, saturation: 0.62, 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 #CE316C is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 108 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.19 |
| HSL | 337.45º | 0.62% | 0.5% | - |
| HSV(B) | 337.45º | 0.76% | 0.81% | - |
| XYZ | 29.26 | 16.4 | 15.81 | - |
| YUV | 102.67 | 131.01 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 108 | 0 | 0.76 | 0.48 | 0.19 | 337.45 | 0.62 | 0.5 |
| Hex | CE | 31 | 6C | 0 | 4C | 30 | 13 | 151 | 3E | 32 |
| Octal | 316 | 61 | 154 | 0 | 114 | 60 | 23 | 521 | 76 | 62 |
| Binary | 11001110 | 110001 | 1101100 | 0 | 1001100 | 110000 | 10011 | 101010001 | 111110 | 110010 |
Color Harmonies of #CE316C
Complementary color
Monochromatic Colors of #CE316C
Black with #CE316C
Text Example
Text Example
White with #CE316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE316C; }
p { color: rgb(206,49,108); }
H1.HeaderClassName
{
color: #CE316C;
}
.AnyTagClassName
{
color: #CE316C;
}
</style>
background-color css
<style>
a { background-color: #CE316C; }
a { background-color: rgb(206,49,108); }
div.DivClassName
{
background-color: #CE316C;
}
.BgClassName
{
background-color: #CE316C;
}
</style>
border-color css
<style>
span { border-color: #CE316C; }
span { border-color: rgb(206,49,108); }
td.TdClassName
{
border-color: #CE316C;
}
.TagClassName
{
border-color: #CE316C;
}
</style>