#CE3296

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

Shades of Deep Cerise #CE3296

Tints of Deep Cerise #CE3296

Color information

#CE3296 (or 0xCE3296) is unknown color: approx Deep Cerise. HEX triplet: CE, 32 and 96. RGB value is (206,50,150). Sum of RGB (Red+Green+Blue) = 206+50+150=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3296 is #31CD69. Grayscale: #6B6B6B. Windows color (decimal): -3263850 or 9843406. OLE color: 9843406.

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

Color convert

RGB20650150-
CMYK00.760.270.19
HSL321.54º61.42%50.2%-
HSV(B)321.54º75.73%80.78%-
XYZ32.117.6130.56-
YUV108.04151.68197.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.74%
GREEN value IS 50 (19.92% from 255) = 12.32%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=50.74%
G=12.32%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065015000.760.270.19321.5461.4250.2
HexCE329604C1B131423d32
Octal31662226011433235027562
Binary1100111011001010010110010011001101110011101000010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3296; }

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

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

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

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

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

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

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

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