#CE2565

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

Shades of Cerise #CE2565

Tints of Cerise #CE2565

Color information

#CE2565 (or 0xCE2565) is unknown color: approx Cerise. HEX triplet: CE, 25 and 65. RGB value is (206,37,101). Sum of RGB (Red+Green+Blue) = 206+37+101=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2565 is #31DA9A. Grayscale: #5E5E5E. Windows color (decimal): -3267227 or 6628814. OLE color: 6628814.

HSL color Cylindrical-coordinate representation of color #CE2565: hue angle of 337.28º degrees, saturation: 0.7, 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 #CE2565 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB20637101-
CMYK00.820.510.19
HSL337.28º69.55%47.65%-
HSV(B)337.28º82.04%80.78%-
XYZ28.4615.3813.78-
YUV94.83131.49207.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.88%
GREEN value IS 37 (14.84% from 255) = 10.76%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=59.88%
G=10.76%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063710100.820.510.19337.2869.5547.65
HexCE256505233131514630
Octal316451450122632352110660
Binary11001110100101110010101010010110011100111010100011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2565; }

 p { color: rgb(206,37,101); }

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

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

 a { background-color: rgb(206,37,101); }

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

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

 span { border-color: rgb(206,37,101); }

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