#ce2d73

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

Shades of Deep Cerise #CE2D73

Tints of Deep Cerise #CE2D73

Color information

#CE2D73 (or 0xCE2D73) is unknown color: approx Deep Cerise. HEX triplet: CE, 2D and 73. RGB value is (206,45,115). Sum of RGB (Red+Green+Blue) = 206+45+115=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D73 is #31D28C. Grayscale: #656565. Windows color (decimal): -3265165 or 7548366. OLE color: 7548366.

HSL color Cylindrical-coordinate representation of color #CE2D73: hue angle of 333.91º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2D73 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB20645115-
CMYK00.780.440.19
HSL333.91º64.14%49.22%-
HSV(B)333.91º78.16%80.78%-
XYZ29.4916.2417.8-
YUV101.12135.84202.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.28%
GREEN value IS 45 (17.97% from 255) = 12.30%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=56.28%
G=12.30%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064511500.780.440.19333.9164.1449.22
HexCE2D7304E2C1314e4031
Octal316551630116542351610061
Binary11001110101101111001101001110101100100111010011101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce2d73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce2d73; }

 p { color: rgb(206,45,115); }

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

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

 a { background-color: rgb(206,45,115); }

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

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

 span { border-color: rgb(206,45,115); }

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