Shades of Cerise #CE315B
Tints of Cerise #CE315B
RGB
CMYK
RGB Variations
Color information
#CE315B (or 0xCE315B) is known color: Cerise. HEX triplet: CE, 31 and 5B. RGB value is (206,49,91). Sum of RGB (Red+Green+Blue) = 206+49+91=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE315B is #31CEA4. Grayscale: #646464. Windows color (decimal): -3264165 or 5976526. OLE color: 5976526.
HSL color Cylindrical-coordinate representation of color #CE315B: hue angle of 343.95º 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 #CE315B is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 91 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.19 |
| HSL | 343.95º | 0.62% | 0.5% | - |
| HSV(B) | 343.95º | 0.76% | 0.81% | - |
| XYZ | 28.44 | 16.07 | 11.5 | - |
| YUV | 100.73 | 122.51 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 91 | 0 | 0.76 | 0.56 | 0.19 | 343.95 | 0.62 | 0.5 |
| Hex | CE | 31 | 5B | 0 | 4C | 38 | 13 | 158 | 3E | 32 |
| Octal | 316 | 61 | 133 | 0 | 114 | 70 | 23 | 530 | 76 | 62 |
| Binary | 11001110 | 110001 | 1011011 | 0 | 1001100 | 111000 | 10011 | 101011000 | 111110 | 110010 |
Color Harmonies of #CE315B
Complementary color
Monochromatic Colors of #CE315B
Black with #CE315B
Text Example
Text Example
White with #CE315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE315B; }
p { color: rgb(206,49,91); }
H1.HeaderClassName
{
color: #CE315B;
}
.AnyTagClassName
{
color: #CE315B;
}
</style>
background-color css
<style>
a { background-color: #CE315B; }
a { background-color: rgb(206,49,91); }
div.DivClassName
{
background-color: #CE315B;
}
.BgClassName
{
background-color: #CE315B;
}
</style>
border-color css
<style>
span { border-color: #CE315B; }
span { border-color: rgb(206,49,91); }
td.TdClassName
{
border-color: #CE315B;
}
.TagClassName
{
border-color: #CE315B;
}
</style>