#CE3E81

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

Shades of Deep Cerise #CE3E81

Tints of Deep Cerise #CE3E81

Color information

#CE3E81 (or 0xCE3E81) is unknown color: approx Deep Cerise. HEX triplet: CE, 3E and 81. RGB value is (206,62,129). Sum of RGB (Red+Green+Blue) = 206+62+129=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3E81 is #31C17E. Grayscale: #707070. Windows color (decimal): -3260799 or 8470222. OLE color: 8470222.

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

Color convert

RGB20662129-
CMYK00.700.370.19
HSL332.08º59.5%52.55%-
HSV(B)332.08º69.9%80.78%-
XYZ31.1418.1522.63-
YUV112.69137.21194.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.89%
GREEN value IS 62 (24.61% from 255) = 15.62%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=51.89%
G=15.62%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066212900.700.370.19332.0859.552.55
HexCE3E81046251314c3c35
Octal31676201010645235147465
Binary11001110111110100000010100011010010110011101001100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3E81; }

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

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

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

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

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

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

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

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