Shades of Cerise #CE256B
Tints of Cerise #CE256B
RGB
CMYK
RGB Variations
Color information
#CE256B (or 0xCE256B) is known color: Cerise. HEX triplet: CE, 25 and 6B. RGB value is (206,37,107). Sum of RGB (Red+Green+Blue) = 206+37+107=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE256B is #31DA94. Grayscale: #5F5F5F. Windows color (decimal): -3267221 or 7022030. OLE color: 7022030.
HSL color Cylindrical-coordinate representation of color #CE256B: hue angle of 335.15º 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 #CE256B is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 107 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.19 |
| HSL | 335.15º | 0.7% | 0.48% | - |
| HSV(B) | 335.15º | 0.82% | 0.81% | - |
| XYZ | 28.77 | 15.51 | 15.39 | - |
| YUV | 95.51 | 134.49 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 107 | 0 | 0.82 | 0.48 | 0.19 | 335.15 | 0.7 | 0.48 |
| Hex | CE | 25 | 6B | 0 | 52 | 30 | 13 | 14F | 46 | 30 |
| Octal | 316 | 45 | 153 | 0 | 122 | 60 | 23 | 517 | 106 | 60 |
| Binary | 11001110 | 100101 | 1101011 | 0 | 1010010 | 110000 | 10011 | 101001111 | 1000110 | 110000 |
Color Harmonies of #CE256B
Complementary color
Monochromatic Colors of #CE256B
Black with #CE256B
Text Example
Text Example
White with #CE256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE256B; }
p { color: rgb(206,37,107); }
H1.HeaderClassName
{
color: #CE256B;
}
.AnyTagClassName
{
color: #CE256B;
}
</style>
background-color css
<style>
a { background-color: #CE256B; }
a { background-color: rgb(206,37,107); }
div.DivClassName
{
background-color: #CE256B;
}
.BgClassName
{
background-color: #CE256B;
}
</style>
border-color css
<style>
span { border-color: #CE256B; }
span { border-color: rgb(206,37,107); }
td.TdClassName
{
border-color: #CE256B;
}
.TagClassName
{
border-color: #CE256B;
}
</style>