Shades of Deep Cerise #CE379C
Tints of Deep Cerise #CE379C
RGB
CMYK
RGB Variations
Color information
#CE379C (or 0xCE379C) is known color: Deep Cerise. HEX triplet: CE, 37 and 9C. RGB value is (206,55,156). Sum of RGB (Red+Green+Blue) = 206+55+156=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE379C is #31C863. Grayscale: #6F6F6F. Windows color (decimal): -3262564 or 10237902. OLE color: 10237902.
HSL color Cylindrical-coordinate representation of color #CE379C: hue angle of 319.87º 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 #CE379C is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 156 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.19 |
| HSL | 319.87º | 0.61% | 0.51% | - |
| HSV(B) | 319.87º | 0.73% | 0.81% | - |
| XYZ | 32.82 | 18.25 | 33.25 | - |
| YUV | 111.66 | 153.03 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 156 | 0 | 0.73 | 0.24 | 0.19 | 319.87 | 0.61 | 0.51 |
| Hex | CE | 37 | 9C | 0 | 49 | 18 | 13 | 140 | 3D | 33 |
| Octal | 316 | 67 | 234 | 0 | 111 | 30 | 23 | 500 | 75 | 63 |
| Binary | 11001110 | 110111 | 10011100 | 0 | 1001001 | 11000 | 10011 | 101000000 | 111101 | 110011 |
Color Harmonies of #CE379C
Complementary color
Monochromatic Colors of #CE379C
Black with #CE379C
Text Example
Text Example
White with #CE379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE379C; }
p { color: rgb(206,55,156); }
H1.HeaderClassName
{
color: #CE379C;
}
.AnyTagClassName
{
color: #CE379C;
}
</style>
background-color css
<style>
a { background-color: #CE379C; }
a { background-color: rgb(206,55,156); }
div.DivClassName
{
background-color: #CE379C;
}
.BgClassName
{
background-color: #CE379C;
}
</style>
border-color css
<style>
span { border-color: #CE379C; }
span { border-color: rgb(206,55,156); }
td.TdClassName
{
border-color: #CE379C;
}
.TagClassName
{
border-color: #CE379C;
}
</style>