#CE3097

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

Shades of Deep Cerise #CE3097

Tints of Deep Cerise #CE3097

Color information

#CE3097 (or 0xCE3097) is unknown color: approx Deep Cerise. HEX triplet: CE, 30 and 97. RGB value is (206,48,151). Sum of RGB (Red+Green+Blue) = 206+48+151=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3097 is #31CF68. Grayscale: #6A6A6A. Windows color (decimal): -3264361 or 9908430. OLE color: 9908430.

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

Color convert

RGB20648151-
CMYK00.770.270.19
HSL320.89º62.2%49.8%-
HSV(B)320.89º76.7%80.78%-
XYZ32.117.4730.96-
YUV106.98152.85198.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.86%
GREEN value IS 48 (19.14% from 255) = 11.85%
BLUE value IS 151 (59.38% from 255) = 37.28%
R=50.86%
G=11.85%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064815100.770.270.19320.8962.249.8
HexCE309704D1B131413e32
Octal31660227011533235017662
Binary1100111011000010010111010011011101110011101000001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3097; }

 p { color: rgb(206,48,151); }

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

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

 a { background-color: rgb(206,48,151); }

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

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

 span { border-color: rgb(206,48,151); }

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