Shades of Deep Cerise #CE338F
Tints of Deep Cerise #CE338F
RGB
CMYK
RGB Variations
Color information
#CE338F (or 0xCE338F) is known color: Deep Cerise. HEX triplet: CE, 33 and 8F. RGB value is (206,51,143). Sum of RGB (Red+Green+Blue) = 206+51+143=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE338F is #31CC70. Grayscale: #6B6B6B. Windows color (decimal): -3263601 or 9384910. OLE color: 9384910.
HSL color Cylindrical-coordinate representation of color #CE338F: hue angle of 324.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE338F is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 143 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.19 |
| HSL | 324.39º | 0.61% | 0.5% | - |
| HSV(B) | 324.39º | 0.75% | 0.81% | - |
| XYZ | 31.6 | 17.47 | 27.69 | - |
| YUV | 107.83 | 147.85 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 143 | 0 | 0.75 | 0.31 | 0.19 | 324.39 | 0.61 | 0.5 |
| Hex | CE | 33 | 8F | 0 | 4B | 1F | 13 | 144 | 3D | 32 |
| Octal | 316 | 63 | 217 | 0 | 113 | 37 | 23 | 504 | 75 | 62 |
| Binary | 11001110 | 110011 | 10001111 | 0 | 1001011 | 11111 | 10011 | 101000100 | 111101 | 110010 |
Color Harmonies of #CE338F
Complementary color
Monochromatic Colors of #CE338F
Black with #CE338F
Text Example
Text Example
White with #CE338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE338F; }
p { color: rgb(206,51,143); }
H1.HeaderClassName
{
color: #CE338F;
}
.AnyTagClassName
{
color: #CE338F;
}
</style>
background-color css
<style>
a { background-color: #CE338F; }
a { background-color: rgb(206,51,143); }
div.DivClassName
{
background-color: #CE338F;
}
.BgClassName
{
background-color: #CE338F;
}
</style>
border-color css
<style>
span { border-color: #CE338F; }
span { border-color: rgb(206,51,143); }
td.TdClassName
{
border-color: #CE338F;
}
.TagClassName
{
border-color: #CE338F;
}
</style>