#C41A67

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

Shades of Ruby #C41A67

Tints of Ruby #C41A67

Color information

#C41A67 (or 0xC41A67) is unknown color: approx Ruby. HEX triplet: C4, 1A and 67. RGB value is (196,26,103). Sum of RGB (Red+Green+Blue) = 196+26+103=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A67 is #3BE598. Grayscale: #555555. Windows color (decimal): -3925401 or 6757060. OLE color: 6757060.

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

Color convert

RGB19626103-
CMYK00.870.470.23
HSL332.82º76.58%43.53%-
HSV(B)332.82º86.73%76.86%-
XYZ25.5813.4514.08-
YUV85.61137.82206.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.31%
GREEN value IS 26 (10.55% from 255) = 8%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=60.31%
G=8%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962610300.870.470.23332.8276.5843.53
HexC41A670572F1714d4d2c
Octal304321470127572751511554
Binary1100010011010110011101010111101111101111010011011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41A67; }

 p { color: rgb(196,26,103); }

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

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

 a { background-color: rgb(196,26,103); }

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

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

 span { border-color: rgb(196,26,103); }

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