#CE3363

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

Shades of Cerise #CE3363

Tints of Cerise #CE3363

Color information

#CE3363 (or 0xCE3363) is unknown color: approx Cerise. HEX triplet: CE, 33 and 63. RGB value is (206,51,99). Sum of RGB (Red+Green+Blue) = 206+51+99=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3363 is #31CC9C. Grayscale: #666666. Windows color (decimal): -3263645 or 6501326. OLE color: 6501326.

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

Color convert

RGB2065199-
CMYK00.750.520.19
HSL341.42º61.26%50.39%-
HSV(B)341.42º75.24%80.78%-
XYZ28.8916.3913.45-
YUV102.82125.85201.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.87%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 99 (39.06% from 255) = 27.81%
R=57.87%
G=14.33%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206519900.750.520.19341.4261.2650.39
HexCE336304B34131553d32
Octal31663143011364235257562
Binary1100111011001111000110100101111010010011101010101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3363; }

 p { color: rgb(206,51,99); }

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

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

 a { background-color: rgb(206,51,99); }

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

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

 span { border-color: rgb(206,51,99); }

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