#CE3685

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

Shades of Deep Cerise #CE3685

Tints of Deep Cerise #CE3685

Color information

#CE3685 (or 0xCE3685) is unknown color: approx Deep Cerise. HEX triplet: CE, 36 and 85. RGB value is (206,54,133). Sum of RGB (Red+Green+Blue) = 206+54+133=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3685 is #31C97A. Grayscale: #6C6C6C. Windows color (decimal): -3262843 or 8730318. OLE color: 8730318.

HSL color Cylindrical-coordinate representation of color #CE3685: hue angle of 328.82º 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 #CE3685 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB20654133-
CMYK00.740.350.19
HSL328.82º60.8%50.98%-
HSV(B)328.82º73.79%80.78%-
XYZ31.0117.4523.92-
YUV108.45141.86197.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.42%
GREEN value IS 54 (21.48% from 255) = 13.74%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=52.42%
G=13.74%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065413300.740.350.19328.8260.850.98
HexCE368504A23131493d33
Octal31666205011243235117563
Binary11001110110110100001010100101010001110011101001001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3685; }

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

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

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

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

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

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

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

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