Html Css Color HEX #C11155 Ruby

📋 copy color: '#C11155'

red 193 ◦ green 17 ◦ blue 85

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

Shades of Ruby #C11155

Tints of Ruby #C11155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 65.42%
G = 5.76%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C11155 (or 0xC11155) is known color: Ruby. HEX triplet: C1, 11 and 55. RGB value is (193,17,85). Sum of RGB (Red+Green+Blue) = 193+17+85=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C11155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11155 is #3EEEAA. Grayscale: #4D4D4D. Windows color (decimal): -4124331 or 5575105. OLE color: 5575105.

HSL color Cylindrical-coordinate representation of color #C11155: hue angle of 336.82º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11155 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 17 85 -
CMYK 0 0.91 0.56 0.24
HSL 336.82º 0.84% 0.41% -
HSV(B) 336.82º 0.91% 0.76% -
XYZ 23.83 12.39 9.73 -
YUV 77.38 132.31 210.47 -
System Red Green Blue C M Y K H S L
Decimal 193 17 85 0 0.91 0.56 0.24 336.82 0.84 0.41
Hex C1 11 55 0 5B 38 18 151 54 29
Octal 301 21 125 0 133 70 30 521 124 51
Binary 11000001 10001 1010101 0 1011011 111000 11000 101010001 1010100 101001

Color Harmonies of #C11155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11155

Black with #C11155

Text Example


Text Example

White with #C11155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11155; }

 p { color: rgb(193,17,85); }

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

background-color css

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

 a { background-color: rgb(193,17,85); }

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

border-color css

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

 span { border-color: rgb(193,17,85); }

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