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