Shades of Deep Cerise #CE368E
Tints of Deep Cerise #CE368E
RGB
CMYK
RGB Variations
Color information
#CE368E (or 0xCE368E) is known color: Deep Cerise. HEX triplet: CE, 36 and 8E. RGB value is (206,54,142). Sum of RGB (Red+Green+Blue) = 206+54+142=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE368E is #31C971. Grayscale: #6D6D6D. Windows color (decimal): -3262834 or 9320142. OLE color: 9320142.
HSL color Cylindrical-coordinate representation of color #CE368E: hue angle of 325.26º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE368E is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 142 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.19 |
| HSL | 325.26º | 0.61% | 0.51% | - |
| HSV(B) | 325.26º | 0.74% | 0.81% | - |
| XYZ | 31.66 | 17.71 | 27.34 | - |
| YUV | 109.48 | 146.36 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 142 | 0 | 0.74 | 0.31 | 0.19 | 325.26 | 0.61 | 0.51 |
| Hex | CE | 36 | 8E | 0 | 4A | 1F | 13 | 145 | 3D | 33 |
| Octal | 316 | 66 | 216 | 0 | 112 | 37 | 23 | 505 | 75 | 63 |
| Binary | 11001110 | 110110 | 10001110 | 0 | 1001010 | 11111 | 10011 | 101000101 | 111101 | 110011 |
Color Harmonies of #CE368E
Complementary color
Monochromatic Colors of #CE368E
Black with #CE368E
Text Example
Text Example
White with #CE368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE368E; }
p { color: rgb(206,54,142); }
H1.HeaderClassName
{
color: #CE368E;
}
.AnyTagClassName
{
color: #CE368E;
}
</style>
background-color css
<style>
a { background-color: #CE368E; }
a { background-color: rgb(206,54,142); }
div.DivClassName
{
background-color: #CE368E;
}
.BgClassName
{
background-color: #CE368E;
}
</style>
border-color css
<style>
span { border-color: #CE368E; }
span { border-color: rgb(206,54,142); }
td.TdClassName
{
border-color: #CE368E;
}
.TagClassName
{
border-color: #CE368E;
}
</style>