#CE3E80

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

Shades of Deep Cerise #CE3E80

Tints of Deep Cerise #CE3E80

Color information

#CE3E80 (or 0xCE3E80) is unknown color: approx Deep Cerise. HEX triplet: CE, 3E and 80. RGB value is (206,62,128). Sum of RGB (Red+Green+Blue) = 206+62+128=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3E80 is #31C17F. Grayscale: #707070. Windows color (decimal): -3260800 or 8404686. OLE color: 8404686.

HSL color Cylindrical-coordinate representation of color #CE3E80: hue angle of 332.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E80 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB20662128-
CMYK00.700.380.19
HSL332.5º59.5%52.55%-
HSV(B)332.5º69.9%80.78%-
XYZ31.0718.1322.28-
YUV112.58136.71194.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.02%
GREEN value IS 62 (24.61% from 255) = 15.66%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=52.02%
G=15.66%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066212800.700.380.19332.559.552.55
HexCE3E80046261314c3c35
Octal31676200010646235147465
Binary11001110111110100000000100011010011010011101001100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3E80; }

 p { color: rgb(206,62,128); }

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

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

 a { background-color: rgb(206,62,128); }

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

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

 span { border-color: rgb(206,62,128); }

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