Shades of Cerise #CE316B
Tints of Cerise #CE316B
RGB
CMYK
RGB Variations
Color information
#CE316B (or 0xCE316B) is known color: Cerise. HEX triplet: CE, 31 and 6B. RGB value is (206,49,107). Sum of RGB (Red+Green+Blue) = 206+49+107=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE316B is #31CE94. Grayscale: #666666. Windows color (decimal): -3264149 or 7025102. OLE color: 7025102.
HSL color Cylindrical-coordinate representation of color #CE316B: hue angle of 337.83º 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 #CE316B is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 107 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.19 |
| HSL | 337.83º | 0.62% | 0.5% | - |
| HSV(B) | 337.83º | 0.76% | 0.81% | - |
| XYZ | 29.21 | 16.38 | 15.53 | - |
| YUV | 102.56 | 130.51 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 107 | 0 | 0.76 | 0.48 | 0.19 | 337.83 | 0.62 | 0.5 |
| Hex | CE | 31 | 6B | 0 | 4C | 30 | 13 | 152 | 3E | 32 |
| Octal | 316 | 61 | 153 | 0 | 114 | 60 | 23 | 522 | 76 | 62 |
| Binary | 11001110 | 110001 | 1101011 | 0 | 1001100 | 110000 | 10011 | 101010010 | 111110 | 110010 |
Color Harmonies of #CE316B
Complementary color
Monochromatic Colors of #CE316B
Black with #CE316B
Text Example
Text Example
White with #CE316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE316B; }
p { color: rgb(206,49,107); }
H1.HeaderClassName
{
color: #CE316B;
}
.AnyTagClassName
{
color: #CE316B;
}
</style>
background-color css
<style>
a { background-color: #CE316B; }
a { background-color: rgb(206,49,107); }
div.DivClassName
{
background-color: #CE316B;
}
.BgClassName
{
background-color: #CE316B;
}
</style>
border-color css
<style>
span { border-color: #CE316B; }
span { border-color: rgb(206,49,107); }
td.TdClassName
{
border-color: #CE316B;
}
.TagClassName
{
border-color: #CE316B;
}
</style>