Shades of Cerise #CE3261
Tints of Cerise #CE3261
RGB
CMYK
RGB Variations
Color information
#CE3261 (or 0xCE3261) is known color: Cerise. HEX triplet: CE, 32 and 61. RGB value is (206,50,97). Sum of RGB (Red+Green+Blue) = 206+50+97=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3261 is #31CD9E. Grayscale: #656565. Windows color (decimal): -3263903 or 6369998. OLE color: 6369998.
HSL color Cylindrical-coordinate representation of color #CE3261: hue angle of 341.92º degrees, saturation: 0.61, 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 #CE3261 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 97 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.19 |
| HSL | 341.92º | 0.61% | 0.5% | - |
| HSV(B) | 341.92º | 0.76% | 0.81% | - |
| XYZ | 28.75 | 16.27 | 12.93 | - |
| YUV | 102 | 125.18 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 97 | 0 | 0.76 | 0.53 | 0.19 | 341.92 | 0.61 | 0.5 |
| Hex | CE | 32 | 61 | 0 | 4C | 35 | 13 | 156 | 3D | 32 |
| Octal | 316 | 62 | 141 | 0 | 114 | 65 | 23 | 526 | 75 | 62 |
| Binary | 11001110 | 110010 | 1100001 | 0 | 1001100 | 110101 | 10011 | 101010110 | 111101 | 110010 |
Color Harmonies of #CE3261
Complementary color
Monochromatic Colors of #CE3261
Black with #CE3261
Text Example
Text Example
White with #CE3261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3261; }
p { color: rgb(206,50,97); }
H1.HeaderClassName
{
color: #CE3261;
}
.AnyTagClassName
{
color: #CE3261;
}
</style>
background-color css
<style>
a { background-color: #CE3261; }
a { background-color: rgb(206,50,97); }
div.DivClassName
{
background-color: #CE3261;
}
.BgClassName
{
background-color: #CE3261;
}
</style>
border-color css
<style>
span { border-color: #CE3261; }
span { border-color: rgb(206,50,97); }
td.TdClassName
{
border-color: #CE3261;
}
.TagClassName
{
border-color: #CE3261;
}
</style>