#CE2D77

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

Shades of Deep Cerise #CE2D77

Tints of Deep Cerise #CE2D77

Color information

#CE2D77 (or 0xCE2D77) is unknown color: approx Deep Cerise. HEX triplet: CE, 2D and 77. RGB value is (206,45,119). Sum of RGB (Red+Green+Blue) = 206+45+119=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D77 is #31D288. Grayscale: #656565. Windows color (decimal): -3265161 or 7810510. OLE color: 7810510.

HSL color Cylindrical-coordinate representation of color #CE2D77: hue angle of 332.42º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2D77 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB20645119-
CMYK00.780.420.19
HSL332.42º64.14%49.22%-
HSV(B)332.42º78.16%80.78%-
XYZ29.7216.3319.04-
YUV101.57137.84202.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.68%
GREEN value IS 45 (17.97% from 255) = 12.16%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=55.68%
G=12.16%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064511900.780.420.19332.4264.1449.22
HexCE2D7704E2A1314c4031
Octal316551670116522351410061
Binary11001110101101111011101001110101010100111010011001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2D77; }

 p { color: rgb(206,45,119); }

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

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

 a { background-color: rgb(206,45,119); }

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

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

 span { border-color: rgb(206,45,119); }

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