Html Css Color HEX #C11154 Ruby

📋 copy color: '#C11154'

red 193 ◦ green 17 ◦ blue 84

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

Shades of Ruby #C11154

Tints of Ruby #C11154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.57%

R = 65.65%
G = 5.78%
B = 28.57%

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

#C11154 (or 0xC11154) is known color: Ruby. HEX triplet: C1, 11 and 54. RGB value is (193,17,84). Sum of RGB (Red+Green+Blue) = 193+17+84=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C11154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11154 is #3EEEAB. Grayscale: #4D4D4D. Windows color (decimal): -4124332 or 5509569. OLE color: 5509569.

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

Color convert

RGB 193 17 84 -
CMYK 0 0.91 0.56 0.24
HSL 337.16º 0.84% 0.41% -
HSV(B) 337.16º 0.91% 0.76% -
XYZ 23.79 12.38 9.52 -
YUV 77.26 131.81 210.55 -
System Red Green Blue C M Y K H S L
Decimal 193 17 84 0 0.91 0.56 0.24 337.16 0.84 0.41
Hex C1 11 54 0 5B 38 18 151 54 29
Octal 301 21 124 0 133 70 30 521 124 51
Binary 11000001 10001 1010100 0 1011011 111000 11000 101010001 1010100 101001

Color Harmonies of #C11154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11154

Black with #C11154

Text Example


Text Example

White with #C11154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11154; }

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

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

background-color css

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

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

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

border-color css

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

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

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