Shades of Deep Cerise #CE378A
Tints of Deep Cerise #CE378A
RGB
CMYK
RGB Variations
Color information
#CE378A (or 0xCE378A) is known color: Deep Cerise. HEX triplet: CE, 37 and 8A. RGB value is (206,55,138). Sum of RGB (Red+Green+Blue) = 206+55+138=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE378A is #31C875. Grayscale: #6D6D6D. Windows color (decimal): -3262582 or 9058254. OLE color: 9058254.
HSL color Cylindrical-coordinate representation of color #CE378A: hue angle of 327.02º 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 #CE378A is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 138 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.19 |
| HSL | 327.02º | 0.61% | 0.51% | - |
| HSV(B) | 327.02º | 0.73% | 0.81% | - |
| XYZ | 31.41 | 17.69 | 25.8 | - |
| YUV | 109.61 | 144.03 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 138 | 0 | 0.73 | 0.33 | 0.19 | 327.02 | 0.61 | 0.51 |
| Hex | CE | 37 | 8A | 0 | 49 | 21 | 13 | 147 | 3D | 33 |
| Octal | 316 | 67 | 212 | 0 | 111 | 41 | 23 | 507 | 75 | 63 |
| Binary | 11001110 | 110111 | 10001010 | 0 | 1001001 | 100001 | 10011 | 101000111 | 111101 | 110011 |
Color Harmonies of #CE378A
Complementary color
Monochromatic Colors of #CE378A
Black with #CE378A
Text Example
Text Example
White with #CE378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE378A; }
p { color: rgb(206,55,138); }
H1.HeaderClassName
{
color: #CE378A;
}
.AnyTagClassName
{
color: #CE378A;
}
</style>
background-color css
<style>
a { background-color: #CE378A; }
a { background-color: rgb(206,55,138); }
div.DivClassName
{
background-color: #CE378A;
}
.BgClassName
{
background-color: #CE378A;
}
</style>
border-color css
<style>
span { border-color: #CE378A; }
span { border-color: rgb(206,55,138); }
td.TdClassName
{
border-color: #CE378A;
}
.TagClassName
{
border-color: #CE378A;
}
</style>