#CE359C

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

Shades of Deep Cerise #CE359C

Tints of Deep Cerise #CE359C

Color information

#CE359C (or 0xCE359C) is unknown color: approx Deep Cerise. HEX triplet: CE, 35 and 9C. RGB value is (206,53,156). Sum of RGB (Red+Green+Blue) = 206+53+156=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE359C is #31CA63. Grayscale: #6E6E6E. Windows color (decimal): -3263076 or 10237390. OLE color: 10237390.

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

Color convert

RGB20653156-
CMYK00.740.240.19
HSL319.61º60.96%50.78%-
HSV(B)319.61º74.27%80.78%-
XYZ32.7318.0733.22-
YUV110.49153.69196.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.64%
GREEN value IS 53 (21.09% from 255) = 12.77%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=49.64%
G=12.77%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065315600.740.240.19319.6160.9650.78
HexCE359C04A18131403d33
Octal31665234011230235007563
Binary1100111011010110011100010010101100010011101000000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE359C; }

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

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

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

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

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

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

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

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