Shades of Deep Cerise #CE317C
Tints of Deep Cerise #CE317C
RGB
CMYK
RGB Variations
Color information
#CE317C (or 0xCE317C) is known color: Deep Cerise. HEX triplet: CE, 31 and 7C. RGB value is (206,49,124). Sum of RGB (Red+Green+Blue) = 206+49+124=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE317C is #31CE83. Grayscale: #686868. Windows color (decimal): -3264132 or 8139214. OLE color: 8139214.
HSL color Cylindrical-coordinate representation of color #CE317C: hue angle of 331.34º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE317C is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 124 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.19 |
| HSL | 331.34º | 0.62% | 0.5% | - |
| HSV(B) | 331.34º | 0.76% | 0.81% | - |
| XYZ | 30.19 | 16.77 | 20.72 | - |
| YUV | 104.49 | 139.01 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 124 | 0 | 0.76 | 0.40 | 0.19 | 331.34 | 0.62 | 0.5 |
| Hex | CE | 31 | 7C | 0 | 4C | 28 | 13 | 14B | 3E | 32 |
| Octal | 316 | 61 | 174 | 0 | 114 | 50 | 23 | 513 | 76 | 62 |
| Binary | 11001110 | 110001 | 1111100 | 0 | 1001100 | 101000 | 10011 | 101001011 | 111110 | 110010 |
Color Harmonies of #CE317C
Complementary color
Monochromatic Colors of #CE317C
Black with #CE317C
Text Example
Text Example
White with #CE317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE317C; }
p { color: rgb(206,49,124); }
H1.HeaderClassName
{
color: #CE317C;
}
.AnyTagClassName
{
color: #CE317C;
}
</style>
background-color css
<style>
a { background-color: #CE317C; }
a { background-color: rgb(206,49,124); }
div.DivClassName
{
background-color: #CE317C;
}
.BgClassName
{
background-color: #CE317C;
}
</style>
border-color css
<style>
span { border-color: #CE317C; }
span { border-color: rgb(206,49,124); }
td.TdClassName
{
border-color: #CE317C;
}
.TagClassName
{
border-color: #CE317C;
}
</style>