#CE325E

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

Shades of Cerise #CE325E

Tints of Cerise #CE325E

Color information

#CE325E (or 0xCE325E) is unknown color: approx Cerise. HEX triplet: CE, 32 and 5E. RGB value is (206,50,94). Sum of RGB (Red+Green+Blue) = 206+50+94=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE325E is #31CDA1. Grayscale: #656565. Windows color (decimal): -3263906 or 6173390. OLE color: 6173390.

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

Color convert

RGB2065094-
CMYK00.760.540.19
HSL343.08º61.42%50.2%-
HSV(B)343.08º75.73%80.78%-
XYZ28.6116.2112.21-
YUV101.66123.68202.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.86%
GREEN value IS 50 (19.92% from 255) = 14.29%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=58.86%
G=14.29%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206509400.760.540.19343.0861.4250.2
HexCE325E04C36131573d32
Octal31662136011466235277562
Binary1100111011001010111100100110011011010011101010111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE325E; }

 p { color: rgb(206,50,94); }

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

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

 a { background-color: rgb(206,50,94); }

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

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

 span { border-color: rgb(206,50,94); }

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