#CE3294

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

Shades of Deep Cerise #CE3294

Tints of Deep Cerise #CE3294

Color information

#CE3294 (or 0xCE3294) is unknown color: approx Deep Cerise. HEX triplet: CE, 32 and 94. RGB value is (206,50,148). Sum of RGB (Red+Green+Blue) = 206+50+148=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3294 is #31CD6B. Grayscale: #6B6B6B. Windows color (decimal): -3263852 or 9712334. OLE color: 9712334.

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

Color convert

RGB20650148-
CMYK00.760.280.19
HSL322.31º61.42%50.2%-
HSV(B)322.31º75.73%80.78%-
XYZ31.9417.5429.72-
YUV107.82150.68198.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.99%
GREEN value IS 50 (19.92% from 255) = 12.38%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=50.99%
G=12.38%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065014800.760.280.19322.3161.4250.2
HexCE329404C1C131423d32
Octal31662224011434235027562
Binary1100111011001010010100010011001110010011101000010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3294; }

 p { color: rgb(206,50,148); }

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

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

 a { background-color: rgb(206,50,148); }

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

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

 span { border-color: rgb(206,50,148); }

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