#ce3c7a

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

Shades of Deep Cerise #CE3C7A

Tints of Deep Cerise #CE3C7A

Color information

#CE3C7A (or 0xCE3C7A) is unknown color: approx Deep Cerise. HEX triplet: CE, 3C and 7A. RGB value is (206,60,122). Sum of RGB (Red+Green+Blue) = 206+60+122=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C7A is #31C385. Grayscale: #6E6E6E. Windows color (decimal): -3261318 or 8010958. OLE color: 8010958.

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

Color convert

RGB20660122-
CMYK00.710.410.19
HSL334.52º59.84%52.16%-
HSV(B)334.52º70.87%80.78%-
XYZ30.5817.7620.23-
YUV110.72134.37195.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.09%
GREEN value IS 60 (23.83% from 255) = 15.46%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=53.09%
G=15.46%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066012200.710.410.19334.5259.8452.16
HexCE3C7A047291314f3c34
Octal31674172010751235177464
Binary1100111011110011110100100011110100110011101001111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce3c7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce3c7a; }

 p { color: rgb(206,60,122); }

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

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

 a { background-color: rgb(206,60,122); }

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

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

 span { border-color: rgb(206,60,122); }

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