Shades of Deep Cerise #CE257C
Tints of Deep Cerise #CE257C
RGB
CMYK
RGB Variations
Color information
#CE257C (or 0xCE257C) is known color: Deep Cerise. HEX triplet: CE, 25 and 7C. RGB value is (206,37,124). Sum of RGB (Red+Green+Blue) = 206+37+124=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE257C is #31DA83. Grayscale: #616161. Windows color (decimal): -3267204 or 8136142. OLE color: 8136142.
HSL color Cylindrical-coordinate representation of color #CE257C: hue angle of 329.11º 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 #CE257C is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 124 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.19 |
| HSL | 329.11º | 0.7% | 0.48% | - |
| HSV(B) | 329.11º | 0.82% | 0.81% | - |
| XYZ | 29.75 | 15.9 | 20.57 | - |
| YUV | 97.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 124 | 0 | 0.82 | 0.40 | 0.19 | 329.11 | 0.7 | 0.48 |
| Hex | CE | 25 | 7C | 0 | 52 | 28 | 13 | 149 | 46 | 30 |
| Octal | 316 | 45 | 174 | 0 | 122 | 50 | 23 | 511 | 106 | 60 |
| Binary | 11001110 | 100101 | 1111100 | 0 | 1010010 | 101000 | 10011 | 101001001 | 1000110 | 110000 |
Color Harmonies of #CE257C
Complementary color
Monochromatic Colors of #CE257C
Black with #CE257C
Text Example
Text Example
White with #CE257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE257C; }
p { color: rgb(206,37,124); }
H1.HeaderClassName
{
color: #CE257C;
}
.AnyTagClassName
{
color: #CE257C;
}
</style>
background-color css
<style>
a { background-color: #CE257C; }
a { background-color: rgb(206,37,124); }
div.DivClassName
{
background-color: #CE257C;
}
.BgClassName
{
background-color: #CE257C;
}
</style>
border-color css
<style>
span { border-color: #CE257C; }
span { border-color: rgb(206,37,124); }
td.TdClassName
{
border-color: #CE257C;
}
.TagClassName
{
border-color: #CE257C;
}
</style>