#CE2678

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

Shades of Deep Cerise #CE2678

Tints of Deep Cerise #CE2678

Color information

#CE2678 (or 0xCE2678) is unknown color: approx Deep Cerise. HEX triplet: CE, 26 and 78. RGB value is (206,38,120). Sum of RGB (Red+Green+Blue) = 206+38+120=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2678 is #31D987. Grayscale: #616161. Windows color (decimal): -3266952 or 7874254. OLE color: 7874254.

HSL color Cylindrical-coordinate representation of color #CE2678: hue angle of 330.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2678 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB20638120-
CMYK00.820.420.19
HSL330.71º68.85%47.84%-
HSV(B)330.71º81.55%80.78%-
XYZ29.5415.8619.27-
YUV97.58140.66205.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.59%
GREEN value IS 38 (15.23% from 255) = 10.44%
BLUE value IS 120 (47.27% from 255) = 32.97%
R=56.59%
G=10.44%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063812000.820.420.19330.7168.8547.84
HexCE26780522A1314b4530
Octal316461700122522351310560
Binary11001110100110111100001010010101010100111010010111000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2678; }

 p { color: rgb(206,38,120); }

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

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

 a { background-color: rgb(206,38,120); }

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

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

 span { border-color: rgb(206,38,120); }

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