#CE3994

Color #CE3994 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CE3994

Tints of Deep Cerise #CE3994

Color information

#CE3994 (or 0xCE3994) is unknown color: approx Deep Cerise. HEX triplet: CE, 39 and 94. RGB value is (206,57,148). Sum of RGB (Red+Green+Blue) = 206+57+148=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3994 is #31C66B. Grayscale: #6F6F6F. Windows color (decimal): -3262060 or 9714126. OLE color: 9714126.

HSL color Cylindrical-coordinate representation of color #CE3994: hue angle of 323.36º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3994 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB20657148-
CMYK00.720.280.19
HSL323.36º60.32%51.57%-
HSV(B)323.36º72.33%80.78%-
XYZ32.2618.1929.83-
YUV111.92148.36195.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 50.12%
GREEN value IS 57 (22.66% from 255) = 13.87%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=50.12%
G=13.87%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065714800.720.280.19323.3660.3251.57
HexCE39940481C131433c34
Octal31671224011034235037464
Binary1100111011100110010100010010001110010011101000011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3994; }

 p { color: rgb(206,57,148); }

 H1.HeaderClassName
 {
   color: #CE3994;
 }
 .AnyTagClassName
 {
   color: #CE3994;
 }
</style>
background-color css

<style>
 a { background-color: #CE3994; }

 a { background-color: rgb(206,57,148); }

 div.DivClassName
 {
   background-color: #CE3994;
 }
 .BgClassName
 {
   background-color: #CE3994;
 }
</style>
border-color css

<style>
 span { border-color: #CE3994; }

 span { border-color: rgb(206,57,148); }

 td.TdClassName
 {
   border-color: #CE3994;
 }
 .TagClassName
 {
   border-color: #CE3994;
 }
</style>