#CE3285

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

Shades of Deep Cerise #CE3285

Tints of Deep Cerise #CE3285

Color information

#CE3285 (or 0xCE3285) is unknown color: approx Deep Cerise. HEX triplet: CE, 32 and 85. RGB value is (206,50,133). Sum of RGB (Red+Green+Blue) = 206+50+133=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3285 is #31CD7A. Grayscale: #696969. Windows color (decimal): -3263867 or 8729294. OLE color: 8729294.

HSL color Cylindrical-coordinate representation of color #CE3285: hue angle of 328.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 #CE3285 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB20650133-
CMYK00.760.350.19
HSL328.08º61.42%50.2%-
HSV(B)328.08º75.73%80.78%-
XYZ30.8317.123.87-
YUV106.11143.18199.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.96%
GREEN value IS 50 (19.92% from 255) = 12.85%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=52.96%
G=12.85%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065013300.760.350.19328.0861.4250.2
HexCE328504C23131483d32
Octal31662205011443235107562
Binary11001110110010100001010100110010001110011101001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3285; }

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

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

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

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

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

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

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

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