Html Css Color HEX #C41A60 Ruby

📋 copy color: '#C41A60'

red 196 ◦ green 26 ◦ blue 96

#C41A60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #C41A60

Tints of Ruby #C41A60

RGB

 RED value IS 196 (76.95% from 255) = 61.64%

 GREEN value IS 26 (10.55% from 255) = 8.18%

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 61.64%
G = 8.18%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C41A60 (or 0xC41A60) is known color: Ruby. HEX triplet: C4, 1A and 60. RGB value is (196,26,96). Sum of RGB (Red+Green+Blue) = 196+26+96=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A60 is #3BE59F. Grayscale: #545454. Windows color (decimal): -3925408 or 6298308. OLE color: 6298308.

HSL color Cylindrical-coordinate representation of color #C41A60: hue angle of 335.29º 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 #C41A60 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 26 96 -
CMYK 0 0.87 0.51 0.23
HSL 335.29º 0.77% 0.44% -
HSV(B) 335.29º 0.87% 0.77% -
XYZ 25.25 13.32 12.31 -
YUV 84.81 134.32 207.31 -
System Red Green Blue C M Y K H S L
Decimal 196 26 96 0 0.87 0.51 0.23 335.29 0.77 0.44
Hex C4 1A 60 0 57 33 17 14F 4D 2C
Octal 304 32 140 0 127 63 27 517 115 54
Binary 11000100 11010 1100000 0 1010111 110011 10111 101001111 1001101 101100

Color Harmonies of #C41A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A60

Black with #C41A60

Text Example


Text Example

White with #C41A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A60; }

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

 H1.HeaderClassName
 {
   color: #C41A60;
 }
 .AnyTagClassName
 {
   color: #C41A60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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