#ce3882

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

Shades of Deep Cerise #CE3882

Tints of Deep Cerise #CE3882

Color information

#CE3882 (or 0xCE3882) is unknown color: approx Deep Cerise. HEX triplet: CE, 38 and 82. RGB value is (206,56,130). Sum of RGB (Red+Green+Blue) = 206+56+130=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3882 is #31C77D. Grayscale: #6D6D6D. Windows color (decimal): -3262334 or 8534222. OLE color: 8534222.

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

Color convert

RGB20656130-
CMYK00.730.370.19
HSL330.4º60.48%51.37%-
HSV(B)330.4º72.82%80.78%-
XYZ30.917.5622.88-
YUV109.29139.7196.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.55%
GREEN value IS 56 (22.27% from 255) = 14.29%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=52.55%
G=14.29%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065613000.730.370.19330.460.4851.37
HexCE3882049251314a3c33
Octal31670202011145235127463
Binary11001110111000100000100100100110010110011101001010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce3882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce3882; }

 p { color: rgb(206,56,130); }

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

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

 a { background-color: rgb(206,56,130); }

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

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

 span { border-color: rgb(206,56,130); }

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