#CE2A8E

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

Shades of Deep Cerise #CE2A8E

Tints of Deep Cerise #CE2A8E

Color information

#CE2A8E (or 0xCE2A8E) is unknown color: approx Deep Cerise. HEX triplet: CE, 2A and 8E. RGB value is (206,42,142). Sum of RGB (Red+Green+Blue) = 206+42+142=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2A8E is #31D571. Grayscale: #666666. Windows color (decimal): -3265906 or 9317070. OLE color: 9317070.

HSL color Cylindrical-coordinate representation of color #CE2A8E: hue angle of 323.41º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A8E is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB20642142-
CMYK00.800.310.19
HSL323.41º66.13%48.63%-
HSV(B)323.41º79.61%80.78%-
XYZ31.1616.7327.18-
YUV102.44150.33201.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.82%
GREEN value IS 42 (16.80% from 255) = 10.77%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=52.82%
G=10.77%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064214200.800.310.19323.4166.1348.63
HexCE2A8E0501F131434231
Octal316522160120372350310261
Binary11001110101010100011100101000011111100111010000111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2A8E; }

 p { color: rgb(206,42,142); }

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

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

 a { background-color: rgb(206,42,142); }

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

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

 span { border-color: rgb(206,42,142); }

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