#CE3976

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

Shades of Deep Cerise #CE3976

Tints of Deep Cerise #CE3976

Color information

#CE3976 (or 0xCE3976) is unknown color: approx Deep Cerise. HEX triplet: CE, 39 and 76. RGB value is (206,57,118). Sum of RGB (Red+Green+Blue) = 206+57+118=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3976 is #31C689. Grayscale: #6C6C6C. Windows color (decimal): -3262090 or 7748046. OLE color: 7748046.

HSL color Cylindrical-coordinate representation of color #CE3976: hue angle of 335.44º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3976 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB20657118-
CMYK00.720.430.19
HSL335.44º60.32%51.57%-
HSV(B)335.44º72.33%80.78%-
XYZ30.1917.3618.9-
YUV108.5133.36197.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.07%
GREEN value IS 57 (22.66% from 255) = 14.96%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=54.07%
G=14.96%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065711800.720.430.19335.4460.3251.57
HexCE39760482B1314f3c34
Octal31671166011053235177464
Binary1100111011100111101100100100010101110011101001111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3976; }

 p { color: rgb(206,57,118); }

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

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

 a { background-color: rgb(206,57,118); }

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

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

 span { border-color: rgb(206,57,118); }

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