#C41157

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

Shades of Ruby #C41157

Tints of Ruby #C41157

Color information

#C41157 (or 0xC41157) is unknown color: approx Ruby. HEX triplet: C4, 11 and 57. RGB value is (196,17,87). Sum of RGB (Red+Green+Blue) = 196+17+87=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C41157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41157 is #3BEEA8. Grayscale: #4E4E4E. Windows color (decimal): -3927721 or 5706180. OLE color: 5706180.

HSL color Cylindrical-coordinate representation of color #C41157: hue angle of 336.54º 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 #C41157 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB1961787-
CMYK00.910.560.23
HSL336.54º84.04%41.76%-
HSV(B)336.54º91.33%76.86%-
XYZ24.6912.8210.19-
YUV78.5132.8211.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.33%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 87 (34.38% from 255) = 29%
R=65.33%
G=5.67%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196178700.910.560.23336.5484.0441.76
HexC4115705B3817151542a
Octal304211270133702752112452
Binary1100010010001101011101011011111000101111010100011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41157; }

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

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

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

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

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

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

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

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