#CE045F

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

Shades of Ruby #CE045F

Tints of Ruby #CE045F

Color information

#CE045F (or 0xCE045F) is unknown color: approx Ruby. HEX triplet: CE, 04 and 5F. RGB value is (206,4,95). Sum of RGB (Red+Green+Blue) = 206+4+95=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE045F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE045F is #31FBA0. Grayscale: #4A4A4A. Windows color (decimal): -3275681 or 6227150. OLE color: 6227150.

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

Color convert

RGB206495-
CMYK00.980.540.19
HSL332.97º96.19%41.18%-
HSV(B)332.97º98.06%80.78%-
XYZ27.5614.0312.08-
YUV74.77139.42221.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.54%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=67.54%
G=1.31%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20649500.980.540.19332.9796.1941.18
HexCE45F062361314d6029
Octal31641370142662351514051
Binary11001110100101111101100010110110100111010011011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE045F; }

 p { color: rgb(206,4,95); }

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

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

 a { background-color: rgb(206,4,95); }

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

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

 span { border-color: rgb(206,4,95); }

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