#C41463

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

Shades of Ruby #C41463

Tints of Ruby #C41463

Color information

#C41463 (or 0xC41463) is unknown color: approx Ruby. HEX triplet: C4, 14 and 63. RGB value is (196,20,99). Sum of RGB (Red+Green+Blue) = 196+20+99=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C41463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41463 is #3BEB9C. Grayscale: #515151. Windows color (decimal): -3926941 or 6493380. OLE color: 6493380.

HSL color Cylindrical-coordinate representation of color #C41463: hue angle of 333.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41463 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB1962099-
CMYK00.900.490.23
HSL333.07º81.48%42.35%-
HSV(B)333.07º89.8%76.86%-
XYZ25.2713.1413.01-
YUV81.63137.81209.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 62.22%
GREEN value IS 20 (8.20% from 255) = 6.35%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=62.22%
G=6.35%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196209900.900.490.23333.0781.4842.35
HexC4146305A311714d512a
Octal304241430132612751512152
Binary1100010010100110001101011010110001101111010011011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41463; }

 p { color: rgb(196,20,99); }

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

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

 a { background-color: rgb(196,20,99); }

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

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

 span { border-color: rgb(196,20,99); }

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