#CE3495

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

Shades of Deep Cerise #CE3495

Tints of Deep Cerise #CE3495

Color information

#CE3495 (or 0xCE3495) is unknown color: approx Deep Cerise. HEX triplet: CE, 34 and 95. RGB value is (206,52,149). Sum of RGB (Red+Green+Blue) = 206+52+149=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3495 is #31CB6A. Grayscale: #6C6C6C. Windows color (decimal): -3263339 or 9778382. OLE color: 9778382.

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

Color convert

RGB20652149-
CMYK00.750.280.19
HSL322.21º61.11%50.59%-
HSV(B)322.21º74.76%80.78%-
XYZ32.1117.7530.17-
YUV109.1150.52197.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.61%
GREEN value IS 52 (20.70% from 255) = 12.78%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=50.61%
G=12.78%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065214900.750.280.19322.2161.1150.59
HexCE349504B1C131423d33
Octal31664225011334235027563
Binary1100111011010010010101010010111110010011101000010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3495; }

 p { color: rgb(206,52,149); }

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

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

 a { background-color: rgb(206,52,149); }

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

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

 span { border-color: rgb(206,52,149); }

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