#CE307C

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

Shades of Deep Cerise #CE307C

Tints of Deep Cerise #CE307C

Color information

#CE307C (or 0xCE307C) is unknown color: approx Deep Cerise. HEX triplet: CE, 30 and 7C. RGB value is (206,48,124). Sum of RGB (Red+Green+Blue) = 206+48+124=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE307C is #31CF83. Grayscale: #676767. Windows color (decimal): -3264388 or 8138958. OLE color: 8138958.

HSL color Cylindrical-coordinate representation of color #CE307C: hue angle of 331.14º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE307C is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB20648124-
CMYK00.770.400.19
HSL331.14º62.2%49.8%-
HSV(B)331.14º76.7%80.78%-
XYZ30.1516.6920.7-
YUV103.91139.35200.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.50%
GREEN value IS 48 (19.14% from 255) = 12.70%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=54.50%
G=12.70%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064812400.770.400.19331.1462.249.8
HexCE307C04D281314b3e32
Octal31660174011550235137662
Binary1100111011000011111000100110110100010011101001011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE307C; }

 p { color: rgb(206,48,124); }

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

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

 a { background-color: rgb(206,48,124); }

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

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

 span { border-color: rgb(206,48,124); }

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