Html Css Color HEX #C11A61 Ruby

📋 copy color: '#C11A61'

red 193 ◦ green 26 ◦ blue 97

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

Shades of Ruby #C11A61

Tints of Ruby #C11A61

RGB

 RED value IS 193 (75.78% from 255) = 61.08%

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

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

R = 61.08%
G = 8.23%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C11A61 (or 0xC11A61) is known color: Ruby. HEX triplet: C1, 1A and 61. RGB value is (193,26,97). Sum of RGB (Red+Green+Blue) = 193+26+97=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11A61 is #3EE59E. Grayscale: #535353. Windows color (decimal): -4122015 or 6363841. OLE color: 6363841.

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

Color convert

RGB 193 26 97 -
CMYK 0 0.87 0.50 0.24
HSL 334.49º 0.76% 0.43% -
HSV(B) 334.49º 0.87% 0.76% -
XYZ 24.52 12.94 12.51 -
YUV 84.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 193 26 97 0 0.87 0.50 0.24 334.49 0.76 0.43
Hex C1 1A 61 0 57 32 18 14E 4C 2B
Octal 301 32 141 0 127 62 30 516 114 53
Binary 11000001 11010 1100001 0 1010111 110010 11000 101001110 1001100 101011

Color Harmonies of #C11A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A61

Black with #C11A61

Text Example


Text Example

White with #C11A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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