#CE3499

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

Shades of Deep Cerise #CE3499

Tints of Deep Cerise #CE3499

Color information

#CE3499 (or 0xCE3499) is unknown color: approx Deep Cerise. HEX triplet: CE, 34 and 99. RGB value is (206,52,153). Sum of RGB (Red+Green+Blue) = 206+52+153=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3499 is #31CB66. Grayscale: #6D6D6D. Windows color (decimal): -3263335 or 10040526. OLE color: 10040526.

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

Color convert

RGB20652153-
CMYK00.750.260.19
HSL320.65º61.11%50.59%-
HSV(B)320.65º74.76%80.78%-
XYZ32.4317.8831.88-
YUV109.56152.52196.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.12%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=50.12%
G=12.65%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065215300.750.260.19320.6561.1150.59
HexCE349904B1A131413d33
Octal31664231011332235017563
Binary1100111011010010011001010010111101010011101000001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3499; }

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

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

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

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

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

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

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

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