Html Css Color HEX #C1145A Ruby

📋 copy color: '#C1145A'

red 193 ◦ green 20 ◦ blue 90

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

Shades of Ruby #C1145A

Tints of Ruby #C1145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 63.7%
G = 6.6%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1145A (or 0xC1145A) is known color: Ruby. HEX triplet: C1, 14 and 5A. RGB value is (193,20,90). Sum of RGB (Red+Green+Blue) = 193+20+90=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1145A is #3EEBA5. Grayscale: #4F4F4F. Windows color (decimal): -4123558 or 5903553. OLE color: 5903553.

HSL color Cylindrical-coordinate representation of color #C1145A: hue angle of 335.72º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1145A is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 20 90 -
CMYK 0 0.90 0.53 0.24
HSL 335.72º 0.81% 0.42% -
HSV(B) 335.72º 0.9% 0.76% -
XYZ 24.09 12.58 10.83 -
YUV 79.71 133.81 208.81 -
System Red Green Blue C M Y K H S L
Decimal 193 20 90 0 0.90 0.53 0.24 335.72 0.81 0.42
Hex C1 14 5A 0 5A 35 18 150 51 2A
Octal 301 24 132 0 132 65 30 520 121 52
Binary 11000001 10100 1011010 0 1011010 110101 11000 101010000 1010001 101010

Color Harmonies of #C1145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1145A

Black with #C1145A

Text Example


Text Example

White with #C1145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1145A; }

 p { color: rgb(193,20,90); }

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

background-color css

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

 a { background-color: rgb(193,20,90); }

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

border-color css

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

 span { border-color: rgb(193,20,90); }

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