#CE3596

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

Shades of Deep Cerise #CE3596

Tints of Deep Cerise #CE3596

Color information

#CE3596 (or 0xCE3596) is unknown color: approx Deep Cerise. HEX triplet: CE, 35 and 96. RGB value is (206,53,150). Sum of RGB (Red+Green+Blue) = 206+53+150=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3596 is #31CA69. Grayscale: #6D6D6D. Windows color (decimal): -3263082 or 9844174. OLE color: 9844174.

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

Color convert

RGB20653150-
CMYK00.740.270.19
HSL321.96º60.96%50.78%-
HSV(B)321.96º74.27%80.78%-
XYZ32.2317.8730.6-
YUV109.8150.69196.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.37%
GREEN value IS 53 (21.09% from 255) = 12.96%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=50.37%
G=12.96%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065315000.740.270.19321.9660.9650.78
HexCE359604A1B131423d33
Octal31665226011233235027563
Binary1100111011010110010110010010101101110011101000010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3596; }

 p { color: rgb(206,53,150); }

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

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

 a { background-color: rgb(206,53,150); }

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

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

 span { border-color: rgb(206,53,150); }

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