#ce3292

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

Shades of Deep Cerise #CE3292

Tints of Deep Cerise #CE3292

Color information

#CE3292 (or 0xCE3292) is unknown color: approx Deep Cerise. HEX triplet: CE, 32 and 92. RGB value is (206,50,146). Sum of RGB (Red+Green+Blue) = 206+50+146=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3292 is #31CD6D. Grayscale: #6B6B6B. Windows color (decimal): -3263854 or 9581262. OLE color: 9581262.

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

Color convert

RGB20650146-
CMYK00.760.290.19
HSL323.08º61.42%50.2%-
HSV(B)323.08º75.73%80.78%-
XYZ31.7817.4828.89-
YUV107.59149.68198.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.24%
GREEN value IS 50 (19.92% from 255) = 12.44%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=51.24%
G=12.44%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065014600.760.290.19323.0861.4250.2
HexCE329204C1D131433d32
Octal31662222011435235037562
Binary1100111011001010010010010011001110110011101000011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce3292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce3292; }

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

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

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

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

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

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

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

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