#CE368D

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

Shades of Deep Cerise #CE368D

Tints of Deep Cerise #CE368D

Color information

#CE368D (or 0xCE368D) is unknown color: approx Deep Cerise. HEX triplet: CE, 36 and 8D. RGB value is (206,54,141). Sum of RGB (Red+Green+Blue) = 206+54+141=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE368D is #31C972. Grayscale: #6D6D6D. Windows color (decimal): -3262835 or 9254606. OLE color: 9254606.

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

Color convert

RGB20654141-
CMYK00.740.320.19
HSL325.66º60.8%50.98%-
HSV(B)325.66º73.79%80.78%-
XYZ31.5817.6826.95-
YUV109.37145.86196.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.37%
GREEN value IS 54 (21.48% from 255) = 13.47%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=51.37%
G=13.47%
B=35.16%

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
Decimal2065414100.740.320.19325.6660.850.98
HexCE368D04A20131463d33
Octal31666215011240235067563
Binary11001110110110100011010100101010000010011101000110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE368D; }

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

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

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

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

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

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

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

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