Shades of Deep Cerise #CE338A
Tints of Deep Cerise #CE338A
RGB
CMYK
RGB Variations
Color information
#CE338A (or 0xCE338A) is known color: Deep Cerise. HEX triplet: CE, 33 and 8A. RGB value is (206,51,138). Sum of RGB (Red+Green+Blue) = 206+51+138=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE338A is #31CC75. Grayscale: #6B6B6B. Windows color (decimal): -3263606 or 9057230. OLE color: 9057230.
HSL color Cylindrical-coordinate representation of color #CE338A: hue angle of 326.32º 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 #CE338A is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 138 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.19 |
| HSL | 326.32º | 0.61% | 0.5% | - |
| HSV(B) | 326.32º | 0.75% | 0.81% | - |
| XYZ | 31.22 | 17.32 | 25.74 | - |
| YUV | 107.26 | 145.35 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 138 | 0 | 0.75 | 0.33 | 0.19 | 326.32 | 0.61 | 0.5 |
| Hex | CE | 33 | 8A | 0 | 4B | 21 | 13 | 146 | 3D | 32 |
| Octal | 316 | 63 | 212 | 0 | 113 | 41 | 23 | 506 | 75 | 62 |
| Binary | 11001110 | 110011 | 10001010 | 0 | 1001011 | 100001 | 10011 | 101000110 | 111101 | 110010 |
Color Harmonies of #CE338A
Complementary color
Monochromatic Colors of #CE338A
Black with #CE338A
Text Example
Text Example
White with #CE338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE338A; }
p { color: rgb(206,51,138); }
H1.HeaderClassName
{
color: #CE338A;
}
.AnyTagClassName
{
color: #CE338A;
}
</style>
background-color css
<style>
a { background-color: #CE338A; }
a { background-color: rgb(206,51,138); }
div.DivClassName
{
background-color: #CE338A;
}
.BgClassName
{
background-color: #CE338A;
}
</style>
border-color css
<style>
span { border-color: #CE338A; }
span { border-color: rgb(206,51,138); }
td.TdClassName
{
border-color: #CE338A;
}
.TagClassName
{
border-color: #CE338A;
}
</style>