#CE397E

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

Shades of Deep Cerise #CE397E

Tints of Deep Cerise #CE397E

Color information

#CE397E (or 0xCE397E) is unknown color: approx Deep Cerise. HEX triplet: CE, 39 and 7E. RGB value is (206,57,126). Sum of RGB (Red+Green+Blue) = 206+57+126=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE397E is #31C681. Grayscale: #6D6D6D. Windows color (decimal): -3262082 or 8272334. OLE color: 8272334.

HSL color Cylindrical-coordinate representation of color #CE397E: hue angle of 332.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE397E is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB20657126-
CMYK00.720.390.19
HSL332.21º60.32%51.57%-
HSV(B)332.21º72.33%80.78%-
XYZ30.6817.5521.51-
YUV109.42137.36196.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.96%
GREEN value IS 57 (22.66% from 255) = 14.65%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=52.96%
G=14.65%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065712600.720.390.19332.2160.3251.57
HexCE397E048271314c3c34
Octal31671176011047235147464
Binary1100111011100111111100100100010011110011101001100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE397E; }

 p { color: rgb(206,57,126); }

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

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

 a { background-color: rgb(206,57,126); }

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

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

 span { border-color: rgb(206,57,126); }

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