#CE2D7F

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

Shades of Deep Cerise #CE2D7F

Tints of Deep Cerise #CE2D7F

Color information

#CE2D7F (or 0xCE2D7F) is unknown color: approx Deep Cerise. HEX triplet: CE, 2D and 7F. RGB value is (206,45,127). Sum of RGB (Red+Green+Blue) = 206+45+127=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D7F is #31D280. Grayscale: #666666. Windows color (decimal): -3265153 or 8334798. OLE color: 8334798.

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

Color convert

RGB20645127-
CMYK00.780.380.19
HSL329.44º64.14%49.22%-
HSV(B)329.44º78.16%80.78%-
XYZ30.2216.5321.68-
YUV102.49141.84201.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.50%
GREEN value IS 45 (17.97% from 255) = 11.90%
BLUE value IS 127 (50% from 255) = 33.60%
R=54.50%
G=11.90%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064512700.780.380.19329.4464.1449.22
HexCE2D7F04E26131494031
Octal316551770116462351110061
Binary11001110101101111111101001110100110100111010010011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2D7F; }

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

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

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

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

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

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

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

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