#CE2D9F

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

Shades of Deep Cerise #CE2D9F

Tints of Deep Cerise #CE2D9F

Color information

#CE2D9F (or 0xCE2D9F) is unknown color: approx Deep Cerise. HEX triplet: CE, 2D and 9F. RGB value is (206,45,159). Sum of RGB (Red+Green+Blue) = 206+45+159=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2D9F is #31D260. Grayscale: #696969. Windows color (decimal): -3265121 or 10431950. OLE color: 10431950.

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

Color convert

RGB20645159-
CMYK00.780.230.19
HSL317.52º64.14%49.22%-
HSV(B)317.52º78.16%80.78%-
XYZ32.6517.534.46-
YUV106.14157.84199.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.24%
GREEN value IS 45 (17.97% from 255) = 10.98%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=50.24%
G=10.98%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064515900.780.230.19317.5264.1449.22
HexCE2D9F04E171313e4031
Octal316552370116272347610061
Binary11001110101101100111110100111010111100111001111101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2D9F; }

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

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

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

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

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

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

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

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