#C41158

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

Shades of Ruby #C41158

Tints of Ruby #C41158

Color information

#C41158 (or 0xC41158) is unknown color: approx Ruby. HEX triplet: C4, 11 and 58. RGB value is (196,17,88). Sum of RGB (Red+Green+Blue) = 196+17+88=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C41158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41158 is #3BEEA7. Grayscale: #4E4E4E. Windows color (decimal): -3927720 or 5771716. OLE color: 5771716.

HSL color Cylindrical-coordinate representation of color #C41158: hue angle of 336.2º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41158 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB1961788-
CMYK00.910.550.23
HSL336.2º84.04%41.76%-
HSV(B)336.2º91.33%76.86%-
XYZ24.7312.8410.41-
YUV78.61133.3211.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.12%
GREEN value IS 17 (7.03% from 255) = 5.65%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=65.12%
G=5.65%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196178800.910.550.23336.284.0441.76
HexC4115805B3717150542a
Octal304211300133672752012452
Binary1100010010001101100001011011110111101111010100001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41158; }

 p { color: rgb(196,17,88); }

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

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

 a { background-color: rgb(196,17,88); }

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

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

 span { border-color: rgb(196,17,88); }

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