Html Css Color HEX #C41164 Ruby

📋 copy color: '#C41164'

red 196 ◦ green 17 ◦ blue 100

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

Shades of Ruby #C41164

Tints of Ruby #C41164

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.43%

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

R = 62.62%
G = 5.43%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C41164 (or 0xC41164) is known color: Ruby. HEX triplet: C4, 11 and 64. RGB value is (196,17,100). Sum of RGB (Red+Green+Blue) = 196+17+100=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C41164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41164 is #3BEE9B. Grayscale: #4F4F4F. Windows color (decimal): -3927708 or 6558148. OLE color: 6558148.

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

Color convert

RGB 196 17 100 -
CMYK 0 0.91 0.49 0.23
HSL 332.18º 0.84% 0.42% -
HSV(B) 332.18º 0.91% 0.77% -
XYZ 25.27 13.06 13.25 -
YUV 79.98 139.3 210.75 -
System Red Green Blue C M Y K H S L
Decimal 196 17 100 0 0.91 0.49 0.23 332.18 0.84 0.42
Hex C4 11 64 0 5B 31 17 14C 54 2A
Octal 304 21 144 0 133 61 27 514 124 52
Binary 11000100 10001 1100100 0 1011011 110001 10111 101001100 1010100 101010

Color Harmonies of #C41164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41164

Black with #C41164

Text Example


Text Example

White with #C41164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41164; }

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

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

background-color css

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

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

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

border-color css

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

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

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