Shades of Deep Cerise #CE267C
Tints of Deep Cerise #CE267C
RGB
CMYK
RGB Variations
Color information
#CE267C (or 0xCE267C) is known color: Deep Cerise. HEX triplet: CE, 26 and 7C. RGB value is (206,38,124). Sum of RGB (Red+Green+Blue) = 206+38+124=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE267C is #31D983. Grayscale: #616161. Windows color (decimal): -3266948 or 8136398. OLE color: 8136398.
HSL color Cylindrical-coordinate representation of color #CE267C: hue angle of 329.29º 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 #CE267C is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 124 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.19 |
| HSL | 329.29º | 0.69% | 0.48% | - |
| HSV(B) | 329.29º | 0.82% | 0.81% | - |
| XYZ | 29.78 | 15.96 | 20.58 | - |
| YUV | 98.04 | 142.66 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 124 | 0 | 0.82 | 0.40 | 0.19 | 329.29 | 0.69 | 0.48 |
| Hex | CE | 26 | 7C | 0 | 52 | 28 | 13 | 149 | 45 | 30 |
| Octal | 316 | 46 | 174 | 0 | 122 | 50 | 23 | 511 | 105 | 60 |
| Binary | 11001110 | 100110 | 1111100 | 0 | 1010010 | 101000 | 10011 | 101001001 | 1000101 | 110000 |
Color Harmonies of #CE267C
Complementary color
Monochromatic Colors of #CE267C
Black with #CE267C
Text Example
Text Example
White with #CE267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE267C; }
p { color: rgb(206,38,124); }
H1.HeaderClassName
{
color: #CE267C;
}
.AnyTagClassName
{
color: #CE267C;
}
</style>
background-color css
<style>
a { background-color: #CE267C; }
a { background-color: rgb(206,38,124); }
div.DivClassName
{
background-color: #CE267C;
}
.BgClassName
{
background-color: #CE267C;
}
</style>
border-color css
<style>
span { border-color: #CE267C; }
span { border-color: rgb(206,38,124); }
td.TdClassName
{
border-color: #CE267C;
}
.TagClassName
{
border-color: #CE267C;
}
</style>