#CE3988

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

Shades of Deep Cerise #CE3988

Tints of Deep Cerise #CE3988

Color information

#CE3988 (or 0xCE3988) is unknown color: approx Deep Cerise. HEX triplet: CE, 39 and 88. RGB value is (206,57,136). Sum of RGB (Red+Green+Blue) = 206+57+136=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3988 is #31C677. Grayscale: #6E6E6E. Windows color (decimal): -3262072 or 8927694. OLE color: 8927694.

HSL color Cylindrical-coordinate representation of color #CE3988: hue angle of 328.19º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3988 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB20657136-
CMYK00.720.340.19
HSL328.19º60.32%51.57%-
HSV(B)328.19º72.33%80.78%-
XYZ31.3617.8325.08-
YUV110.56142.36196.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.63%
GREEN value IS 57 (22.66% from 255) = 14.29%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=51.63%
G=14.29%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065713600.720.340.19328.1960.3251.57
HexCE398804822131483c34
Octal31671210011042235107464
Binary11001110111001100010000100100010001010011101001000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3988; }

 p { color: rgb(206,57,136); }

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

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

 a { background-color: rgb(206,57,136); }

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

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

 span { border-color: rgb(206,57,136); }

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