#CE368C

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

Shades of Deep Cerise #CE368C

Tints of Deep Cerise #CE368C

Color information

#CE368C (or 0xCE368C) is unknown color: approx Deep Cerise. HEX triplet: CE, 36 and 8C. RGB value is (206,54,140). Sum of RGB (Red+Green+Blue) = 206+54+140=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE368C is #31C973. Grayscale: #6D6D6D. Windows color (decimal): -3262836 or 9189070. OLE color: 9189070.

HSL color Cylindrical-coordinate representation of color #CE368C: hue angle of 326.05º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE368C is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB20654140-
CMYK00.740.320.19
HSL326.05º60.8%50.98%-
HSV(B)326.05º73.79%80.78%-
XYZ31.5117.6526.56-
YUV109.25145.36197.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.5%
GREEN value IS 54 (21.48% from 255) = 13.5%
BLUE value IS 140 (55.08% from 255) = 35%
R=51.5%
G=13.5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065414000.740.320.19326.0560.850.98
HexCE368C04A20131463d33
Octal31666214011240235067563
Binary11001110110110100011000100101010000010011101000110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE368C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE368C; }

 p { color: rgb(206,54,140); }

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

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

 a { background-color: rgb(206,54,140); }

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

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

 span { border-color: rgb(206,54,140); }

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