Shades of Cerise #CE3D5B
Tints of Cerise #CE3D5B
RGB
CMYK
RGB Variations
Color information
#CE3D5B (or 0xCE3D5B) is known color: Cerise. HEX triplet: CE, 3D and 5B. RGB value is (206,61,91). Sum of RGB (Red+Green+Blue) = 206+61+91=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D5B is #31C2A4. Grayscale: #6B6B6B. Windows color (decimal): -3261093 or 5979598. OLE color: 5979598.
HSL color Cylindrical-coordinate representation of color #CE3D5B: hue angle of 347.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D5B is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 91 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.19 |
| HSL | 347.59º | 0.6% | 0.52% | - |
| HSV(B) | 347.59º | 0.7% | 0.81% | - |
| XYZ | 29.01 | 17.21 | 11.69 | - |
| YUV | 107.78 | 118.54 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 91 | 0 | 0.70 | 0.56 | 0.19 | 347.59 | 0.6 | 0.52 |
| Hex | CE | 3D | 5B | 0 | 46 | 38 | 13 | 15C | 3C | 34 |
| Octal | 316 | 75 | 133 | 0 | 106 | 70 | 23 | 534 | 74 | 64 |
| Binary | 11001110 | 111101 | 1011011 | 0 | 1000110 | 111000 | 10011 | 101011100 | 111100 | 110100 |
Color Harmonies of #CE3D5B
Complementary color
Monochromatic Colors of #CE3D5B
Black with #CE3D5B
Text Example
Text Example
White with #CE3D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D5B; }
p { color: rgb(206,61,91); }
H1.HeaderClassName
{
color: #CE3D5B;
}
.AnyTagClassName
{
color: #CE3D5B;
}
</style>
background-color css
<style>
a { background-color: #CE3D5B; }
a { background-color: rgb(206,61,91); }
div.DivClassName
{
background-color: #CE3D5B;
}
.BgClassName
{
background-color: #CE3D5B;
}
</style>
border-color css
<style>
span { border-color: #CE3D5B; }
span { border-color: rgb(206,61,91); }
td.TdClassName
{
border-color: #CE3D5B;
}
.TagClassName
{
border-color: #CE3D5B;
}
</style>