Shades of Deep Cerise #CE379F
Tints of Deep Cerise #CE379F
RGB
CMYK
RGB Variations
Color information
#CE379F (or 0xCE379F) is known color: Deep Cerise. HEX triplet: CE, 37 and 9F. RGB value is (206,55,159). Sum of RGB (Red+Green+Blue) = 206+55+159=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE379F is #31C860. Grayscale: #6F6F6F. Windows color (decimal): -3262561 or 10434510. OLE color: 10434510.
HSL color Cylindrical-coordinate representation of color #CE379F: hue angle of 318.68º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE379F is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 159 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.19 |
| HSL | 318.68º | 0.61% | 0.51% | - |
| HSV(B) | 318.68º | 0.73% | 0.81% | - |
| XYZ | 33.08 | 18.36 | 34.6 | - |
| YUV | 112.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 159 | 0 | 0.73 | 0.23 | 0.19 | 318.68 | 0.61 | 0.51 |
| Hex | CE | 37 | 9F | 0 | 49 | 17 | 13 | 13F | 3D | 33 |
| Octal | 316 | 67 | 237 | 0 | 111 | 27 | 23 | 477 | 75 | 63 |
| Binary | 11001110 | 110111 | 10011111 | 0 | 1001001 | 10111 | 10011 | 100111111 | 111101 | 110011 |
Color Harmonies of #CE379F
Complementary color
Monochromatic Colors of #CE379F
Black with #CE379F
Text Example
Text Example
White with #CE379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE379F; }
p { color: rgb(206,55,159); }
H1.HeaderClassName
{
color: #CE379F;
}
.AnyTagClassName
{
color: #CE379F;
}
</style>
background-color css
<style>
a { background-color: #CE379F; }
a { background-color: rgb(206,55,159); }
div.DivClassName
{
background-color: #CE379F;
}
.BgClassName
{
background-color: #CE379F;
}
</style>
border-color css
<style>
span { border-color: #CE379F; }
span { border-color: rgb(206,55,159); }
td.TdClassName
{
border-color: #CE379F;
}
.TagClassName
{
border-color: #CE379F;
}
</style>