#ce3299

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

Shades of Deep Cerise #CE3299

Tints of Deep Cerise #CE3299

Color information

#CE3299 (or 0xCE3299) is unknown color: approx Deep Cerise. HEX triplet: CE, 32 and 99. RGB value is (206,50,153). Sum of RGB (Red+Green+Blue) = 206+50+153=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3299 is #31CD66. Grayscale: #6C6C6C. Windows color (decimal): -3263847 or 10040014. OLE color: 10040014.

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

Color convert

RGB20650153-
CMYK00.760.260.19
HSL320.38º61.42%50.2%-
HSV(B)320.38º75.73%80.78%-
XYZ32.3417.731.85-
YUV108.39153.18197.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.37%
GREEN value IS 50 (19.92% from 255) = 12.22%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=50.37%
G=12.22%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065015300.760.260.19320.3861.4250.2
HexCE329904C1A131403d32
Octal31662231011432235007562
Binary1100111011001010011001010011001101010011101000000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce3299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce3299; }

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

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

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

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

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

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

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

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