Html Css Color HEX #C41159 Ruby

📋 copy color: '#C41159'

red 196 ◦ green 17 ◦ blue 89

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

Shades of Ruby #C41159

Tints of Ruby #C41159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.47%

R = 64.9%
G = 5.63%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C41159 (or 0xC41159) is known color: Ruby. HEX triplet: C4, 11 and 59. RGB value is (196,17,89). Sum of RGB (Red+Green+Blue) = 196+17+89=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C41159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41159 is #3BEEA6. Grayscale: #4E4E4E. Windows color (decimal): -3927719 or 5837252. OLE color: 5837252.

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

Color convert

RGB 196 17 89 -
CMYK 0 0.91 0.55 0.23
HSL 335.87º 0.84% 0.42% -
HSV(B) 335.87º 0.91% 0.77% -
XYZ 24.77 12.86 10.63 -
YUV 78.73 133.8 211.65 -
System Red Green Blue C M Y K H S L
Decimal 196 17 89 0 0.91 0.55 0.23 335.87 0.84 0.42
Hex C4 11 59 0 5B 37 17 150 54 2A
Octal 304 21 131 0 133 67 27 520 124 52
Binary 11000100 10001 1011001 0 1011011 110111 10111 101010000 1010100 101010

Color Harmonies of #C41159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41159

Black with #C41159

Text Example


Text Example

White with #C41159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41159; }

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

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

background-color css

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

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

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

border-color css

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

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

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