Shades of Deep Cerise #CE368F
Tints of Deep Cerise #CE368F
RGB
CMYK
RGB Variations
Color information
#CE368F (or 0xCE368F) is known color: Deep Cerise. HEX triplet: CE, 36 and 8F. RGB value is (206,54,143). Sum of RGB (Red+Green+Blue) = 206+54+143=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE368F is #31C970. Grayscale: #6D6D6D. Windows color (decimal): -3262833 or 9385678. OLE color: 9385678.
HSL color Cylindrical-coordinate representation of color #CE368F: hue angle of 324.87º 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 #CE368F is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 143 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.19 |
| HSL | 324.87º | 0.61% | 0.51% | - |
| HSV(B) | 324.87º | 0.74% | 0.81% | - |
| XYZ | 31.73 | 17.74 | 27.74 | - |
| YUV | 109.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 143 | 0 | 0.74 | 0.31 | 0.19 | 324.87 | 0.61 | 0.51 |
| Hex | CE | 36 | 8F | 0 | 4A | 1F | 13 | 145 | 3D | 33 |
| Octal | 316 | 66 | 217 | 0 | 112 | 37 | 23 | 505 | 75 | 63 |
| Binary | 11001110 | 110110 | 10001111 | 0 | 1001010 | 11111 | 10011 | 101000101 | 111101 | 110011 |
Color Harmonies of #CE368F
Complementary color
Monochromatic Colors of #CE368F
Black with #CE368F
Text Example
Text Example
White with #CE368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE368F; }
p { color: rgb(206,54,143); }
H1.HeaderClassName
{
color: #CE368F;
}
.AnyTagClassName
{
color: #CE368F;
}
</style>
background-color css
<style>
a { background-color: #CE368F; }
a { background-color: rgb(206,54,143); }
div.DivClassName
{
background-color: #CE368F;
}
.BgClassName
{
background-color: #CE368F;
}
</style>
border-color css
<style>
span { border-color: #CE368F; }
span { border-color: rgb(206,54,143); }
td.TdClassName
{
border-color: #CE368F;
}
.TagClassName
{
border-color: #CE368F;
}
</style>