#CE3379

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

Shades of Deep Cerise #CE3379

Tints of Deep Cerise #CE3379

Color information

#CE3379 (or 0xCE3379) is unknown color: approx Deep Cerise. HEX triplet: CE, 33 and 79. RGB value is (206,51,121). Sum of RGB (Red+Green+Blue) = 206+51+121=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3379 is #31CC86. Grayscale: #696969. Windows color (decimal): -3263623 or 7943118. OLE color: 7943118.

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

Color convert

RGB20651121-
CMYK00.750.410.19
HSL332.9º61.26%50.39%-
HSV(B)332.9º75.24%80.78%-
XYZ30.0916.8719.76-
YUV105.32136.85199.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.50%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=54.50%
G=13.49%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065112100.750.410.19332.961.2650.39
HexCE337904B291314d3d32
Octal31663171011351235157562
Binary1100111011001111110010100101110100110011101001101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3379; }

 p { color: rgb(206,51,121); }

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

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

 a { background-color: rgb(206,51,121); }

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

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

 span { border-color: rgb(206,51,121); }

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