Html Css Color HEX #C51A5C Ruby

📋 copy color: '#C51A5C'

red 197 ◦ green 26 ◦ blue 92

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

Shades of Ruby #C51A5C

Tints of Ruby #C51A5C

RGB

 RED value IS 197 (77.34% from 255) = 62.54%

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

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 62.54%
G = 8.25%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C51A5C (or 0xC51A5C) is known color: Ruby. HEX triplet: C5, 1A and 5C. RGB value is (197,26,92). Sum of RGB (Red+Green+Blue) = 197+26+92=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A5C is #3AE5A3. Grayscale: #545454. Windows color (decimal): -3859876 or 6036165. OLE color: 6036165.

HSL color Cylindrical-coordinate representation of color #C51A5C: hue angle of 336.84º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A5C is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 26 92 -
CMYK 0 0.87 0.53 0.23
HSL 336.84º 0.77% 0.44% -
HSV(B) 336.84º 0.87% 0.77% -
XYZ 25.33 13.38 11.37 -
YUV 84.65 132.15 208.13 -
System Red Green Blue C M Y K H S L
Decimal 197 26 92 0 0.87 0.53 0.23 336.84 0.77 0.44
Hex C5 1A 5C 0 57 35 17 151 4D 2C
Octal 305 32 134 0 127 65 27 521 115 54
Binary 11000101 11010 1011100 0 1010111 110101 10111 101010001 1001101 101100

Color Harmonies of #C51A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A5C

Black with #C51A5C

Text Example


Text Example

White with #C51A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A5C; }

 p { color: rgb(197,26,92); }

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

background-color css

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

 a { background-color: rgb(197,26,92); }

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

border-color css

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

 span { border-color: rgb(197,26,92); }

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