#CE3E7D

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

Shades of Deep Cerise #CE3E7D

Tints of Deep Cerise #CE3E7D

Color information

#CE3E7D (or 0xCE3E7D) is unknown color: approx Deep Cerise. HEX triplet: CE, 3E and 7D. RGB value is (206,62,125). Sum of RGB (Red+Green+Blue) = 206+62+125=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3E7D is #31C182. Grayscale: #707070. Windows color (decimal): -3260803 or 8208078. OLE color: 8208078.

HSL color Cylindrical-coordinate representation of color #CE3E7D: hue angle of 333.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E7D is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB20662125-
CMYK00.700.390.19
HSL333.75º59.5%52.55%-
HSV(B)333.75º69.9%80.78%-
XYZ30.8818.0521.26-
YUV112.24135.21194.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.42%
GREEN value IS 62 (24.61% from 255) = 15.78%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=52.42%
G=15.78%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066212500.700.390.19333.7559.552.55
HexCE3E7D046271314e3c35
Octal31676175010647235167465
Binary1100111011111011111010100011010011110011101001110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3E7D; }

 p { color: rgb(206,62,125); }

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

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

 a { background-color: rgb(206,62,125); }

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

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

 span { border-color: rgb(206,62,125); }

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