Shades of Deep Cerise #CE317F
Tints of Deep Cerise #CE317F
RGB
CMYK
RGB Variations
Color information
#CE317F (or 0xCE317F) is known color: Deep Cerise. HEX triplet: CE, 31 and 7F. RGB value is (206,49,127). Sum of RGB (Red+Green+Blue) = 206+49+127=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE317F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE317F is #31CE80. Grayscale: #686868. Windows color (decimal): -3264129 or 8335822. OLE color: 8335822.
HSL color Cylindrical-coordinate representation of color #CE317F: hue angle of 330.19º 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 #CE317F is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 127 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.19 |
| HSL | 330.19º | 0.62% | 0.5% | - |
| HSV(B) | 330.19º | 0.76% | 0.81% | - |
| XYZ | 30.38 | 16.85 | 21.73 | - |
| YUV | 104.84 | 140.51 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 127 | 0 | 0.76 | 0.38 | 0.19 | 330.19 | 0.62 | 0.5 |
| Hex | CE | 31 | 7F | 0 | 4C | 26 | 13 | 14A | 3E | 32 |
| Octal | 316 | 61 | 177 | 0 | 114 | 46 | 23 | 512 | 76 | 62 |
| Binary | 11001110 | 110001 | 1111111 | 0 | 1001100 | 100110 | 10011 | 101001010 | 111110 | 110010 |
Color Harmonies of #CE317F
Complementary color
Monochromatic Colors of #CE317F
Black with #CE317F
Text Example
Text Example
White with #CE317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE317F; }
p { color: rgb(206,49,127); }
H1.HeaderClassName
{
color: #CE317F;
}
.AnyTagClassName
{
color: #CE317F;
}
</style>
background-color css
<style>
a { background-color: #CE317F; }
a { background-color: rgb(206,49,127); }
div.DivClassName
{
background-color: #CE317F;
}
.BgClassName
{
background-color: #CE317F;
}
</style>
border-color css
<style>
span { border-color: #CE317F; }
span { border-color: rgb(206,49,127); }
td.TdClassName
{
border-color: #CE317F;
}
.TagClassName
{
border-color: #CE317F;
}
</style>