#CE379D

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

Shades of Deep Cerise #CE379D

Tints of Deep Cerise #CE379D

Color information

#CE379D (or 0xCE379D) is unknown color: approx Deep Cerise. HEX triplet: CE, 37 and 9D. RGB value is (206,55,157). Sum of RGB (Red+Green+Blue) = 206+55+157=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE379D is #31C862. Grayscale: #6F6F6F. Windows color (decimal): -3262563 or 10303438. OLE color: 10303438.

HSL color Cylindrical-coordinate representation of color #CE379D: hue angle of 319.47º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE379D is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB20655157-
CMYK00.730.240.19
HSL319.47º60.64%51.18%-
HSV(B)319.47º73.3%80.78%-
XYZ32.9118.2933.69-
YUV111.78153.53195.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.28%
GREEN value IS 55 (21.88% from 255) = 13.16%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=49.28%
G=13.16%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065515700.730.240.19319.4760.6451.18
HexCE379D049181313f3d33
Octal31667235011130234777563
Binary1100111011011110011101010010011100010011100111111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE379D; }

 p { color: rgb(206,55,157); }

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

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

 a { background-color: rgb(206,55,157); }

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

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

 span { border-color: rgb(206,55,157); }

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