Shades of Cerise #CE256D
Tints of Cerise #CE256D
RGB
CMYK
RGB Variations
Color information
#CE256D (or 0xCE256D) is known color: Cerise. HEX triplet: CE, 25 and 6D. RGB value is (206,37,109). Sum of RGB (Red+Green+Blue) = 206+37+109=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE256D is #31DA92. Grayscale: #5F5F5F. Windows color (decimal): -3267219 or 7153102. OLE color: 7153102.
HSL color Cylindrical-coordinate representation of color #CE256D: hue angle of 334.44º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE256D is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 109 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.19 |
| HSL | 334.44º | 0.7% | 0.48% | - |
| HSV(B) | 334.44º | 0.82% | 0.81% | - |
| XYZ | 28.88 | 15.55 | 15.95 | - |
| YUV | 95.74 | 135.49 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 109 | 0 | 0.82 | 0.47 | 0.19 | 334.44 | 0.7 | 0.48 |
| Hex | CE | 25 | 6D | 0 | 52 | 2F | 13 | 14E | 46 | 30 |
| Octal | 316 | 45 | 155 | 0 | 122 | 57 | 23 | 516 | 106 | 60 |
| Binary | 11001110 | 100101 | 1101101 | 0 | 1010010 | 101111 | 10011 | 101001110 | 1000110 | 110000 |
Color Harmonies of #CE256D
Complementary color
Monochromatic Colors of #CE256D
Black with #CE256D
Text Example
Text Example
White with #CE256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE256D; }
p { color: rgb(206,37,109); }
H1.HeaderClassName
{
color: #CE256D;
}
.AnyTagClassName
{
color: #CE256D;
}
</style>
background-color css
<style>
a { background-color: #CE256D; }
a { background-color: rgb(206,37,109); }
div.DivClassName
{
background-color: #CE256D;
}
.BgClassName
{
background-color: #CE256D;
}
</style>
border-color css
<style>
span { border-color: #CE256D; }
span { border-color: rgb(206,37,109); }
td.TdClassName
{
border-color: #CE256D;
}
.TagClassName
{
border-color: #CE256D;
}
</style>