Shades of Cerise #CE316A
Tints of Cerise #CE316A
RGB
CMYK
RGB Variations
Color information
#CE316A (or 0xCE316A) is known color: Cerise. HEX triplet: CE, 31 and 6A. RGB value is (206,49,106). Sum of RGB (Red+Green+Blue) = 206+49+106=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE316A is #31CE95. Grayscale: #666666. Windows color (decimal): -3264150 or 6959566. OLE color: 6959566.
HSL color Cylindrical-coordinate representation of color #CE316A: hue angle of 338.22º 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 #CE316A is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 106 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.19 |
| HSL | 338.22º | 0.62% | 0.5% | - |
| HSV(B) | 338.22º | 0.76% | 0.81% | - |
| XYZ | 29.15 | 16.36 | 15.26 | - |
| YUV | 102.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 106 | 0 | 0.76 | 0.49 | 0.19 | 338.22 | 0.62 | 0.5 |
| Hex | CE | 31 | 6A | 0 | 4C | 31 | 13 | 152 | 3E | 32 |
| Octal | 316 | 61 | 152 | 0 | 114 | 61 | 23 | 522 | 76 | 62 |
| Binary | 11001110 | 110001 | 1101010 | 0 | 1001100 | 110001 | 10011 | 101010010 | 111110 | 110010 |
Color Harmonies of #CE316A
Complementary color
Monochromatic Colors of #CE316A
Black with #CE316A
Text Example
Text Example
White with #CE316A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE316A; }
p { color: rgb(206,49,106); }
H1.HeaderClassName
{
color: #CE316A;
}
.AnyTagClassName
{
color: #CE316A;
}
</style>
background-color css
<style>
a { background-color: #CE316A; }
a { background-color: rgb(206,49,106); }
div.DivClassName
{
background-color: #CE316A;
}
.BgClassName
{
background-color: #CE316A;
}
</style>
border-color css
<style>
span { border-color: #CE316A; }
span { border-color: rgb(206,49,106); }
td.TdClassName
{
border-color: #CE316A;
}
.TagClassName
{
border-color: #CE316A;
}
</style>