#C41E62

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

Shades of Ruby #C41E62

Tints of Ruby #C41E62

Color information

#C41E62 (or 0xC41E62) is unknown color: approx Ruby. HEX triplet: C4, 1E and 62. RGB value is (196,30,98). Sum of RGB (Red+Green+Blue) = 196+30+98=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E62 is #3BE19D. Grayscale: #575757. Windows color (decimal): -3924382 or 6430404. OLE color: 6430404.

HSL color Cylindrical-coordinate representation of color #C41E62: hue angle of 335.42º degrees, saturation: 0.73, 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 #C41E62 is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB1963098-
CMYK00.850.50.23
HSL335.42º73.45%44.31%-
HSV(B)335.42º84.69%76.86%-
XYZ25.4313.5512.83-
YUV87.39134205.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.49%
GREEN value IS 30 (12.11% from 255) = 9.26%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=60.49%
G=9.26%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196309800.850.50.23335.4273.4544.31
HexC41E62055321714f492c
Octal304361420125622751711154
Binary1100010011110110001001010101110010101111010011111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41E62; }

 p { color: rgb(196,30,98); }

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

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

 a { background-color: rgb(196,30,98); }

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

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

 span { border-color: rgb(196,30,98); }

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