Shades of Deep Cerise #CE318F
Tints of Deep Cerise #CE318F
RGB
CMYK
RGB Variations
Color information
#CE318F (or 0xCE318F) is known color: Deep Cerise. HEX triplet: CE, 31 and 8F. RGB value is (206,49,143). Sum of RGB (Red+Green+Blue) = 206+49+143=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE318F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE318F is #31CE70. Grayscale: #6A6A6A. Windows color (decimal): -3264113 or 9384398. OLE color: 9384398.
HSL color Cylindrical-coordinate representation of color #CE318F: hue angle of 324.08º 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 #CE318F is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 143 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.19 |
| HSL | 324.08º | 0.62% | 0.5% | - |
| HSV(B) | 324.08º | 0.76% | 0.81% | - |
| XYZ | 31.51 | 17.3 | 27.67 | - |
| YUV | 106.66 | 148.51 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 143 | 0 | 0.76 | 0.31 | 0.19 | 324.08 | 0.62 | 0.5 |
| Hex | CE | 31 | 8F | 0 | 4C | 1F | 13 | 144 | 3E | 32 |
| Octal | 316 | 61 | 217 | 0 | 114 | 37 | 23 | 504 | 76 | 62 |
| Binary | 11001110 | 110001 | 10001111 | 0 | 1001100 | 11111 | 10011 | 101000100 | 111110 | 110010 |
Color Harmonies of #CE318F
Complementary color
Monochromatic Colors of #CE318F
Black with #CE318F
Text Example
Text Example
White with #CE318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE318F; }
p { color: rgb(206,49,143); }
H1.HeaderClassName
{
color: #CE318F;
}
.AnyTagClassName
{
color: #CE318F;
}
</style>
background-color css
<style>
a { background-color: #CE318F; }
a { background-color: rgb(206,49,143); }
div.DivClassName
{
background-color: #CE318F;
}
.BgClassName
{
background-color: #CE318F;
}
</style>
border-color css
<style>
span { border-color: #CE318F; }
span { border-color: rgb(206,49,143); }
td.TdClassName
{
border-color: #CE318F;
}
.TagClassName
{
border-color: #CE318F;
}
</style>