Shades of Deep Cerise #CE2677
Tints of Deep Cerise #CE2677
RGB
CMYK
RGB Variations
Color information
#CE2677 (or 0xCE2677) is known color: Deep Cerise. HEX triplet: CE, 26 and 77. RGB value is (206,38,119). Sum of RGB (Red+Green+Blue) = 206+38+119=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2677 is #31D988. Grayscale: #616161. Windows color (decimal): -3266953 or 7808718. OLE color: 7808718.
HSL color Cylindrical-coordinate representation of color #CE2677: hue angle of 331.07º degrees, saturation: 0.69, 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 #CE2677 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 119 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.19 |
| HSL | 331.07º | 0.69% | 0.48% | - |
| HSV(B) | 331.07º | 0.82% | 0.81% | - |
| XYZ | 29.48 | 15.84 | 18.96 | - |
| YUV | 97.47 | 140.16 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 119 | 0 | 0.82 | 0.42 | 0.19 | 331.07 | 0.69 | 0.48 |
| Hex | CE | 26 | 77 | 0 | 52 | 2A | 13 | 14B | 45 | 30 |
| Octal | 316 | 46 | 167 | 0 | 122 | 52 | 23 | 513 | 105 | 60 |
| Binary | 11001110 | 100110 | 1110111 | 0 | 1010010 | 101010 | 10011 | 101001011 | 1000101 | 110000 |
Color Harmonies of #CE2677
Complementary color
Monochromatic Colors of #CE2677
Black with #CE2677
Text Example
Text Example
White with #CE2677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2677; }
p { color: rgb(206,38,119); }
H1.HeaderClassName
{
color: #CE2677;
}
.AnyTagClassName
{
color: #CE2677;
}
</style>
background-color css
<style>
a { background-color: #CE2677; }
a { background-color: rgb(206,38,119); }
div.DivClassName
{
background-color: #CE2677;
}
.BgClassName
{
background-color: #CE2677;
}
</style>
border-color css
<style>
span { border-color: #CE2677; }
span { border-color: rgb(206,38,119); }
td.TdClassName
{
border-color: #CE2677;
}
.TagClassName
{
border-color: #CE2677;
}
</style>