#CE329D

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

Shades of Deep Cerise #CE329D

Tints of Deep Cerise #CE329D

Color information

#CE329D (or 0xCE329D) is unknown color: approx Deep Cerise. HEX triplet: CE, 32 and 9D. RGB value is (206,50,157). Sum of RGB (Red+Green+Blue) = 206+50+157=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE329D is #31CD62. Grayscale: #6C6C6C. Windows color (decimal): -3263843 or 10302158. OLE color: 10302158.

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

Color convert

RGB20650157-
CMYK00.760.240.19
HSL318.85º61.42%50.2%-
HSV(B)318.85º75.73%80.78%-
XYZ32.6817.8433.62-
YUV108.84155.18197.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.88%
GREEN value IS 50 (19.92% from 255) = 12.11%
BLUE value IS 157 (61.72% from 255) = 38.01%
R=49.88%
G=12.11%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065015700.760.240.19318.8561.4250.2
HexCE329D04C181313f3d32
Octal31662235011430234777562
Binary1100111011001010011101010011001100010011100111111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE329D; }

 p { color: rgb(206,50,157); }

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

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

 a { background-color: rgb(206,50,157); }

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

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

 span { border-color: rgb(206,50,157); }

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