#CE3070

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

Shades of Cerise #CE3070

Tints of Cerise #CE3070

Color information

#CE3070 (or 0xCE3070) is unknown color: approx Cerise. HEX triplet: CE, 30 and 70. RGB value is (206,48,112). Sum of RGB (Red+Green+Blue) = 206+48+112=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3070 is #31CF8F. Grayscale: #666666. Windows color (decimal): -3264400 or 7352526. OLE color: 7352526.

HSL color Cylindrical-coordinate representation of color #CE3070: hue angle of 335.7º 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 #CE3070 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB20648112-
CMYK00.770.460.19
HSL335.7º62.2%49.8%-
HSV(B)335.7º76.7%80.78%-
XYZ29.4416.4116.94-
YUV102.54133.35201.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.28%
GREEN value IS 48 (19.14% from 255) = 13.11%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=56.28%
G=13.11%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064811200.770.460.19335.762.249.8
HexCE307004D2E131503e32
Octal31660160011556235207662
Binary1100111011000011100000100110110111010011101010000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3070; }

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

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

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

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

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

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

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

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