#CE3995

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

Shades of Deep Cerise #CE3995

Tints of Deep Cerise #CE3995

Color information

#CE3995 (or 0xCE3995) is unknown color: approx Deep Cerise. HEX triplet: CE, 39 and 95. RGB value is (206,57,149). Sum of RGB (Red+Green+Blue) = 206+57+149=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3995 is #31C66A. Grayscale: #6F6F6F. Windows color (decimal): -3262059 or 9779662. OLE color: 9779662.

HSL color Cylindrical-coordinate representation of color #CE3995: hue angle of 322.95º 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 #CE3995 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB20657149-
CMYK00.720.280.19
HSL322.95º60.32%51.57%-
HSV(B)322.95º72.33%80.78%-
XYZ32.3418.2230.25-
YUV112.04148.86195.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 13.83%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=50%
G=13.83%
B=36.17%

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
Decimal2065714900.720.280.19322.9560.3251.57
HexCE39950481C131433c34
Octal31671225011034235037464
Binary1100111011100110010101010010001110010011101000011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3995; }

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

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

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

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

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

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

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

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