Html Css Color HEX #C41A61 Ruby

📋 copy color: '#C41A61'

red 196 ◦ green 26 ◦ blue 97

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

Shades of Ruby #C41A61

Tints of Ruby #C41A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 61.44%
G = 8.15%
B = 30.41%

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

#C41A61 (or 0xC41A61) is known color: Ruby. HEX triplet: C4, 1A and 61. RGB value is (196,26,97). Sum of RGB (Red+Green+Blue) = 196+26+97=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A61 is #3BE59E. Grayscale: #545454. Windows color (decimal): -3925407 or 6363844. OLE color: 6363844.

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

Color convert

RGB 196 26 97 -
CMYK 0 0.87 0.51 0.23
HSL 334.94º 0.77% 0.44% -
HSV(B) 334.94º 0.87% 0.77% -
XYZ 25.29 13.34 12.55 -
YUV 84.92 134.82 207.23 -
System Red Green Blue C M Y K H S L
Decimal 196 26 97 0 0.87 0.51 0.23 334.94 0.77 0.44
Hex C4 1A 61 0 57 33 17 14F 4D 2C
Octal 304 32 141 0 127 63 27 517 115 54
Binary 11000100 11010 1100001 0 1010111 110011 10111 101001111 1001101 101100

Color Harmonies of #C41A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A61

Black with #C41A61

Text Example


Text Example

White with #C41A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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