#C31164

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

Shades of Ruby #C31164

Tints of Ruby #C31164

Color information

#C31164 (or 0xC31164) is unknown color: approx Ruby. HEX triplet: C3, 11 and 64. RGB value is (195,17,100). Sum of RGB (Red+Green+Blue) = 195+17+100=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C31164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31164 is #3CEE9B. Grayscale: #4F4F4F. Windows color (decimal): -3993244 or 6558147. OLE color: 6558147.

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

Color convert

RGB19517100-
CMYK00.910.490.24
HSL332.02º83.96%41.57%-
HSV(B)332.02º91.28%76.47%-
XYZ25.0112.9213.23-
YUV79.68139.47210.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.5%
GREEN value IS 17 (7.03% from 255) = 5.45%
BLUE value IS 100 (39.45% from 255) = 32.05%
R=62.5%
G=5.45%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951710000.910.490.24332.0283.9641.57
HexC3116405B311814c542a
Octal303211440133613051412452
Binary1100001110001110010001011011110001110001010011001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31164; }

 p { color: rgb(195,17,100); }

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

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

 a { background-color: rgb(195,17,100); }

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

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

 span { border-color: rgb(195,17,100); }

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