#CE3681

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

Shades of Deep Cerise #CE3681

Tints of Deep Cerise #CE3681

Color information

#CE3681 (or 0xCE3681) is unknown color: approx Deep Cerise. HEX triplet: CE, 36 and 81. RGB value is (206,54,129). Sum of RGB (Red+Green+Blue) = 206+54+129=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3681 is #31C97E. Grayscale: #6B6B6B. Windows color (decimal): -3262847 or 8468174. OLE color: 8468174.

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

Color convert

RGB20654129-
CMYK00.740.370.19
HSL330.39º60.8%50.98%-
HSV(B)330.39º73.79%80.78%-
XYZ30.7417.3522.5-
YUV108139.86197.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.96%
GREEN value IS 54 (21.48% from 255) = 13.88%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=52.96%
G=13.88%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065412900.740.370.19330.3960.850.98
HexCE368104A251314a3d33
Octal31666201011245235127563
Binary11001110110110100000010100101010010110011101001010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3681; }

 p { color: rgb(206,54,129); }

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

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

 a { background-color: rgb(206,54,129); }

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

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

 span { border-color: rgb(206,54,129); }

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