#CE339E

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

Shades of Deep Cerise #CE339E

Tints of Deep Cerise #CE339E

Color information

#CE339E (or 0xCE339E) is unknown color: approx Deep Cerise. HEX triplet: CE, 33 and 9E. RGB value is (206,51,158). Sum of RGB (Red+Green+Blue) = 206+51+158=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE339E is #31CC61. Grayscale: #6D6D6D. Windows color (decimal): -3263586 or 10367950. OLE color: 10367950.

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

Color convert

RGB20651158-
CMYK00.750.230.19
HSL318.58º61.26%50.39%-
HSV(B)318.58º75.24%80.78%-
XYZ32.8117.9634.08-
YUV109.54155.35196.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.64%
GREEN value IS 51 (20.31% from 255) = 12.29%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=49.64%
G=12.29%
B=38.07%

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
Decimal2065115800.750.230.19318.5861.2650.39
HexCE339E04B171313f3d32
Octal31663236011327234777562
Binary1100111011001110011110010010111011110011100111111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE339E; }

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

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

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

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

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

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

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

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