#CE3384

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

Shades of Deep Cerise #CE3384

Tints of Deep Cerise #CE3384

Color information

#CE3384 (or 0xCE3384) is unknown color: approx Deep Cerise. HEX triplet: CE, 33 and 84. RGB value is (206,51,132). Sum of RGB (Red+Green+Blue) = 206+51+132=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3384 is #31CC7B. Grayscale: #6A6A6A. Windows color (decimal): -3263612 or 8664014. OLE color: 8664014.

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

Color convert

RGB20651132-
CMYK00.750.360.19
HSL328.65º61.26%50.39%-
HSV(B)328.65º75.24%80.78%-
XYZ30.817.1623.52-
YUV106.58142.35198.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.96%
GREEN value IS 51 (20.31% from 255) = 13.11%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=52.96%
G=13.11%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065113200.750.360.19328.6561.2650.39
HexCE338404B24131493d32
Octal31663204011344235117562
Binary11001110110011100001000100101110010010011101001001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3384; }

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

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

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

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

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

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

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

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