#C41D63

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

Shades of Ruby #C41D63

Tints of Ruby #C41D63

Color information

#C41D63 (or 0xC41D63) is unknown color: approx Ruby. HEX triplet: C4, 1D and 63. RGB value is (196,29,99). Sum of RGB (Red+Green+Blue) = 196+29+99=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41D63 is #3BE29C. Grayscale: #565656. Windows color (decimal): -3924637 or 6495684. OLE color: 6495684.

HSL color Cylindrical-coordinate representation of color #C41D63: hue angle of 334.85º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41D63 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB1962999-
CMYK00.850.490.23
HSL334.85º74.22%44.12%-
HSV(B)334.85º85.2%76.86%-
XYZ25.4613.5213.07-
YUV86.91134.83205.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.49%
GREEN value IS 29 (11.72% from 255) = 8.95%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=60.49%
G=8.95%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196299900.850.490.23334.8574.2244.12
HexC41D63055311714f4a2c
Octal304351430125612751711254
Binary1100010011101110001101010101110001101111010011111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41D63; }

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

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

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

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

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

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

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

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