Html Css Color HEX #C41964 Ruby

📋 copy color: '#C41964'

red 196 ◦ green 25 ◦ blue 100

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

Shades of Ruby #C41964

Tints of Ruby #C41964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.79%

 BLUE value IS 100 (39.45% from 255) = 31.15%

R = 61.06%
G = 7.79%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C41964 (or 0xC41964) is known color: Ruby. HEX triplet: C4, 19 and 64. RGB value is (196,25,100). Sum of RGB (Red+Green+Blue) = 196+25+100=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C41964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41964 is #3BE69B. Grayscale: #545454. Windows color (decimal): -3925660 or 6560196. OLE color: 6560196.

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

Color convert

RGB 196 25 100 -
CMYK 0 0.87 0.49 0.23
HSL 333.68º 0.77% 0.43% -
HSV(B) 333.68º 0.87% 0.77% -
XYZ 25.41 13.35 13.29 -
YUV 84.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 196 25 100 0 0.87 0.49 0.23 333.68 0.77 0.43
Hex C4 19 64 0 57 31 17 14E 4D 2B
Octal 304 31 144 0 127 61 27 516 115 53
Binary 11000100 11001 1100100 0 1010111 110001 10111 101001110 1001101 101011

Color Harmonies of #C41964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41964

Black with #C41964

Text Example


Text Example

White with #C41964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41964; }

 p { color: rgb(196,25,100); }

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

background-color css

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

 a { background-color: rgb(196,25,100); }

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

border-color css

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

 span { border-color: rgb(196,25,100); }

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