#CE339F

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

Shades of Deep Cerise #CE339F

Tints of Deep Cerise #CE339F

Color information

#CE339F (or 0xCE339F) is unknown color: approx Deep Cerise. HEX triplet: CE, 33 and 9F. RGB value is (206,51,159). Sum of RGB (Red+Green+Blue) = 206+51+159=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE339F is #31CC60. Grayscale: #6D6D6D. Windows color (decimal): -3263585 or 10433486. OLE color: 10433486.

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

Color convert

RGB20651159-
CMYK00.750.230.19
HSL318.19º61.26%50.39%-
HSV(B)318.19º75.24%80.78%-
XYZ32.917.9934.54-
YUV109.66155.85196.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.52%
GREEN value IS 51 (20.31% from 255) = 12.26%
BLUE value IS 159 (62.5% from 255) = 38.22%
R=49.52%
G=12.26%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065115900.750.230.19318.1961.2650.39
HexCE339F04B171313e3d32
Octal31663237011327234767562
Binary1100111011001110011111010010111011110011100111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE339F; }

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

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

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

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

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

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

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

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